From c23de40df650df25e45a1586d6e62b450d287c14 Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Thu, 7 Jun 2012 14:36:41 +0200 Subject: [PATCH] [ADD] analytic_contract_hr_expense: split of features of account_analytic_analysis and creation of a new module to contain all the stuff related to hr_expense (in order to keep clean dependancies) bzr revid: qdp-launchpad@openerp.com-20120607123641-kjzynx1wwi4282lu --- addons/account/data/account_data.xml | 13 -- .../account_analytic_analysis/__openerp__.py | 2 +- .../account_analytic_analysis.py | 158 +++++------------- .../account_analytic_analysis_view.xml | 39 +---- .../analytic_contract_hr_expense/__init__.py | 24 +++ .../__openerp__.py | 47 ++++++ .../analytic_contract_hr_expense.py | 155 +++++++++++++++++ .../analytic_contract_hr_expense_view.xml | 27 +++ 8 files changed, 297 insertions(+), 168 deletions(-) create mode 100644 addons/analytic_contract_hr_expense/__init__.py create mode 100644 addons/analytic_contract_hr_expense/__openerp__.py create mode 100644 addons/analytic_contract_hr_expense/analytic_contract_hr_expense.py create mode 100644 addons/analytic_contract_hr_expense/analytic_contract_hr_expense_view.xml diff --git a/addons/account/data/account_data.xml b/addons/account/data/account_data.xml index 8a740219064..e8899d0348a 100644 --- a/addons/account/data/account_data.xml +++ b/addons/account/data/account_data.xml @@ -555,19 +555,6 @@ - + - Remove information on Account data => because they move on analysis sheet - create a page with invoicing informations - - - account.analytic.account.invoice.stat.form.inherit - account.analytic.account - form - - - - - - -