[fixes] default records while install
This commit is contained in:
parent
0c526be667
commit
00d344b934
@ -139,8 +139,10 @@ def import_defaults():
|
|||||||
{'doctype': 'Supplier Type', 'name': 'Default Supplier Type', 'supplier_type': 'Default Supplier Type'},
|
{'doctype': 'Supplier Type', 'name': 'Default Supplier Type', 'supplier_type': 'Default Supplier Type'},
|
||||||
|
|
||||||
# Price List
|
# Price List
|
||||||
{'doctype': 'Price List', 'name': 'Default Price List', 'price_list_name': 'Default Price List'},
|
{'doctype': 'Price List', 'name': 'Default Price List',
|
||||||
{'doctype': 'Price List', 'name': 'Standard', 'price_list_name': 'Standard'},
|
'price_list_name': 'Default Price List', "valid_for_all_countries": 1},
|
||||||
|
{'doctype': 'Price List', 'name': 'Standard', 'price_list_name': 'Standard',
|
||||||
|
"valid_for_all_countries": 1},
|
||||||
|
|
||||||
# warehouse type
|
# warehouse type
|
||||||
{'doctype': 'Warehouse Type', 'name': 'Default Warehouse Type', 'warehouse_type': 'Default Warehouse Type'},
|
{'doctype': 'Warehouse Type', 'name': 'Default Warehouse Type', 'warehouse_type': 'Default Warehouse Type'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user