From: Ludovic CHEVALIER Date: Sun, 8 Nov 2015 16:50:05 +0000 (+0100) Subject: [DATA] +point of sale, account journals, sale and stock informations X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelocampus_nantes.git;a=commitdiff_plain;h=d94c285b6bdd46fabef2dfa7614887cc290fdaa4 [DATA] +point of sale, account journals, sale and stock informations --- diff --git a/__openerp__.py b/__openerp__.py index 7dc3207..bbfd826 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -46,6 +46,11 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_categories.xml', 'data/products_products.xml', 'data/bikecoop.xml', + 'data/members.xml', + 'data/stock.xml', + 'data/sale.xml', + 'data/account.xml', + 'data/point_of_sale.xml', 'view/bikecoop.xml', ], 'installable': True, diff --git a/data/account.xml b/data/account.xml new file mode 100644 index 0000000..b887583 --- /dev/null +++ b/data/account.xml @@ -0,0 +1,31 @@ + + + + + Chèques + CHK1 + bank + + + + + + + Liquide + LIQ + cash + + + + + + + 0 + + + Journal des ventes en atelier + JVA + sale + + + diff --git a/data/point_of_sale.xml b/data/point_of_sale.xml new file mode 100644 index 0000000..0fe74b9 --- /dev/null +++ b/data/point_of_sale.xml @@ -0,0 +1,21 @@ + + + + + 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..dbe971c --- /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..67c8caa --- /dev/null +++ b/data/stock.xml @@ -0,0 +1,8 @@ + + + + + Atelier + + +