From a2ac4aade71e146b1b4e05fd4450b6a9ed546bdd Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 12 Jan 2015 11:02:37 +0100 Subject: [PATCH] [DATA] +bikecoop name --- __openerp__.py | 3 +++ data/base.xml | 2 +- data/point_of_sale.xml | 19 +++++++++++++++++++ data/sale.xml | 8 ++++++++ data/stock.xml | 8 ++++++++ 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 data/point_of_sale.xml create mode 100644 data/sale.xml create mode 100644 data/stock.xml diff --git a/__openerp__.py b/__openerp__.py index 25dd532..e47bf40 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,9 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/point_of_sale.xml', 'data/product_categories.xml', 'data/product_products.xml', 'data/suppliers.xml', diff --git a/data/base.xml b/data/base.xml index fc7a9b7..e7fc7ee 100644 --- a/data/base.xml +++ b/data/base.xml @@ -1,6 +1,6 @@ - + Récup'R www.recupr.org/ diff --git a/data/point_of_sale.xml b/data/point_of_sale.xml new file mode 100644 index 0000000..90b1be7 --- /dev/null +++ b/data/point_of_sale.xml @@ -0,0 +1,19 @@ + + + + + L'atelier + + + Produit d'entrée et de sortie de caisse + service + + + sellable + + + + + + + diff --git a/data/sale.xml b/data/sale.xml new file mode 100644 index 0000000..a8219fd --- /dev/null +++ b/data/sale.xml @@ -0,0 +1,8 @@ + + + + + L'Atelier + + + diff --git a/data/stock.xml b/data/stock.xml new file mode 100644 index 0000000..833a191 --- /dev/null +++ b/data/stock.xml @@ -0,0 +1,8 @@ + + + + + L'atelier + + + -- 2.20.1