From 3213c8b326ad6705d84c7c76cb18beecf00bd15e Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Fri, 8 Jan 2010 12:28:22 +0530 Subject: [PATCH 01/20] [Fix] crm: Add the graph of crm opportunity bzr revid: sbh@tinyerp.com-20100108065822-usi7v44uzngwaqfr --- addons/crm/crm_opportunity_menu.xml | 2 +- addons/crm/crm_opportunity_view.xml | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/addons/crm/crm_opportunity_menu.xml b/addons/crm/crm_opportunity_menu.xml index 0ab07b3d61b..8f64a729107 100644 --- a/addons/crm/crm_opportunity_menu.xml +++ b/addons/crm/crm_opportunity_menu.xml @@ -26,7 +26,7 @@ graph - + diff --git a/addons/crm/crm_opportunity_view.xml b/addons/crm/crm_opportunity_view.xml index ffd645fea66..1a4fa729899 100644 --- a/addons/crm/crm_opportunity_view.xml +++ b/addons/crm/crm_opportunity_view.xml @@ -177,6 +177,18 @@ + + CRM - Opportunity Graph + crm.opportunity + graph + + + + + + + + CRM - Opportunities Search @@ -196,7 +208,7 @@ /> - + - + + From 4a40f3b26fc5d5743550f2e3c5f118bc7481a29b Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Sat, 9 Jan 2010 11:51:05 +0530 Subject: [PATCH 02/20] [MOD] Changes Respective to new menu structure, CRM phone calls,meeting,leads,opportunity are merged with sales,partner also merged with sale. bzr revid: vir@tinyerp.com-20100109062105-w5wa3y2mmogg8r8e --- addons/base_contact/__terp__.py | 6 +- addons/base_contact/base_contact_view.xml | 36 ++--- .../process/base_contact_process.xml | 10 +- addons/crm/__terp__.py | 125 +++++++++--------- addons/crm/crm_lead_menu.xml | 40 +++--- addons/crm/crm_meeting_menu.xml | 24 ++-- addons/crm/crm_opportunity_menu.xml | 44 +++--- addons/crm/crm_phonecall_menu.xml | 18 +-- addons/product/pricelist_view.xml | 2 +- addons/report_sale/report_sale_view.xml | 2 +- addons/sale/sale_view.xml | 27 ++-- addons/sale/security/sale_security.xml | 2 +- addons/sale_journal/sale_journal_view.xml | 8 +- 13 files changed, 175 insertions(+), 169 deletions(-) diff --git a/addons/base_contact/__terp__.py b/addons/base_contact/__terp__.py index 5d8be6bc885..e9cf95095a6 100644 --- a/addons/base_contact/__terp__.py +++ b/addons/base_contact/__terp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -40,7 +40,7 @@ """, 'author': 'Tiny', 'website': 'http://www.openerp.com', - 'depends': ['base', 'process'], + 'depends': ['base','process','sale'], 'init_xml': [], 'update_xml': [ 'security/ir.model.access.csv', diff --git a/addons/base_contact/base_contact_view.xml b/addons/base_contact/base_contact_view.xml index 4a2a1c1377f..9dd387c0664 100644 --- a/addons/base_contact/base_contact_view.xml +++ b/addons/base_contact/base_contact_view.xml @@ -65,7 +65,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -108,7 +108,7 @@ - + Contacts res.partner.contact @@ -117,8 +117,8 @@ - - + + @@ -141,7 +141,7 @@ - + @@ -159,17 +159,17 @@
- + - + - + @@ -188,8 +188,8 @@ - - + + res.partner.form @@ -341,7 +341,7 @@ - + res.partner.address.select res.partner.address @@ -353,7 +353,7 @@ - + res.partner.job.tree @@ -408,11 +408,11 @@ res.partner.job form - + + + + + - + - + @@ -37,7 +37,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -86,6 +86,6 @@ - + \ No newline at end of file diff --git a/addons/crm/__terp__.py b/addons/crm/__terp__.py index 9ca8e817a97..a27a1a2b822 100644 --- a/addons/crm/__terp__.py +++ b/addons/crm/__terp__.py @@ -21,9 +21,9 @@ { - 'name': 'Customer & Supplier Relationship Management', - 'version': '1.0', - 'category': 'Generic Modules/CRM & SRM', + 'name': 'Customer & Supplier Relationship Management', + 'version': '1.0', + 'category': 'Generic Modules/CRM & SRM', 'description': """The generic Open ERP Customer Relationship Management system enables a group of people to intelligently and efficiently manage leads, opportunities, tasks, issues, requests, bugs, campaign, claims, etc. @@ -41,67 +41,68 @@ appropriate staff, and making sure all future correspondence gets to the right place. The CRM module has a email gateway for the synchronisation interface -between mails and Open ERP.""", - 'author': 'Tiny', - 'website': 'http://www.openerp.com', - 'depends': ['base', - 'caldav', - 'process', - 'mail_gateway', - ], - 'init_xml': ['crm_data.xml', - 'crm_meeting_data.xml', - 'crm_claims_data.xml', - 'crm_fund_data.xml', - 'crm_helpdesk_data.xml', - 'crm_jobs_data.xml', - 'crm_lead_data.xml', - 'crm_meeting_data.xml', - 'crm_opportunity_data.xml', - 'crm_phonecall_data.xml', - ], +between mails and Open ERP.""", + 'author': 'Tiny', + 'website': 'http://www.openerp.com', + 'depends': ['base', 'sale', + 'caldav', + 'process', + 'mail_gateway', + ], + 'init_xml': ['crm_data.xml', + 'crm_meeting_data.xml', + 'crm_claims_data.xml', + 'crm_fund_data.xml', + 'crm_helpdesk_data.xml', + 'crm_jobs_data.xml', + 'crm_lead_data.xml', + 'crm_meeting_data.xml', + 'crm_opportunity_data.xml', + 'crm_phonecall_data.xml', + ], 'update_xml': [ - 'crm_wizard.xml', - 'crm_view.xml', - 'crm_config_view.xml', - 'crm_job_wizard.xml', - 'crm_jobs_view.xml', - 'crm_jobs_menu.xml', - 'crm_lead_wizard.xml', - 'crm_lead_view.xml', - 'crm_lead_menu.xml', - 'crm_meeting_wizard.xml', - 'crm_meeting_view.xml', - 'crm_meeting_menu.xml', - 'crm_opportunity_wizard.xml', - 'crm_opportunity_view.xml', - 'crm_opportunity_menu.xml', - 'crm_fund_view.xml', - 'crm_fund_menu.xml', - 'crm_claims_view.xml', - 'crm_claims_menu.xml', - 'crm_phonecall_wizard.xml', - 'crm_phonecall_view.xml', - 'crm_phonecall_menu.xml', - 'crm_report_view.xml', - 'crm_helpdesk_view.xml', - 'crm_report.xml', - 'security/crm_security.xml', - 'security/ir.model.access.csv', + 'crm_wizard.xml', + 'crm_view.xml', + 'crm_config_view.xml', + 'crm_job_wizard.xml', + 'crm_jobs_view.xml', + 'crm_jobs_menu.xml', + 'crm_lead_wizard.xml', + 'crm_lead_view.xml', + 'crm_lead_menu.xml', + 'crm_meeting_wizard.xml', + 'crm_meeting_view.xml', + 'crm_meeting_menu.xml', + 'crm_opportunity_wizard.xml', + 'crm_opportunity_view.xml', + 'crm_opportunity_menu.xml', + 'crm_fund_view.xml', + 'crm_fund_menu.xml', + 'crm_claims_view.xml', + 'crm_claims_menu.xml', + 'crm_phonecall_wizard.xml', + 'crm_phonecall_view.xml', + 'crm_phonecall_menu.xml', + 'crm_report_view.xml', + 'crm_helpdesk_view.xml', + 'crm_report.xml', + 'security/crm_security.xml', + 'security/ir.model.access.csv', 'process/crm_configuration_process.xml' - ], + ], 'demo_xml': [ - 'crm_demo.xml', - 'crm_claims_demo.xml', - 'crm_fund_demo.xml', - 'crm_helpdesk_demo.xml', - 'crm_jobs_demo.xml', - 'crm_lead_demo.xml', - 'crm_meeting_demo.xml', - 'crm_opportunity_demo.xml', - 'crm_phonecall_demo.xml'], - 'installable': True, - 'active': False, - 'certificate': '0079056041421', + 'crm_demo.xml', + 'crm_meeting_demo.xml', + 'crm_claims_demo.xml', + 'crm_fund_demo.xml', + 'crm_helpdesk_demo.xml', + 'crm_jobs_demo.xml', + 'crm_lead_demo.xml', + 'crm_meeting_demo.xml', + 'crm_opportunity_demo.xml', + 'crm_phonecall_demo.xml'], + 'installable': True, + 'active': False, + 'certificate': '0079056041421', } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm/crm_lead_menu.xml b/addons/crm/crm_lead_menu.xml index f528d6f2904..583104365b1 100644 --- a/addons/crm/crm_lead_menu.xml +++ b/addons/crm/crm_lead_menu.xml @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@ All Leads crm.lead tree,form - + @@ -25,29 +25,29 @@ - + - - - + - - - - - - - - report.crm.case.section.categ2 form - graph,tree + graph,tree @@ -55,7 +55,7 @@ report.crm.case.section.stage form - graph,tree + graph,tree @@ -63,7 +63,7 @@ report.crm.case.section.categ.stage form - tree + tree @@ -71,11 +71,11 @@ report.crm.case.section.categ.categ2 form - tree + tree - +--> diff --git a/addons/crm/crm_meeting_menu.xml b/addons/crm/crm_meeting_menu.xml index 794d4fc8b1d..408d62d9464 100755 --- a/addons/crm/crm_meeting_menu.xml +++ b/addons/crm/crm_meeting_menu.xml @@ -12,7 +12,7 @@ /> - + @@ -49,11 +49,11 @@ src_model="crm.case" view_mode="calendar,tree,form,gantt" context="{'default_case_id': active_id, 'default_duration': 4.0}" - /> + /> - + - + @@ -86,6 +86,7 @@ + @@ -98,7 +99,7 @@ tree - + form @@ -111,16 +112,13 @@ - - - + - - + + Next Meetings diff --git a/addons/crm/crm_opportunity_menu.xml b/addons/crm/crm_opportunity_menu.xml index 8f64a729107..9630b957550 100644 --- a/addons/crm/crm_opportunity_menu.xml +++ b/addons/crm/crm_opportunity_menu.xml @@ -1,13 +1,13 @@ - + All Opportunities crm.opportunity tree,form,graph - + @@ -26,33 +26,33 @@ graph - + - + + MENU + + REPORTS + + report.crm.case.user + form + graph,tree + + + - - - - - - - - - - + - - + + report.crm.case.section.categ2 form - graph,tree + graph,tree @@ -60,7 +60,7 @@ report.crm.case.section.stage form - graph,tree + graph,tree @@ -68,7 +68,7 @@ report.crm.case.section.categ.stage form - tree + tree @@ -76,11 +76,11 @@ report.crm.case.section.categ.categ2 form - tree + tree - +--> diff --git a/addons/crm/crm_phonecall_menu.xml b/addons/crm/crm_phonecall_menu.xml index 30265a6338a..7dd81c34665 100644 --- a/addons/crm/crm_phonecall_menu.xml +++ b/addons/crm/crm_phonecall_menu.xml @@ -1,7 +1,7 @@ - + - + ######################## PHONE CALLS (menu) ########################### Phone Calls crm.phonecall form tree,calendar - + @@ -26,7 +26,7 @@ tree - + calendar @@ -39,8 +39,8 @@ - - + + Inbound @@ -57,7 +57,7 @@ tree - + calendar @@ -86,7 +86,7 @@ tree - + calendar @@ -98,7 +98,7 @@ form - + diff --git a/addons/product/pricelist_view.xml b/addons/product/pricelist_view.xml index df83c9253cf..9b725c3aff7 100644 --- a/addons/product/pricelist_view.xml +++ b/addons/product/pricelist_view.xml @@ -2,7 +2,7 @@ - + product.pricelist.version.form diff --git a/addons/report_sale/report_sale_view.xml b/addons/report_sale/report_sale_view.xml index c20153f0d10..485f0740e72 100644 --- a/addons/report_sale/report_sale_view.xml +++ b/addons/report_sale/report_sale_view.xml @@ -77,7 +77,7 @@ - + diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 1ca092441ad..38f48ec71b0 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -1,8 +1,12 @@ - + + + + + + sale.shop @@ -41,8 +45,7 @@ tree,form - - + sale.order.calendar @@ -251,7 +254,7 @@ tree,form,calendar,graph - + Sales in Exception @@ -265,7 +268,7 @@ - Sales Order To Be Invoiced + Sales To Invoice ir.actions.act_window sale.order form @@ -282,7 +285,7 @@ form tree,form,calendar,graph [('state','in',('progress','waiting_date','manual'))] - + @@ -293,7 +296,7 @@ form tree,form,calendar,graph [('state','=','draft')] - + @@ -415,8 +418,8 @@ - + Uninvoiced Lines @@ -442,6 +445,9 @@ + + + @@ -482,6 +488,5 @@ - diff --git a/addons/sale/security/sale_security.xml b/addons/sale/security/sale_security.xml index cd95e9398bf..6f9bcc52bb1 100644 --- a/addons/sale/security/sale_security.xml +++ b/addons/sale/security/sale_security.xml @@ -10,7 +10,7 @@ - + diff --git a/addons/sale_journal/sale_journal_view.xml b/addons/sale_journal/sale_journal_view.xml index 86212fc6591..7783f646292 100644 --- a/addons/sale_journal/sale_journal_view.xml +++ b/addons/sale_journal/sale_journal_view.xml @@ -31,7 +31,7 @@ tree,form - + sale_journal.sale.journal.form @@ -118,7 +118,9 @@ - + + + sale.order.journal.view.form @@ -321,7 +323,7 @@ - + Date: Sat, 9 Jan 2010 14:16:31 +0530 Subject: [PATCH 03/20] [MOD] Modification done according to New Finance Management menu structure. bzr revid: vir@tinyerp.com-20100109084631-8k3gpl6wr0avhqc9 --- addons/account/account_invoice_view.xml | 2 +- addons/account/account_menuitem.xml | 9 +-- addons/account/account_report.xml | 4 +- addons/account/account_view.xml | 6 +- addons/account/account_wizard.xml | 4 +- addons/account/project/project_view.xml | 2 +- .../crossovered_budget_view.xml | 10 ++-- addons/account_payment/payment_view.xml | 18 +++--- addons/account_report/account_view.xml | 4 +- addons/account_voucher/voucher_view.xml | 60 +++++++++---------- 10 files changed, 60 insertions(+), 59 deletions(-) diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index be02eb02c0b..9ca09af6c4f 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -360,7 +360,7 @@ - + Customer Invoices diff --git a/addons/account/account_menuitem.xml b/addons/account/account_menuitem.xml index 97cf55e4ff4..f1dda334830 100644 --- a/addons/account/account_menuitem.xml +++ b/addons/account/account_menuitem.xml @@ -3,16 +3,17 @@ - + - - + + + - diff --git a/addons/account/account_report.xml b/addons/account/account_report.xml index 83b186bddd1..9485185d500 100644 --- a/addons/account/account_report.xml +++ b/addons/account/account_report.xml @@ -28,8 +28,8 @@ + name="Taxes" + parent="account.menu_finance_generic_reporting" sequence="3"/> - + @@ -991,7 +991,7 @@ - + @@ -1111,7 +1111,7 @@ account.journal.period tree - + - + @@ -114,7 +114,7 @@ - + diff --git a/addons/account/project/project_view.xml b/addons/account/project/project_view.xml index b66baa75d0b..7ffb93fb73b 100644 --- a/addons/account/project/project_view.xml +++ b/addons/account/project/project_view.xml @@ -129,7 +129,7 @@ - + diff --git a/addons/account_budget/crossovered_budget_view.xml b/addons/account_budget/crossovered_budget_view.xml index a8d03be8aa4..86516f35bfa 100644 --- a/addons/account_budget/crossovered_budget_view.xml +++ b/addons/account_budget/crossovered_budget_view.xml @@ -7,7 +7,7 @@ account.budget.post tree - + Receipt Vouchers @@ -90,9 +90,9 @@ [('type','like','rec_voucher')] {'type':'rec_voucher'} - - + Cash Receipt account.voucher @@ -102,9 +102,9 @@ [('type','=','rec_voucher')] {'type':'rec_voucher'} - - + Bank Receipt account.voucher @@ -114,12 +114,12 @@ [('type','=','bank_rec_voucher')] {'type':'bank_rec_voucher'} - - + - - + + Payment Vouchers @@ -130,9 +130,9 @@ [('type','like','pay_voucher')] {'type':'pay_voucher'} - - + Payment Vouchers account.voucher @@ -142,9 +142,9 @@ [('type','=','pay_voucher')] {'type':'pay_voucher'} - - + Payment Vouchers account.voucher @@ -154,11 +154,11 @@ [('type','=','bank_pay_voucher')] {'type':'bank_pay_voucher'} - - + - + Other Vouchers @@ -167,9 +167,9 @@ tree,form - - + Contra Voucher account.voucher @@ -179,9 +179,9 @@ [('type','=','cont_voucher')] {'type':'cont_voucher'} - - + Journal Sale Voucher account.voucher @@ -191,9 +191,9 @@ [('type','=','journal_sale_vou')] {'type':'journal_sale_vou'} - - + Journal Purchase Voucher account.voucher @@ -203,9 +203,9 @@ [('type','=','journal_pur_voucher')] {'type':'journal_pur_voucher'} - - + Journal Voucher account.voucher @@ -215,8 +215,8 @@ [('type','=','journal_voucher')] {'type':'journal_voucher'} - From 1ee65ba4d91452ed42133f671c48bc5809d3f431 Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Mon, 11 Jan 2010 12:37:34 +0530 Subject: [PATCH 04/20] [MOD] Modification respective to New Warehouse structure. (Stock menu modified) bzr revid: vir@tinyerp.com-20100111070734-5ubv35e54jtkcmnc --- addons/mrp/mrp_view.xml | 4 +- addons/purchase/process/purchase_process.xml | 4 +- addons/sale/process/sale_process.xml | 2 +- addons/stock/report_stock_view.xml | 22 +++++----- addons/stock/stock_view.xml | 43 +++++++++++--------- 5 files changed, 39 insertions(+), 36 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index af4df969e9f..867e7f59ccf 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -4,7 +4,7 @@ - + - + @@ -119,7 +119,7 @@ - + diff --git a/addons/sale/process/sale_process.xml b/addons/sale/process/sale_process.xml index 1c131c251ec..106bdd8793d 100755 --- a/addons/sale/process/sale_process.xml +++ b/addons/sale/process/sale_process.xml @@ -75,7 +75,7 @@ - + diff --git a/addons/stock/report_stock_view.xml b/addons/stock/report_stock_view.xml index ba6cb865501..fd0cf3f60cd 100644 --- a/addons/stock/report_stock_view.xml +++ b/addons/stock/report_stock_view.xml @@ -16,7 +16,7 @@ - Stock by Lots + Locations ir.actions.act_window stock.report.prodlots form @@ -43,17 +43,17 @@ + parent="stock.menu_stock_root" sequence="5"/> - + + + + + parent="stock.menu_stock_inventory_control" sequence="1"/> - Dates of Inventories + Latest Inventory Date by Product report.stock.lines.date form tree,form - + stock.location.tree @@ -139,13 +139,13 @@ - Locations' Values + Inventory Valuation stock.location form tree - + diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 22641471060..c7f64a48b81 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -1,8 +1,12 @@ - - + + + + + + ============================= Inventory Line @@ -82,7 +86,7 @@ {'full':'1'} - + Draft Periodical Inventories @@ -130,7 +134,7 @@ form - + @@ -402,7 +406,7 @@ tree - + ============================= Warehouse @@ -563,7 +567,7 @@ - + @@ -686,7 +690,7 @@ - + @@ -776,7 +780,7 @@ {'contact_display': 'partner'} - + # @@ -930,7 +934,7 @@ calendar - + # # Reception of Products @@ -1015,7 +1019,7 @@ - + @@ -1086,7 +1090,7 @@ calendar - + stock.picking.internal.search @@ -1116,8 +1120,7 @@ {'contact_display': 'partner'} - - + ============================= Move Tracking ============================= @@ -1148,7 +1151,7 @@ - + stock.move.form @@ -1195,7 +1198,7 @@ - +
@@ -1220,14 +1223,14 @@ - Stock Moves + All Moves stock.move ir.actions.act_window form - + Picking @@ -1238,7 +1241,7 @@ {'contact_display': 'partner'} - + ==================================== Reception Picking (By Stock Move) @@ -1316,7 +1319,7 @@ - + # ------------------------------------------------------------- @@ -1352,7 +1355,7 @@ form tree,form - + Date: Mon, 11 Jan 2010 12:55:10 +0530 Subject: [PATCH 05/20] mrp: Modfiy the menu with new structure bzr revid: sbh@tinyerp.com-20100111072510-t0lvasog11fjwnie --- addons/mrp/mrp_view.xml | 32 +++++++++++++++++++------------- addons/mrp/mrp_wizard.xml | 3 ++- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 867e7f59ccf..f791936b83a 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -4,8 +4,13 @@ - - + + + + @@ -34,7 +39,7 @@ name="Configuration" parent="menu_mrp_root" groups="group_mrp_manager" - sequence="-50" /> + sequence="50" /> mrp.property.tree @@ -220,10 +225,10 @@ form - - - + + + - + parent="menu_mrp_bom" + sequence="50" />--> - + Production Orders Planning @@ -728,7 +734,7 @@ - + @@ -758,7 +764,7 @@ - diff --git a/addons/mrp/mrp_wizard.xml b/addons/mrp/mrp_wizard.xml index acf2edd2c2b..f9d1b9544f7 100644 --- a/addons/mrp/mrp_wizard.xml +++ b/addons/mrp/mrp_wizard.xml @@ -2,7 +2,8 @@ - + + @@ -214,7 +214,7 @@ - + diff --git a/addons/mrp_repair/mrp_repair_view.xml b/addons/mrp_repair/mrp_repair_view.xml index 4c3cf5a08bc..eec7e48ed01 100644 --- a/addons/mrp_repair/mrp_repair_view.xml +++ b/addons/mrp_repair/mrp_repair_view.xml @@ -224,7 +224,7 @@ - + From ac8dc75e426b0a2c897c845c1c2baa656eca0fac Mon Sep 17 00:00:00 2001 From: "sbh (Open ERP)" Date: Mon, 11 Jan 2010 13:33:10 +0530 Subject: [PATCH 07/20] IMP: mrp: changed the sequence of menu bzr revid: sbh@tinyerp.com-20100111080310-ai64i8lhq1l94ynu --- addons/mrp/mrp_view.xml | 4 ++-- addons/mrp/mrp_wizard.xml | 2 +- addons/mrp_operations/mrp_operations_view.xml | 8 ++++---- addons/mrp_repair/mrp_repair_view.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index f791936b83a..9d9440c78b7 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -5,12 +5,12 @@ - + + sequence="5" /> diff --git a/addons/mrp/mrp_wizard.xml b/addons/mrp/mrp_wizard.xml index f9d1b9544f7..935c556a93c 100644 --- a/addons/mrp/mrp_wizard.xml +++ b/addons/mrp/mrp_wizard.xml @@ -2,7 +2,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -273,7 +273,7 @@ diff --git a/addons/mrp_repair/mrp_repair_view.xml b/addons/mrp_repair/mrp_repair_view.xml index eec7e48ed01..2045acae1f1 100644 --- a/addons/mrp_repair/mrp_repair_view.xml +++ b/addons/mrp_repair/mrp_repair_view.xml @@ -224,7 +224,7 @@ - + From 2415d1c4e0fc4fb699d0379df9d5d72c3371ab49 Mon Sep 17 00:00:00 2001 From: "Vir (Open ERP)" Date: Mon, 11 Jan 2010 16:34:21 +0530 Subject: [PATCH 08/20] [MOD,IMP] Improvement in manufaturing menu chagnes bzr revid: vir@tinyerp.com-20100111110421-lusv8b2q8w26aq6j --- addons/mrp/mrp_view.xml | 73 ++++++++++--------- addons/mrp_operations/mrp_operations_view.xml | 23 +++--- .../process/mrp_operation_process.xml | 37 +++++----- 3 files changed, 69 insertions(+), 64 deletions(-) diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 9d9440c78b7..9218cf99d9f 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -4,13 +4,14 @@ - - - + + + + + sequence="5" /> @@ -79,7 +80,7 @@ id="menu_mrp_property" parent="menu_mrp_configuration" groups="base.group_extended" - sequence="10" /> + sequence="20" /> - - + + - + @@ -668,7 +669,7 @@ mrp.procurement tree - + @@ -686,10 +687,10 @@ mrp.procurement form -
+ - + @@ -700,7 +701,7 @@ - + @@ -717,7 +718,7 @@