From: Ludovic CHEVALIER Date: Mon, 6 Oct 2014 09:54:23 +0000 (+0200) Subject: [DATA] +products_categories and products_products X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=commitdiff_plain;h=5f5ecf25a08eea9539663614d1e065bfbe592eb1 [DATA] +products_categories and products_products --- 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 + + + +