From 3d3c866367776c562ce5dca46b32de2952b43820 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 3 Jul 2015 16:07:41 +0200 Subject: [PATCH] [VIEW] -nationality field in members view --- __openerp__.py | 1 + view/bikecoop.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 view/bikecoop.xml diff --git a/__openerp__.py b/__openerp__.py index 737e4de..b5c8cd0 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/point_of_sale.xml', + 'view/bikecoop.xml', 'security/ir.model.access.csv', ], 'installable': True, diff --git a/view/bikecoop.xml b/view/bikecoop.xml new file mode 100644 index 0000000..aa4dc87 --- /dev/null +++ b/view/bikecoop.xml @@ -0,0 +1,14 @@ + + + + + res.partner.form + res.partner + + + + + + + + -- 2.20.1