From a6dbb0da04c1d7fd127e2d25d378e12e8510bed0 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 9 Feb 2016 17:03:29 +0100 Subject: [PATCH] [VIEW] +date is required for vendor payments --- __openerp__.py | 1 + view/account_voucher.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 view/account_voucher.xml diff --git a/__openerp__.py b/__openerp__.py index 05770c7..b818716 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -51,6 +51,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_products.xml', 'data/products_products_old.xml', 'view/account.xml', + 'view/account_voucher.xml', 'view/point_of_sale.xml', 'view/bikecoop.xml', 'security/ir.model.access.csv', diff --git a/view/account_voucher.xml b/view/account_voucher.xml new file mode 100644 index 0000000..7c7df9a --- /dev/null +++ b/view/account_voucher.xml @@ -0,0 +1,16 @@ + + + + + account.voucher.form + account.voucher + + + + + 1 + + + + + -- 2.20.1