From 9a8d339c911493c5d2cd183e38a3873e7ad984de Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 19 Dec 2014 10:59:42 +0100 Subject: [PATCH] [data] ~nom du 'magasin' --- __openerp__.py | 1 + data/sale.xml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 data/sale.xml diff --git a/__openerp__.py b/__openerp__.py index 2c3e490..e543399 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/point_of_sale.xml', + 'data/sale.xml', 'data/stock.xml', 'data/products_categories.xml', 'data/plan_comptable_general.xml', diff --git a/data/sale.xml b/data/sale.xml new file mode 100644 index 0000000..1fa979f --- /dev/null +++ b/data/sale.xml @@ -0,0 +1,8 @@ + + + + + Atelier des bouchers + + + -- 2.20.1