From 2a30fa73fd473f6a401698e6c9f16fb15bd81c16 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Sun, 27 Sep 2015 16:00:47 +0200 Subject: [PATCH] [VIEW] +invoices unsent filter and tree column --- __openerp__.py | 1 - i18n/fr.po | 40 ++++++++++++----------------- i18n/{lhc_custom_oe.pot => lhc.pot} | 14 ++++++++-- view/account.xml | 15 ----------- view/account_invoice.xml | 18 +++++++++++-- 5 files changed, 44 insertions(+), 44 deletions(-) rename i18n/{lhc_custom_oe.pot => lhc.pot} (70%) delete mode 100644 view/account.xml diff --git a/__openerp__.py b/__openerp__.py index cdba7f8..deb668f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -45,7 +45,6 @@ Module pour les personnalisations de L'Heureux Cyclage 'data/account.xml', 'data/wiki.xml', 'view/account_invoice.xml', - 'view/account.xml', 'view/base.xml', 'view/hr_expense.xml', 'view/membership.xml', diff --git a/i18n/fr.po b/i18n/fr.po index ad9dd9b..e490202 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -6,36 +6,20 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 6.0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-31 11:11+0200\n" -"PO-Revision-Date: 2015-08-31 11:12+0200\n" +"POT-Creation-Date: 2015-09-27 15:57+0200\n" +"PO-Revision-Date: 2015-09-27 15:57+0200\n" "Last-Translator: Ludovic CHEVALIER \n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.3\n" +"X-Generator: Poedit 1.8.4\n" #. module: lhc_custom_oe -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_admin -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_baptiste_guyomarch -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_elodie_chabert -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_julien_allaire -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_ludovic_boyer -#: model:ir.filters,name:lhc_custom_oe.bikecoop_expired_or_non_members_ludovic_chevalier -msgid "Ateliers anciens membres ou non membres" -msgstr "Ateliers anciens membres ou non membres" - -#. module: lhc_custom_oe -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_admin -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_baptiste_guyomarch -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_elodie_chabert -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_julien_allaire -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_laura_guitot -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_ludovic_boyer -#: model:ir.filters,name:lhc_custom_oe.bikecoop_actual_members_ludovic_chevalier -msgid "Ateliers membres (en attente, facturés, payant ou libre)" -msgstr "Ateliers membres (en attente, facturés, payant ou libre)" +#: view:account.invoice:0 +msgid "Customer" +msgstr "Client" #. module: lhc_custom_oe #: view:account.invoice:0 @@ -47,8 +31,16 @@ msgstr "Envoyer par courriel" msgid "Administration council members" msgstr "Membres du conseil d'administration" -#~ msgid "Customer" -#~ msgstr "Client" +#. module: lhc_custom_oe +#: view:account.invoice:0 +msgid "Unsent" +msgstr "Non envoyée" + +#~ msgid "Ateliers anciens membres ou non membres" +#~ msgstr "Ateliers anciens membres ou non membres" + +#~ msgid "Ateliers membres (en attente, facturés, payant ou libre)" +#~ msgstr "Ateliers membres (en attente, facturés, payant ou libre)" #~ msgid "Bequille Groups Wiki Pages" #~ msgstr "Pages Wiki du groupe Béquille" diff --git a/i18n/lhc_custom_oe.pot b/i18n/lhc.pot similarity index 70% rename from i18n/lhc_custom_oe.pot rename to i18n/lhc.pot index 6b63f14..c2f4d2e 100644 --- a/i18n/lhc_custom_oe.pot +++ b/i18n/lhc.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-27 08:21+0000\n" -"PO-Revision-Date: 2015-09-27 08:21+0000\n" +"POT-Creation-Date: 2015-09-27 13:56+0000\n" +"PO-Revision-Date: 2015-09-27 13:56+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -15,6 +15,11 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: lhc_custom_oe +#: view:account.invoice:0 +msgid "Customer" +msgstr "" + #. module: lhc_custom_oe #: view:account.invoice:0 msgid "Sent by Email" @@ -25,3 +30,8 @@ msgstr "" msgid "Administration council members" msgstr "" +#. module: lhc_custom_oe +#: view:account.invoice:0 +msgid "Unsent" +msgstr "" + diff --git a/view/account.xml b/view/account.xml deleted file mode 100644 index 1ebbbef..0000000 --- a/view/account.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - account.invoice.form - account.invoice - - - - -