From 349c8572e1409fa255eaf1f3ebc6fcfe5a98ee59 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 12 Oct 2018 11:49:41 +0200 Subject: [PATCH] [DATA] +studies --- __openerp__.py | 1 + data/bikecoop.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 data/bikecoop.xml diff --git a/__openerp__.py b/__openerp__.py index 0d42442..53ed807 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -44,6 +44,7 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/bikecoop.xml', 'data/products_categories.xml', 'data/products_products.xml', 'view/bikecoop.xml', diff --git a/data/bikecoop.xml b/data/bikecoop.xml new file mode 100644 index 0000000..6da86f4 --- /dev/null +++ b/data/bikecoop.xml @@ -0,0 +1,25 @@ + + + + occupation + UT2J + UT2J + 10 + studies + + + occupation + UT1 + UT1 + 20 + studies + + + occupation + UT3 + UT3 + 30 + studies + + + -- 2.20.1