[fix] make demo for price list

This commit is contained in:
Akhilesh Darjee
2013-09-12 19:19:46 +05:30
17 changed files with 207 additions and 215 deletions

View File

@@ -44,6 +44,7 @@ def setup():
complete_setup()
make_customers_suppliers_contacts()
make_items()
make_price_lists()
make_users_and_employees()
make_bank_account()
# make_opening_stock()
@@ -377,6 +378,9 @@ def complete_setup():
def make_items():
import_data("Item")
import_data("BOM", submit=True)
def make_price_lists():
import_data("Price_List")
def make_customers_suppliers_contacts():
import_data(["Customer", "Supplier", "Contact", "Address", "Lead"])