From aab48f93a5142e59391d51feda83eae1a5505532 Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Fri, 21 Sep 2012 11:46:43 +0530 Subject: [PATCH 01/18] [FIX]l10n_ch:solved configuration wizard traceback bzr revid: kbh@tinyerp.com-20120921061643-5p25uqu3yidpppf5 --- addons/l10n_ch/account_wizard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/l10n_ch/account_wizard.py b/addons/l10n_ch/account_wizard.py index 7b80e3697ee..306207c612d 100644 --- a/addons/l10n_ch/account_wizard.py +++ b/addons/l10n_ch/account_wizard.py @@ -36,8 +36,9 @@ class WizardMultiChartsAccounts(osv.osv_memory): def execute(self, cr, uid, ids, context=None): """Override of code in order to be able to link journal with account in XML""" res = super(WizardMultiChartsAccounts, self).execute(cr, uid, ids, context) - path = addons.get_module_resource(os.path.join('l10n_ch','sterchi_chart','account_journal_rel.xml')) + path = addons.get_module_resource('l10n_ch','sterchi_chart','account_journal_rel.xml') tools.convert_xml_import(cr, 'l10n_ch', path, idref=None, mode='init', noupdate=True, report=None) + res.update({'type': 'ir.actions.act_window_close'}) return res WizardMultiChartsAccounts() From 0591d0599dbc9dfb1cbf9c8892495afe89e6aa9b Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Fri, 21 Sep 2012 12:08:52 +0530 Subject: [PATCH 02/18] [FIX]l10n_ch:duplicate bank field bzr revid: kbh@tinyerp.com-20120921063852-gmcz8b0mxvdcm0ul --- addons/l10n_ch/bank_view.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/l10n_ch/bank_view.xml b/addons/l10n_ch/bank_view.xml index da1badd7fe8..9cd6e2445f8 100644 --- a/addons/l10n_ch/bank_view.xml +++ b/addons/l10n_ch/bank_view.xml @@ -92,8 +92,6 @@ - - From 27efa96a51e433742ee826d2ea75f872013609b0 Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Fri, 21 Sep 2012 14:18:23 +0530 Subject: [PATCH 03/18] [FIX]purchase:access right to purchase.order bzr revid: kbh@tinyerp.com-20120921084823-fedhgkqmsdh9ubdd --- addons/purchase/security/ir.model.access.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/purchase/security/ir.model.access.csv b/addons/purchase/security/ir.model.access.csv index 3c8d072c536..04b6ff86e51 100644 --- a/addons/purchase/security/ir.model.access.csv +++ b/addons/purchase/security/ir.model.access.csv @@ -65,3 +65,4 @@ access_stock_tracking_purchase_user,stock.tracking purchase.user,stock.model_sto access_stock_location_purchase_manager,stock.location purchase manager,stock.model_stock_location,purchase.group_purchase_manager,1,0,0,0 access_stock_warehouse_orderpoint_manager,stock.warehouse.orderpoint,procurement.model_stock_warehouse_orderpoint,purchase.group_purchase_manager,1,0,0,0 access_stock_warehouse_orderpoint_manager,stock.warehouse.orderpoint,procurement.model_stock_warehouse_orderpoint,group_purchase_user,1,0,0,0 +access_purchase_order,purchase.order,model_purchase_order,base.group_partner_manager,1,0,0,0 \ No newline at end of file From b69c65939ccea4bd51c279a72a828d3ae944c906 Mon Sep 17 00:00:00 2001 From: "Khushboo Bhatt (Open ERP)" Date: Fri, 21 Sep 2012 17:06:51 +0530 Subject: [PATCH 04/18] [FIX]purchase:fixes request for quotation report problems bzr revid: kbh@tinyerp.com-20120921113651-lc8a7ilb8747j440 --- addons/purchase/report/request_quotation.rml | 79 ++++++++++++-------- 1 file changed, 47 insertions(+), 32 deletions(-) diff --git a/addons/purchase/report/request_quotation.rml b/addons/purchase/report/request_quotation.rml index 9d23e97b385..bff23f5ccc0 100644 --- a/addons/purchase/report/request_quotation.rml +++ b/addons/purchase/report/request_quotation.rml @@ -1,6 +1,6 @@ - -