From a5ea68f1712124812069b942bba344bb3667cb39 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Tue, 1 Jul 2008 19:20:40 +0000 Subject: [PATCH] Improvements in menus bzr revid: fp@tinyerp.com-68282dbd98b8fed381c42457236a3a17a4b6c45f --- addons/account/account_end_fy.xml | 4 +- addons/account/account_view.xml | 32 +++++++------- addons/account/account_wizard.xml | 21 ++++++--- addons/account/project/project_view.xml | 5 ++- addons/account_payment/payment_view.xml | 5 +-- addons/account_report/account_view.xml | 4 +- addons/crm/crm_view.xml | 3 +- addons/hr/hr_view.xml | 2 +- addons/hr_timesheet/hr_timesheet_view.xml | 43 ++++++++----------- .../hr_timesheet_project_view.xml | 6 +-- .../hr_timesheet_sheet_view.xml | 6 +-- addons/mrp/mrp_view.xml | 12 +++--- addons/profile_service/__terp__.py | 1 - addons/purchase/purchase_view.xml | 22 +++++++--- .../report_analytic_planning_view.xml | 29 +++++++++---- addons/sale/sale_view.xml | 5 +-- addons/stock/stock_view.xml | 4 +- 17 files changed, 109 insertions(+), 95 deletions(-) diff --git a/addons/account/account_end_fy.xml b/addons/account/account_end_fy.xml index 5f9cdfd3b75..4860384ec11 100644 --- a/addons/account/account_end_fy.xml +++ b/addons/account/account_end_fy.xml @@ -2,8 +2,6 @@ - - Close Period account.period @@ -14,4 +12,4 @@ - \ No newline at end of file + diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index 5f47a368ab0..c6cbb072dd8 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -6,8 +6,6 @@ Fiscal Year --> - - @@ -139,12 +137,12 @@ - Accounts + Financial Accounts account.account form tree,form - + account.account.tree @@ -169,7 +167,7 @@ [('code','=','0')] - + account.account.list @@ -288,12 +286,13 @@ - Account journal + Financial Journals account.journal form tree,form - + + account.bank.statement.tree @@ -375,7 +374,7 @@ form form,tree - + Draft statements @@ -458,7 +457,7 @@ form tree,form - + @@ -547,8 +546,10 @@ tree - - + + + + - + - + - + @@ -37,11 +44,11 @@ - + - + @@ -62,9 +69,9 @@ - + - \ No newline at end of file + diff --git a/addons/account/project/project_view.xml b/addons/account/project/project_view.xml index defbd07f391..9848f1713c9 100644 --- a/addons/account/project/project_view.xml +++ b/addons/account/project/project_view.xml @@ -74,7 +74,8 @@ form - + + Analytic Charts of Accounts @@ -328,4 +329,4 @@ - \ No newline at end of file + diff --git a/addons/account_payment/payment_view.xml b/addons/account_payment/payment_view.xml index 188bd09f6d0..2e8049540c0 100644 --- a/addons/account_payment/payment_view.xml +++ b/addons/account_payment/payment_view.xml @@ -2,7 +2,6 @@ - payment.type.form @@ -49,7 +48,7 @@ tree,form - + payment.order.form @@ -216,4 +215,4 @@ - \ No newline at end of file + diff --git a/addons/account_report/account_view.xml b/addons/account_report/account_view.xml index ba819588c65..052fcafe6e3 100644 --- a/addons/account_report/account_view.xml +++ b/addons/account_report/account_view.xml @@ -77,7 +77,7 @@ - + New Reporting Item Formula account.report.report @@ -141,4 +141,4 @@ - \ No newline at end of file + diff --git a/addons/crm/crm_view.xml b/addons/crm/crm_view.xml index 7449f740452..2704bc71e4e 100644 --- a/addons/crm/crm_view.xml +++ b/addons/crm/crm_view.xml @@ -542,7 +542,6 @@ tree,form - @@ -556,4 +555,4 @@ - \ No newline at end of file + diff --git a/addons/hr/hr_view.xml b/addons/hr/hr_view.xml index 48ed1d24cd8..bb649734bb0 100644 --- a/addons/hr/hr_view.xml +++ b/addons/hr/hr_view.xml @@ -161,7 +161,7 @@ Working Time Categories hr.timesheet.group form - + diff --git a/addons/hr_timesheet/hr_timesheet_view.xml b/addons/hr_timesheet/hr_timesheet_view.xml index a9ebd1cedd1..e1995546d75 100644 --- a/addons/hr_timesheet/hr_timesheet_view.xml +++ b/addons/hr_timesheet/hr_timesheet_view.xml @@ -42,7 +42,7 @@ - Hours Encoding + Working Hours ir.actions.act_window hr.analytic.timesheet form @@ -50,45 +50,36 @@ - - My works of the day - ir.actions.act_window - hr.analytic.timesheet - form - tree,form - [('date', '=', time.strftime('%Y-%m-%d')),('user_id','=',uid)] - - - - All my works + My Working Hours ir.actions.act_window hr.analytic.timesheet form tree,form [('user_id','=',uid)] - + + + + Workin Hours + ir.actions.act_window + hr.analytic.timesheet + form + tree,form + + + - All works of the day + Working Hours of The Day ir.actions.act_window hr.analytic.timesheet form tree,form [('date', '=', time.strftime('%Y-%m-%d'))] - - - - All works - ir.actions.act_window - hr.analytic.timesheet - form - tree,form - - - + + hr.timesheet.employee.extd_form hr.employee @@ -101,4 +92,4 @@ - \ No newline at end of file + diff --git a/addons/hr_timesheet_project/hr_timesheet_project_view.xml b/addons/hr_timesheet_project/hr_timesheet_project_view.xml index c3e62b9d0e1..c1493a20a9e 100644 --- a/addons/hr_timesheet_project/hr_timesheet_project_view.xml +++ b/addons/hr_timesheet_project/hr_timesheet_project_view.xml @@ -3,9 +3,9 @@ - + - + - \ No newline at end of file + diff --git a/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml b/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml index 05f219c14ec..791f0a254fb 100644 --- a/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml +++ b/addons/hr_timesheet_sheet/hr_timesheet_sheet_view.xml @@ -173,11 +173,11 @@ - All Timesheets + Timesheets ir.actions.act_window hr_timesheet_sheet.sheet form - + @@ -334,4 +334,4 @@ - \ No newline at end of file + diff --git a/addons/mrp/mrp_view.xml b/addons/mrp/mrp_view.xml index 7a710a5f4ad..133cec70c6b 100644 --- a/addons/mrp/mrp_view.xml +++ b/addons/mrp/mrp_view.xml @@ -27,7 +27,7 @@ form tree,form - + @@ -437,7 +437,7 @@ mrp.production form tree,form,calendar - + @@ -451,14 +451,14 @@ - Production orders in progress + Production Orders in Progress ir.actions.act_window mrp.production form tree,form [('state','=','in_production')] - + Production orders waiting goods ir.actions.act_window @@ -467,7 +467,7 @@ tree,form [('state','=','confirmed')] - + mrp.production.workcenter.line.form @@ -737,4 +737,4 @@ - \ No newline at end of file + diff --git a/addons/profile_service/__terp__.py b/addons/profile_service/__terp__.py index 934c6405278..240c0fb899e 100644 --- a/addons/profile_service/__terp__.py +++ b/addons/profile_service/__terp__.py @@ -34,7 +34,6 @@ "hr", "hr_timesheet", "hr_timesheet_invoice", - "hr_timesheet_project", "crm", "project", "board_project", diff --git a/addons/purchase/purchase_view.xml b/addons/purchase/purchase_view.xml index 6fed731affc..b335775da82 100644 --- a/addons/purchase/purchase_view.xml +++ b/addons/purchase/purchase_view.xml @@ -64,14 +64,15 @@ - Purchase Order + Purchase Orders ir.actions.act_window purchase.order - form,tree + tree,form + - Request for quotation + Request For Quotations ir.actions.act_window purchase.order [('state','=','draft')] @@ -79,8 +80,9 @@ tree,form + - Purchase order waiting Approval + Purchase Order Waiting Approval ir.actions.act_window purchase.order form @@ -88,6 +90,7 @@ [('state','=','confirmed')] + Purchase Orders in Progress ir.actions.act_window @@ -97,6 +100,15 @@ [('state','=','approved')] + + + New Purchase Order + ir.actions.act_window + purchase.order + form,tree + + + purchase.order.tree @@ -162,4 +174,4 @@ - \ No newline at end of file + diff --git a/addons/report_analytic_planning/report_analytic_planning_view.xml b/addons/report_analytic_planning/report_analytic_planning_view.xml index d7e8858bb13..aeebc175595 100644 --- a/addons/report_analytic_planning/report_analytic_planning_view.xml +++ b/addons/report_analytic_planning/report_analytic_planning_view.xml @@ -73,15 +73,19 @@ - Planning + Plannings report_account_analytic.planning form - form,tree + tree,form - + + - My Planning + My Plannings report_account_analytic.planning form tree,form @@ -90,23 +94,30 @@ - My Current Planning + My Current Plannings report_account_analytic.planning form tree,form [('user_id','=',uid),('date_from','<=',time.strftime('%Y-%m-%d')), ('date_to','>=',time.strftime('%Y-%m-%d'))] - - + - Current Planning + Current Plannings report_account_analytic.planning form tree,form [('date_from','<=',time.strftime('%Y-%m-%d')), ('date_to','>=',time.strftime('%Y-%m-%d'))] + + + New Planning + report_account_analytic.planning + form + form,tree + + @@ -190,4 +201,4 @@ - \ No newline at end of file + diff --git a/addons/sale/sale_view.xml b/addons/sale/sale_view.xml index 5a42c67de46..4ed255f17c0 100644 --- a/addons/sale/sale_view.xml +++ b/addons/sale/sale_view.xml @@ -181,11 +181,10 @@ - Sales Order + Sales Orders ir.actions.act_window sale.order form - @@ -451,4 +450,4 @@ - \ No newline at end of file + diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 5c8cab2bca9..2290b4504f4 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -1129,7 +1129,7 @@ - All Packings + Packings stock.picking ir.actions.act_window form @@ -1189,4 +1189,4 @@ - \ No newline at end of file +