From: Ludovic CHEVALIER Date: Tue, 20 Nov 2012 16:06:00 +0000 (+0100) Subject: Initial commit X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr_demo.git;a=commitdiff_plain;h=5e04251d78485426c3cbb5e842069ab695d27dd2 Initial commit --- 5e04251d78485426c3cbb5e842069ab695d27dd2 diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e37bf75 --- /dev/null +++ b/__init__.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# +############################################################################## + + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..bcc2c83 --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# +############################################################################## + + +{ + 'name': 'Bike Co-ops Management demo for french specificities', + 'version': '0.1', + 'category': 'Association', + 'complexity': "normal", + 'description': """ +This module is to having demo datas for french bike Co-op module demonstration. +============================================================================== + """, + 'author': 'L\'Heureux Cyclage', + 'website': 'http://www.heureux-cyclage.org', + 'depends': ['bikecoop_demo'], + 'update_xml': [ + 'demo/res_users.xml', + 'demo/membership.xml', + 'demo/point_of_sale.xml', + ], + 'installable': True, + 'auto_install': False, + 'images': [], +} diff --git a/demo/membership.xml b/demo/membership.xml new file mode 100644 index 0000000..8ec77f2 --- /dev/null +++ b/demo/membership.xml @@ -0,0 +1,60 @@ + + + + + Standard member + 25.00 + 0.00 + + + service + + produce + True + + + + + Reduce member + 15.00 + 0.00 + + + service + + produce + True + + + + + Group membership + 45.00 + 0.00 + + + service + + produce + True + + + + + + + + + + + + + + + + + + + + + diff --git a/demo/point_of_sale.xml b/demo/point_of_sale.xml new file mode 100644 index 0000000..7fade0b --- /dev/null +++ b/demo/point_of_sale.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/demo/res_users.xml b/demo/res_users.xml new file mode 100644 index 0000000..20026cf --- /dev/null +++ b/demo/res_users.xml @@ -0,0 +1,17 @@ + + + + + fr_FR + + + fr_FR + + + fr_FR + + + fr_FR + + + diff --git a/i18n/bikecoop_l10n_fr_demo.pot b/i18n/bikecoop_l10n_fr_demo.pot new file mode 100644 index 0000000..8412663 --- /dev/null +++ b/i18n/bikecoop_l10n_fr_demo.pot @@ -0,0 +1,32 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * bikecoop_l10n_fr_demo +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0alpha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-11-20 15:38+0000\n" +"PO-Revision-Date: 2012-11-20 15:38+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_standard_member_product_template +msgid "Standard member" +msgstr "" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_reduce_member_product_template +msgid "Reduce member" +msgstr "" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_group_membership_product_template +msgid "Group membership" +msgstr "" + diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..53d811e --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,31 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * bikecoop_l10n_fr_demo +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0alpha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-11-20 15:38+0000\n" +"PO-Revision-Date: 2012-11-20 16:41+0100\n" +"Last-Translator: Ludovic CHEVALIER \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_standard_member_product_template +msgid "Standard member" +msgstr "Adhésion de base" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_reduce_member_product_template +msgid "Reduce member" +msgstr "Adhésion réduite" + +#. module: bikecoop_l10n_fr_demo +#: model:product.template,name:bikecoop_l10n_fr_demo.product_group_membership_product_template +msgid "Group membership" +msgstr "Adhésion groupée" +