From 44df5c0710907d2c89ced634a72fb4fb28c470df Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Fri, 19 Mar 2010 12:06:44 +0530 Subject: [PATCH] [IMP] point_of_sale: set the file in terp bzr revid: sbh@tinyerp.com-20100319063644-2ib2ii1rxf62ggc9 --- addons/point_of_sale/__terp__.py | 23 +++++++-------------- addons/point_of_sale/pos_view.xml | 4 ++-- addons/point_of_sale/pos_wizard.xml | 4 ++-- addons/point_of_sale/wizard/pos_details.py | 2 +- addons/point_of_sale/wizard/pos_details.xml | 14 +++++++++++-- 5 files changed, 24 insertions(+), 23 deletions(-) diff --git a/addons/point_of_sale/__terp__.py b/addons/point_of_sale/__terp__.py index 440da0e19a9..4de467c2028 100644 --- a/addons/point_of_sale/__terp__.py +++ b/addons/point_of_sale/__terp__.py @@ -38,21 +38,8 @@ Main features : 'author': 'Tiny', 'depends': ['sale', 'delivery'], # 'depends': ['sale', 'purchase', 'account', 'account_tax_include','board','mrp','board_manufacturing','delivery','profile_manufacturing','account','multi_company'], - 'init_xml': [ - 'security/point_of_sale_security.xml', - 'security/ir.model.access.csv', - 'pos_report.xml', - 'pos_wizard.xml', - 'pos_view.xml', - 'pos_sequence.xml', - 'posrule_data.xml', - 'pos_data.xml', - 'pos_workflow.xml', - 'statement_view.xml', - 'statement_report.xml', - 'statement_data.xml', - 'statement_wizard.xml' - ], + 'init_xml': [], + 'update_xml': [ 'security/point_of_sale_security.xml', 'security/ir.model.access.csv', @@ -71,7 +58,11 @@ Main features : 'pos_sequence.xml', 'posrule_data.xml', 'pos_data.xml', - 'pos_workflow.xml' + 'pos_workflow.xml', + 'statement_view.xml', + 'statement_report.xml', + 'statement_data.xml', + 'statement_wizard.xml', ], 'demo_xml': ['pos_demo.xml','singer_statement_demo.xml','multi_company_stock_data.xml'], 'installable': True, diff --git a/addons/point_of_sale/pos_view.xml b/addons/point_of_sale/pos_view.xml index 530a06d4fba..1af8841817b 100644 --- a/addons/point_of_sale/pos_view.xml +++ b/addons/point_of_sale/pos_view.xml @@ -996,8 +996,8 @@ invoiced - + diff --git a/addons/point_of_sale/pos_wizard.xml b/addons/point_of_sale/pos_wizard.xml index 711d33784a2..3adc250129e 100644 --- a/addons/point_of_sale/pos_wizard.xml +++ b/addons/point_of_sale/pos_wizard.xml @@ -52,8 +52,8 @@ - + \ No newline at end of file