From: Ludovic CHEVALIER Date: Thu, 3 Dec 2015 06:23:53 +0000 (+0100) Subject: [VIEW] ~order LASTNAME Firstname in members form and pos orders X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fetudesetchantiersidf.git;a=commitdiff_plain;h=d9c65fe133767e8bf32e0742b4f7cd396c1d8aaf [VIEW] ~order LASTNAME Firstname in members form and pos orders --- diff --git a/__openerp__.py b/__openerp__.py index d7a4068..a342117 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -54,6 +54,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/products_products.xml', 'data/membership.xml', 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False, diff --git a/i18n/etudesetchantiersidf.pot b/i18n/etudesetchantiersidf.pot index 74bb791..98761a3 100644 --- a/i18n/etudesetchantiersidf.pot +++ b/i18n/etudesetchantiersidf.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-04 11:40+0000\n" -"PO-Revision-Date: 2015-11-04 11:40+0000\n" +"POT-Creation-Date: 2015-12-03 05:58+0000\n" +"PO-Revision-Date: 2015-12-03 05:58+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -96,6 +96,7 @@ msgid "Ampoule 6v0,6w" msgstr "" #. module: etudesetchantiersidf +#: view:pos.order:0 #: view:res.partner:0 msgid "LASTNAME Firstname" msgstr "" diff --git a/i18n/fr.po b/i18n/fr.po index 0353a50..250c934 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-04 12:40+0100\n" -"PO-Revision-Date: 2015-11-04 12:41+0100\n" +"POT-Creation-Date: 2015-12-03 06:37+0100\n" +"PO-Revision-Date: 2015-12-03 06:38+0100\n" "Last-Translator: Ludovic CHEVALIER \n" "Language-Team: \n" "Language: fr\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.6\n" "X-Poedit-Basepath: .\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: etudesetchantiersidf #: model:product.category,name:etudesetchantiersidf.eecidf_product_category_5 diff --git a/view/bikecoop.xml b/view/bikecoop.xml index 254516a..7a33c74 100644 --- a/view/bikecoop.xml +++ b/view/bikecoop.xml @@ -1,6 +1,16 @@ + + res.partner.form + res.partner + + + + + + + res.partner.form res.partner diff --git a/view/point_of_sale.xml b/view/point_of_sale.xml new file mode 100644 index 0000000..efb1745 --- /dev/null +++ b/view/point_of_sale.xml @@ -0,0 +1,16 @@ + + + + + pos.order + pos.order + + + + + + + + + +