[fixes] default records while install
diff --git a/startup/install.py b/startup/install.py
index 1553e1b..204df87 100644
--- a/startup/install.py
+++ b/startup/install.py
@@ -139,8 +139,10 @@
{'doctype': 'Supplier Type', 'name': 'Default Supplier Type', 'supplier_type': 'Default Supplier Type'},
# Price List
- {'doctype': 'Price List', 'name': 'Default Price List', 'price_list_name': 'Default Price List'},
- {'doctype': 'Price List', 'name': 'Standard', 'price_list_name': 'Standard'},
+ {'doctype': 'Price List', 'name': 'Default Price List',
+ '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
{'doctype': 'Warehouse Type', 'name': 'Default Warehouse Type', 'warehouse_type': 'Default Warehouse Type'},