Removed demo company
This commit is contained in:
parent
38c2e67d38
commit
c5da0a090d
1 changed files with 5 additions and 16 deletions
|
|
@ -48,9 +48,9 @@ def after_migrate():
|
|||
# create_project_templates()
|
||||
create_task_types()
|
||||
# create_tasks()
|
||||
create_bid_meeting_note_form_templates()
|
||||
create_accounts()
|
||||
create_companies()
|
||||
create_accounts()
|
||||
create_bid_meeting_note_form_templates()
|
||||
# init_stripe_accounts()
|
||||
|
||||
# update_address_fields()
|
||||
|
|
@ -876,17 +876,6 @@ def create_companies():
|
|||
'chart_of_accounts': 'Standard',
|
||||
'enable_perpetual_inventory': 1
|
||||
},
|
||||
{
|
||||
'company_name': 'sprinklersnorthwest (Demo)',
|
||||
'abbr': 'SD',
|
||||
'default_currency': 'USD',
|
||||
'country': 'United States',
|
||||
'is_group': 0,
|
||||
'parent_company': None,
|
||||
'create_chart_of_accounts_based_on': 'Standard Template',
|
||||
'chart_of_accounts': 'Standard',
|
||||
'enable_perpetual_inventory': 1
|
||||
},
|
||||
{
|
||||
'company_name': 'Lowe Fencing',
|
||||
'abbr': 'LF',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue