From 5f5ecf25a08eea9539663614d1e065bfbe592eb1 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 6 Oct 2014 11:54:23 +0200 Subject: [PATCH] [DATA] +products_categories and products_products --- __openerp__.py | 2 ++ data/products_categories.xml | 14 +++++++++ data/products_products.xml | 58 ++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 data/products_categories.xml create mode 100644 data/products_products.xml diff --git a/__openerp__.py b/__openerp__.py index 2579930..720c39d 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,8 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/products_categories.xml', + 'data/products_products.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/products_categories.xml b/data/products_categories.xml new file mode 100644 index 0000000..29a135e --- /dev/null +++ b/data/products_categories.xml @@ -0,0 +1,14 @@ + + + + + + Tous + + + + Adhésions + + + + diff --git a/data/products_products.xml b/data/products_products.xml new file mode 100644 index 0000000..e0e0dc1 --- /dev/null +++ b/data/products_products.xml @@ -0,0 +1,58 @@ + + + + + produce + True + 10 + Adhésion simple 10€ + + 0 + True + 0 + False + service + True + + + produce + True + 15 + Adhésion simple 15€ + + 0 + True + 1 + False + service + True + + + produce + True + 45 + Adhésion vélo 45€ + + 0 + True + 2 + False + service + True + + + produce + True + 55 + Adhésion vélo 55€ + + 0 + True + 3 + False + service + True + + + + -- 2.20.1