From 3f867c10150c57cdfb81c9e34063e033bbca0f89 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 8 Apr 2016 14:49:30 +0200 Subject: [PATCH] [VIEW] -taxes references in products form --- __openerp__.py | 1 + view/account.xml | 9 +++++++++ view/purchase.xml | 13 +++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 view/purchase.xml diff --git a/__openerp__.py b/__openerp__.py index 148fd3e..6da1e3d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -48,6 +48,7 @@ This module is to configure add french spepcifitities to modules related to a bi 'view/bikecoop.xml', 'view/point_of_sale.xml', 'view/profile_association.xml', + 'view/purchase.xml', 'view/sale.xml', ], 'installable': True, diff --git a/view/account.xml b/view/account.xml index 478aba3..aff2217 100644 --- a/view/account.xml +++ b/view/account.xml @@ -28,5 +28,14 @@ + + + product.product.form + product.product + + + + + diff --git a/view/purchase.xml b/view/purchase.xml new file mode 100644 index 0000000..84aa3d4 --- /dev/null +++ b/view/purchase.xml @@ -0,0 +1,13 @@ + + + + + product.product.form + product.product + + + + + + + -- 2.20.1