From 58e634f388cc3e9bff8ddce484edee5da9977ecc Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 10 Jan 2017 11:23:35 +0100 Subject: [PATCH] [DATA] +membership, point_of_sale, remembership, sale, stock --- __openerp__.py | 8 ++++++-- data/account.xml | 2 +- data/membership.xml | 1 + data/point_of_sale.xml | 21 +++++++++++++++++++++ data/products_categories.xml | 2 +- data/products_products.xml | 2 +- data/remembership.xml | 8 ++++++++ data/sale.xml | 8 ++++++++ data/stock.xml | 8 ++++++++ 9 files changed, 55 insertions(+), 5 deletions(-) create mode 120000 data/membership.xml create mode 100644 data/point_of_sale.xml create mode 100644 data/remembership.xml create mode 100644 data/sale.xml create mode 100644 data/stock.xml diff --git a/__openerp__.py b/__openerp__.py index 8adeb9a..c1b0f6f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -40,12 +40,16 @@ It installs the profile for bike co-ops to manage some features like: 'bikecoop_l10n_fr', ], 'init_xml': [ + ], + 'update_xml': [ 'data/account.xml', 'data/base.xml', + 'data/point_of_sale.xml', 'data/products_categories.xml', 'data/products_products.xml', - ], - 'update_xml': [ + 'data/remembership.xml', + 'data/sale.xml', + 'data/stock.xml', ], 'installable': True, 'auto_install': False, diff --git a/data/account.xml b/data/account.xml index 4a8194f..f46682c 100644 --- a/data/account.xml +++ b/data/account.xml @@ -1,6 +1,6 @@ - + Chèques CHQ1 diff --git a/data/membership.xml b/data/membership.xml new file mode 120000 index 0000000..46aab28 --- /dev/null +++ b/data/membership.xml @@ -0,0 +1 @@ +../sec/data/membership.xml \ No newline at end of file diff --git a/data/point_of_sale.xml b/data/point_of_sale.xml new file mode 100644 index 0000000..4b92924 --- /dev/null +++ b/data/point_of_sale.xml @@ -0,0 +1,21 @@ + + + + + Les Jantes du Nord + + + + + Produit d'entrée et de sortie de caisse + service + + + sellable + + + + + + + diff --git a/data/products_categories.xml b/data/products_categories.xml index 72be400..a39c1be 100644 --- a/data/products_categories.xml +++ b/data/products_categories.xml @@ -1,6 +1,6 @@ - + diff --git a/data/products_products.xml b/data/products_products.xml index 60dd831..a13ab87 100644 --- a/data/products_products.xml +++ b/data/products_products.xml @@ -1,6 +1,6 @@ - + 1.0 Autre produit diff --git a/data/remembership.xml b/data/remembership.xml new file mode 100644 index 0000000..862f6d7 --- /dev/null +++ b/data/remembership.xml @@ -0,0 +1,8 @@ + + + + + 6 + + + diff --git a/data/sale.xml b/data/sale.xml new file mode 100644 index 0000000..5d22762 --- /dev/null +++ b/data/sale.xml @@ -0,0 +1,8 @@ + + + + + L'atelier des Jantes du Nord + + + diff --git a/data/stock.xml b/data/stock.xml new file mode 100644 index 0000000..bd4aeb5 --- /dev/null +++ b/data/stock.xml @@ -0,0 +1,8 @@ + + + + + L'atelier des Jantes du Nord + + + -- 2.20.1