From: Ludovic CHEVALIER Date: Fri, 8 Apr 2016 08:09:59 +0000 (+0200) Subject: [VIEW] +analytic account is required in supplier invoice X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_analytic_improvement.git;a=commitdiff_plain;h=e6528058d94758daa528cb92008889400466b31a [VIEW] +analytic account is required in supplier invoice --- diff --git a/__openerp__.py b/__openerp__.py index fe1bd4d..3982ab5 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -48,7 +48,7 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ - 'view/account_invoice_view.xml', + 'view/account.xml', 'view/hr_expense.xml', 'view/purchase.xml', 'view/sale.xml', diff --git a/view/account.xml b/view/account.xml new file mode 100644 index 0000000..c9d2900 --- /dev/null +++ b/view/account.xml @@ -0,0 +1,28 @@ + + + + + account.invoice.form + account.invoice + + + + 1 + + + + + + + + account.invoice.form + account.invoice + + + + 1 + + + + + diff --git a/view/account_invoice_view.xml b/view/account_invoice_view.xml deleted file mode 100644 index 04acc9b..0000000 --- a/view/account_invoice_view.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - account.invoice.form - account.invoice - - - - 1 - - - - - - - - diff --git a/view/purchase.xml b/view/purchase.xml index c2371b7..c1bca0f 100644 --- a/view/purchase.xml +++ b/view/purchase.xml @@ -5,7 +5,6 @@ purchase.order.form purchase.order - 1