From 3cff839d41c63a145054466051a70ce85021f050 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 8 Feb 2016 15:39:55 +0100 Subject: [PATCH] [VIEW] ~date_invoice is required --- __openerp__.py | 1 + view/account.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 view/account.xml diff --git a/__openerp__.py b/__openerp__.py index b5c8cd0..05770c7 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -50,6 +50,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.xml', 'data/products_products_old.xml', + 'view/account.xml', 'view/point_of_sale.xml', 'view/bikecoop.xml', 'security/ir.model.access.csv', diff --git a/view/account.xml b/view/account.xml new file mode 100644 index 0000000..48479c7 --- /dev/null +++ b/view/account.xml @@ -0,0 +1,15 @@ + + + + + account.invoice.form + account.invoice + + + + 1 + + + + + -- 2.20.1