From 3bbd1601ebe5ec46107961543870dd0a5e67c125 Mon Sep 17 00:00:00 2001 From: Arthur Vuillard Date: Tue, 30 Dec 2014 14:47:58 +0100 Subject: [PATCH 1/3] Add french translations for mrp_bom_product_details --- mrp_bom_product_details/i18n/fr.po | 32 +++++++++++++++++++ .../i18n/mrp_bom_product_details.pot | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 mrp_bom_product_details/i18n/fr.po create mode 100644 mrp_bom_product_details/i18n/mrp_bom_product_details.pot diff --git a/mrp_bom_product_details/i18n/fr.po b/mrp_bom_product_details/i18n/fr.po new file mode 100644 index 000000000..93cdf2410 --- /dev/null +++ b/mrp_bom_product_details/i18n/fr.po @@ -0,0 +1,32 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mrp_bom_product_details +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-12-30 13:44+0000\n" +"PO-Revision-Date: 2014-12-30 13:44+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: mrp_bom_product_details +#: model:ir.model,name:mrp_bom_product_details.model_mrp_bom +msgid "Bill of Material" +msgstr "Nomenclature" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_standard_price:0 +msgid "Cost Price" +msgstr "Coût" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_qty_available:0 +msgid "Quantity on Hand" +msgstr "Quantité en stock" + diff --git a/mrp_bom_product_details/i18n/mrp_bom_product_details.pot b/mrp_bom_product_details/i18n/mrp_bom_product_details.pot new file mode 100644 index 000000000..a84ee5fbb --- /dev/null +++ b/mrp_bom_product_details/i18n/mrp_bom_product_details.pot @@ -0,0 +1,32 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mrp_bom_product_details +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-12-30 13:44+0000\n" +"PO-Revision-Date: 2014-12-30 13:44+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: mrp_bom_product_details +#: model:ir.model,name:mrp_bom_product_details.model_mrp_bom +msgid "Bill of Material" +msgstr "" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_standard_price:0 +msgid "Cost Price" +msgstr "" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_qty_available:0 +msgid "Quantity on Hand" +msgstr "" + From 8fd3267cac9877ebef2a2229a951a986edbccc9b Mon Sep 17 00:00:00 2001 From: Rudolf Schnapka Date: Wed, 31 Dec 2014 13:48:06 +0100 Subject: [PATCH 2/3] Create initial german translation (new de.po for each module) --- mrp_bom_product_details/i18n/de.po | 36 ++++++++++++++++++++++++++++ mrp_industrial_design_bom/i18n/de.po | 36 ++++++++++++++++++++++++++++ mrp_production_properties/i18n/de.po | 36 ++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100644 mrp_bom_product_details/i18n/de.po create mode 100644 mrp_industrial_design_bom/i18n/de.po create mode 100644 mrp_production_properties/i18n/de.po diff --git a/mrp_bom_product_details/i18n/de.po b/mrp_bom_product_details/i18n/de.po new file mode 100644 index 000000000..20aaeea67 --- /dev/null +++ b/mrp_bom_product_details/i18n/de.po @@ -0,0 +1,36 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mrp_bom_product_details +# +# Rudolf Schnapka , 2014. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-12-30 13:44+0000\n" +"PO-Revision-Date: 2014-12-31 13:43+0100\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" +"Language: de\n" +"X-Generator: Lokalize 1.5\n" + +#. module: mrp_bom_product_details +#: model:ir.model,name:mrp_bom_product_details.model_mrp_bom +msgid "Bill of Material" +msgstr "Stückliste" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_standard_price:0 +msgid "Cost Price" +msgstr "Einstandspreis" + +#. module: mrp_bom_product_details +#: field:mrp.bom,product_qty_available:0 +msgid "Quantity on Hand" +msgstr "Freier Bestand" + + diff --git a/mrp_industrial_design_bom/i18n/de.po b/mrp_industrial_design_bom/i18n/de.po new file mode 100644 index 000000000..0f41c998c --- /dev/null +++ b/mrp_industrial_design_bom/i18n/de.po @@ -0,0 +1,36 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mrp_industrial_design_bom +# +# Rudolf Schnapka , 2014. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-03-26 16:23+0000\n" +"PO-Revision-Date: 2014-12-31 13:45+0100\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" +"Language: de\n" +"X-Generator: Lokalize 1.5\n" + +#. module: mrp_industrial_design_bom +#: model:ir.model,name:mrp_industrial_design_bom.model_mrp_bom +msgid "Bill of Material" +msgstr "Stückliste" + +#. module: mrp_industrial_design_bom +#: field:mrp.bom,refdes:0 +msgid "Notes" +msgstr "Notizen" + +#. module: mrp_industrial_design_bom +#: field:mrp.bom,bubble_number:0 +msgid "No" +msgstr "Nr." + + diff --git a/mrp_production_properties/i18n/de.po b/mrp_production_properties/i18n/de.po new file mode 100644 index 000000000..a7f8a37c9 --- /dev/null +++ b/mrp_production_properties/i18n/de.po @@ -0,0 +1,36 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * mrp_production_properties +# +# Rudolf Schnapka , 2014. +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-30 14:53+0000\n" +"PO-Revision-Date: 2014-12-31 13:46+0100\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" +"Language: de\n" +"X-Generator: Lokalize 1.5\n" + +#. module: mrp_production_properties +#: model:ir.model,name:mrp_production_properties.model_mrp_production +msgid "Manufacturing Order" +msgstr "Fertigungsauftrag" + +#. module: mrp_production_properties +#: field:mrp.production,property_ids:0 +msgid "Properties" +msgstr "Eigenschaften" + +#. module: mrp_production_properties +#: model:ir.model,name:mrp_production_properties.model_procurement_order +msgid "Procurement" +msgstr "Beschaffung" + + From 1e95489fee348b7a21d060b07c6134d316b90f46 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:26:06 +0100 Subject: [PATCH 3/3] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- mrp_bom_product_details/__openerp__.py | 2 +- mrp_industrial_design_bom/__openerp__.py | 2 +- mrp_production_properties/__openerp__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mrp_bom_product_details/__openerp__.py b/mrp_bom_product_details/__openerp__.py index e3a5d422a..3ac75f924 100644 --- a/mrp_bom_product_details/__openerp__.py +++ b/mrp_bom_product_details/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Bom product details', 'version': '0.1', - 'author': 'Solutions Libergia inc.', + 'author': "Solutions Libergia inc.,Odoo Community Association (OCA)", 'category': 'Manufacturing', 'description': """ This module adds product price and stock to bom view diff --git a/mrp_industrial_design_bom/__openerp__.py b/mrp_industrial_design_bom/__openerp__.py index 3a0a5ae23..a4307f57b 100644 --- a/mrp_industrial_design_bom/__openerp__.py +++ b/mrp_industrial_design_bom/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Industrial design specification in BoM', 'version': '1.0', - "author": "Savoir-faire Linux", + "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "http://www.savoirfairelinux.com", 'license': 'AGPL-3', 'category': 'Specific Industry Applications', diff --git a/mrp_production_properties/__openerp__.py b/mrp_production_properties/__openerp__.py index 4d94f79d7..4b61a37f3 100644 --- a/mrp_production_properties/__openerp__.py +++ b/mrp_production_properties/__openerp__.py @@ -27,7 +27,7 @@ This module adds the properties to the manufacturing order copying them from the related procurement order. """, - 'author': 'Agile Business Group', + 'author': "Agile Business Group,Odoo Community Association (OCA)", 'website': 'http://www.agilebg.com', 'license': 'AGPL-3', 'depends': [