From b1e371ca455bdcffe7d168904ac0967369caddd2 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 21 Oct 2014 16:23:04 +0200 Subject: [PATCH] [DATA] +products categories --- __openerp__.py | 1 + data/product_categories.xml | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 data/product_categories.xml diff --git a/__openerp__.py b/__openerp__.py index 0cc57df..0527501 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,7 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/product_categories.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/product_categories.xml b/data/product_categories.xml new file mode 100644 index 0000000..3fe45f4 --- /dev/null +++ b/data/product_categories.xml @@ -0,0 +1,39 @@ + + + + + + + Adhésions + + + + + Matériel + + + + + Vélos finis + + + + + Prestations + + + + + Subventions + + + + Frais de fonctionnement + + + + Social + + + + -- 2.20.1