From 91d878a4e78b74ba518780a824bfbcbc71d545fa Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 28 Feb 2017 16:32:28 +0100 Subject: [PATCH] [PYTHON] +usual contact field in partner form --- __init__.py | 2 ++ __openerp__.py | 1 + i18n/fr.po | 27 +++++++++++++++++++++------ i18n/lhc.pot | 19 +++++++++++++++++-- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/__init__.py b/__init__.py index e1bc557..731c83f 100644 --- a/__init__.py +++ b/__init__.py @@ -21,4 +21,6 @@ # ############################################################################## +import lhc + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__openerp__.py b/__openerp__.py index afb33f7..1561547 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -51,6 +51,7 @@ Module pour les personnalisations de L'Heureux Cyclage 'view/hr_expense.xml', 'view/membership.xml', 'view/project.xml', + 'view/res_partner.xml', 'view/wiki.xml', ], 'installable': True, diff --git a/i18n/fr.po b/i18n/fr.po index d29d48e..1545f0e 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenERP Server 6.0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-28 12:30+0100\n" -"PO-Revision-Date: 2017-02-28 12:32+0100\n" +"POT-Creation-Date: 2017-02-28 16:29+0100\n" +"PO-Revision-Date: 2017-02-28 16:29+0100\n" "Last-Translator: Ludovic CHEVALIER \n" "Language-Team: \n" "Language: fr\n" @@ -21,6 +21,11 @@ msgstr "" msgid "Customer" msgstr "Client" +#. module: lhc +#: field:res.partner,usual_contact:0 +msgid "Usual contact" +msgstr "Contact fréquent" + #. module: lhc #: model:res.groups,name:lhc.group_rencontres msgid "Annual meeting organisation" @@ -31,9 +36,17 @@ msgstr "Organisation des rencontres" msgid "L'Heureux Cyclage" msgstr "L'Heureux Cyclage" +#. module: lhc +#: help:res.partner,usual_contact:0 +msgid "" +"This contact is a usual contact for L'Heureux Cyclage employees. This field " +"can be used to discriminated contacts for differents usages." +msgstr "" +"Ce contact est un contact fréquent pour les employé·e·s de L'Heureux " +"Cyclage. Ce champ permet de discriminer des contacts pour différents usages." + #. module: lhc #: model:res.groups,name:lhc.group_ca -#, fuzzy msgid "Administration board members" msgstr "Membres du conseil d'administration" @@ -57,6 +70,11 @@ msgstr "Envoyer par courriel" msgid "L'Heureux Cyclage employees" msgstr "Employé·e·s de L'Heureux Cyclage" +#. module: lhc +#: model:ir.model,name:lhc.model_res_partner +msgid "Partner" +msgstr "Partenaire" + #. module: lhc #: model:ir.module.category,description:lhc.module_category_lhc msgid "Customize OpenERP for L'Heureux Cyclage usages." @@ -84,9 +102,6 @@ msgstr "Projets" #~ msgid "Contacts" #~ msgstr "Contacts" -#~ msgid "Partners" -#~ msgstr "Partenaires" - #~ msgid "Address book" #~ msgstr "Annuaire" diff --git a/i18n/lhc.pot b/i18n/lhc.pot index b2b8bbe..f166702 100644 --- a/i18n/lhc.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: 2017-02-28 11:30+0000\n" -"PO-Revision-Date: 2017-02-28 11:30+0000\n" +"POT-Creation-Date: 2017-02-28 15:29+0000\n" +"PO-Revision-Date: 2017-02-28 15:29+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -20,6 +20,11 @@ msgstr "" msgid "Customer" msgstr "" +#. module: lhc +#: field:res.partner,usual_contact:0 +msgid "Usual contact" +msgstr "" + #. module: lhc #: model:res.groups,name:lhc.group_rencontres msgid "Annual meeting organisation" @@ -30,6 +35,11 @@ msgstr "" msgid "L'Heureux Cyclage" msgstr "" +#. module: lhc +#: help:res.partner,usual_contact:0 +msgid "This contact is a usual contact for L'Heureux Cyclage employees. This field can be used to discriminated contacts for differents usages." +msgstr "" + #. module: lhc #: model:res.groups,name:lhc.group_ca msgid "Administration board members" @@ -55,6 +65,11 @@ msgstr "" msgid "L'Heureux Cyclage employees" msgstr "" +#. module: lhc +#: model:ir.model,name:lhc.model_res_partner +msgid "Partner" +msgstr "" + #. module: lhc #: model:ir.module.category,description:lhc.module_category_lhc msgid "Customize OpenERP for L'Heureux Cyclage usages." -- 2.20.1