From 7914f24fe9972dc54a5e8f754888eefdf928af07 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Fri, 16 Apr 2010 07:46:08 +0200 Subject: [PATCH 1/5] [IMP] extended/simplified views bzr revid: fp@tinyerp.com-20100416054608-lrto40gta4p73py8 --- addons/account/account_invoice_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index feeb38dd51b..dc817791603 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -57,8 +57,8 @@ - - + + From 36059ff28392b39430ab864a9956e2c0dd018936 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Fri, 16 Apr 2010 11:16:25 +0200 Subject: [PATCH 2/5] [IMP] General review and cleaning of all views. Not finished. Worked on exted_groups, removed select=2, convert tab to spaces, etc. bzr revid: fp@tinyerp.com-20100416091625-4riafnmo2mo7cuu9 --- addons/account/account_invoice_view.xml | 82 +- addons/account/account_view.xml | 2 +- addons/account/partner_view.xml | 4 +- addons/account/sequence_view.xml | 2 +- .../account_analytic_default_view.xml | 20 +- .../account_analytic_plans_view.xml | 10 +- addons/account_anglo_saxon/product_view.xml | 18 +- .../crossovered_budget_view.xml | 12 +- .../account_followup/followup_report_view.xml | 8 +- addons/account_followup/followup_view.xml | 16 +- .../account_invoice_layout_view.xml | 160 +- addons/account_payment/payment_view.xml | 22 +- addons/account_report/account_view.xml | 2 +- addons/account_voucher/account_view.xml | 142 +- addons/account_voucher/voucher_view.xml | 8 +- addons/auction/auction_view.xml | 2764 ++++++++--------- addons/audittrail/audittrail_view.xml | 295 +- .../base_action_rule_view.xml | 55 +- addons/base_calendar/base_calendar_view.xml | 9 +- addons/base_contact/base_contact_view.xml | 52 +- .../base_report_creator_view.xml | 59 +- addons/board/board_view.xml | 18 +- addons/board_account/board_account_view.xml | 4 +- .../board_association_view.xml | 4 +- .../board_auction_manager_view.xml | 140 +- addons/board_auction/board_auction_view.xml | 120 +- .../board_crm_statistical_view.xml | 2 +- .../board_crm_view.xml | 204 +- addons/board_document/board_document_view.xml | 2 +- addons/board_hr/board_hr_view.xml | 2 +- .../board_project_manager_view.xml | 4 +- addons/board_project/board_project_view.xml | 4 +- addons/board_sale/board_sale_view.xml | 40 +- addons/caldav/caldav_view.xml | 88 +- addons/crm/crm_action_rule_view.xml | 42 +- addons/crm/crm_meeting_view.xml | 96 +- addons/crm/crm_report_view.xml | 90 +- addons/crm_profiling/crm_profiling_view.xml | 368 +-- addons/delivery/delivery_view.xml | 20 +- addons/document/custom_view.xml | 14 +- addons/document/document_view.xml | 18 +- addons/event/event_view.xml | 670 ++-- addons/event_project/event_view.xml | 72 +- addons/google_map/google_map_view.xml | 92 +- addons/hr/hr_department_view.xml | 30 +- addons/hr/hr_view.xml | 57 +- addons/hr_evaluation/hr_evaluation_view.xml | 12 +- addons/hr_expense/hr_expense_view.xml | 43 +- addons/hr_holidays/hr_holidays_view.xml | 4 +- addons/hr_recruitment/hr_recruitment_view.xml | 8 +- .../hr_timesheet_invoice_view.xml | 8 +- .../hr_timesheet_sheet_view.xml | 4 +- addons/idea/idea_view.xml | 10 +- addons/l10n_ch/bank_view.xml | 94 +- addons/l10n_ch/dta_view.xml | 66 +- addons/lunch/lunch_view.xml | 50 +- addons/membership/membership_view.xml | 44 +- addons/mrp/mrp_view.xml | 92 +- addons/mrp_operations/mrp_operations_view.xml | 50 +- addons/mrp_repair/mrp_repair_view.xml | 46 +- addons/point_of_sale/pos_view.xml | 509 ++- addons/product/pricelist_view.xml | 13 +- addons/product/product_view.xml | 13 +- addons/product_margin/product_margin_view.xml | 1 - addons/project/project_view.xml | 3 +- .../project_long_term_view.xml | 8 +- .../project_planning_view.xml | 602 ++-- addons/purchase/purchase_view.xml | 20 +- .../purchase_analytic_plans_view.xml | 22 +- .../purchase_manual/purchase_manual_view.xml | 2 - .../purchase_requisition_view.xml | 5 +- .../report_intrastat_view.xml | 24 +- addons/sale/sale_view.xml | 14 +- addons/sale/stock_view.xml | 1 - .../sale_analytic_plans_view.xml | 62 +- addons/sale_journal/picking_journal_view.xml | 188 +- addons/stock/stock_view.xml | 111 +- addons/stock_location/stock_view.xml | 2 +- .../stock_no_autopicking_view.xml | 26 +- addons/subscription/subscription_view.xml | 15 +- addons/survey/survey_view.xml | 1097 ++++--- addons/users_ldap/users_ldap_view.xml | 50 +- addons/warning/warning_view.xml | 69 +- addons/wiki/wiki_view.xml | 26 +- 84 files changed, 4658 insertions(+), 4699 deletions(-) diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index dc817791603..1c87a8845a1 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -54,13 +54,13 @@ - - + + - + @@ -94,11 +94,11 @@ form
- + - - - + + + @@ -115,7 +115,7 @@ tree - + @@ -142,14 +142,15 @@ - - - - + + + + + - - - + + +