forked from OCA/manufacture
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] Make mrp_bom_note installable in v9
- Loading branch information
Showing
10 changed files
with
147 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# -*- encoding: utf-8 -*- | ||
############################################################################## | ||
# For copyright and license notices, see __openerp__.py file in root directory | ||
############################################################################## | ||
# -*- coding: utf-8 -*- | ||
# © 2015 Oihane Crucelaegui - AvanzOSC | ||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_bom_note | ||
# | ||
# Translators: | ||
# Rudolf Schnapka <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: manufacture (9.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-01-19 01:38+0000\n" | ||
"PO-Revision-Date: 2016-03-11 15:31+0000\n" | ||
"Last-Translator: Rudolf Schnapka <[email protected]>\n" | ||
"Language-Team: German (http://www.transifex.com/oca/OCA-manufacture-9-0/language/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model,name:mrp_bom_note.model_mrp_bom | ||
msgid "Bill of Material" | ||
msgstr "Srückliste" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model.fields,field_description:mrp_bom_note.field_mrp_bom_notes | ||
#: model:ir.ui.view,arch_db:mrp_bom_note.mrp_bom_view_notes_form | ||
msgid "Notes" | ||
msgstr "Hinweise" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,29 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_bom_note | ||
# | ||
# * mrp_bom_note | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 8.0\n" | ||
"Project-Id-Version: manufacture (9.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2014-11-05 11:53+0000\n" | ||
"PO-Revision-Date: 2014-11-05 12:54+0100\n" | ||
"Last-Translator: Alfredo <[email protected]>\n" | ||
"Language-Team: \n" | ||
"POT-Creation-Date: 2016-01-19 01:38+0000\n" | ||
"PO-Revision-Date: 2016-01-18 21:23+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>\n" | ||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-manufacture-9-0/language/es/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: \n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model,name:mrp_bom_note.model_mrp_bom | ||
msgid "Bill of Material" | ||
msgstr "Lista de material" | ||
|
||
#. module: mrp_bom_note | ||
#: view:mrp.bom:mrp_bom_note.mrp_bom_form_view_inh_note | ||
msgid "Components" | ||
msgstr "Componentes" | ||
|
||
#. module: mrp_bom_note | ||
#: view:mrp.production:mrp_bom_note.mrp_production_form_view_inh_note | ||
msgid "Extra Information" | ||
msgstr "Información extra" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model,name:mrp_bom_note.model_mrp_production | ||
msgid "Manufacturing Order" | ||
msgstr "Órden de producción" | ||
|
||
#. module: mrp_bom_note | ||
#: view:mrp.bom:mrp_bom_note.mrp_bom_form_view_inh_note | ||
#: field:mrp.bom,notes:0 | ||
#: view:mrp.production:mrp_bom_note.mrp_production_form_view_inh_note | ||
#: model:ir.model.fields,field_description:mrp_bom_note.field_mrp_bom_notes | ||
#: model:ir.ui.view,arch_db:mrp_bom_note.mrp_bom_view_notes_form | ||
msgid "Notes" | ||
msgstr "Notas" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_bom_note | ||
# | ||
# Translators: | ||
# Claudio Araujo Santos <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: manufacture (9.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-07-03 06:08+0000\n" | ||
"PO-Revision-Date: 2016-07-07 19:44+0000\n" | ||
"Last-Translator: Claudio Araujo Santos <[email protected]>\n" | ||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-manufacture-9-0/language/pt_BR/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: pt_BR\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model,name:mrp_bom_note.model_mrp_bom | ||
msgid "Bill of Material" | ||
msgstr "Lista de materiais" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model.fields,field_description:mrp_bom_note.field_mrp_bom_notes | ||
#: model:ir.ui.view,arch_db:mrp_bom_note.mrp_bom_view_notes_form | ||
msgid "Notes" | ||
msgstr "Notas" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * mrp_bom_note | ||
# | ||
# Translators: | ||
# Jeffery Chenn <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: manufacture (9.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-08-07 07:44+0000\n" | ||
"PO-Revision-Date: 2016-09-04 05:45+0000\n" | ||
"Last-Translator: Jeffery Chenn <[email protected]>\n" | ||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-manufacture-9-0/language/zh_CN/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: zh_CN\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model,name:mrp_bom_note.model_mrp_bom | ||
msgid "Bill of Material" | ||
msgstr "物料清单" | ||
|
||
#. module: mrp_bom_note | ||
#: model:ir.model.fields,field_description:mrp_bom_note.field_mrp_bom_notes | ||
#: model:ir.ui.view,arch_db:mrp_bom_note.mrp_bom_view_notes_form | ||
msgid "Notes" | ||
msgstr "备注" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# -*- encoding: utf-8 -*- | ||
############################################################################## | ||
# For copyright and license notices, see __openerp__.py file in root directory | ||
############################################################################## | ||
# -*- coding: utf-8 -*- | ||
# © 2015 Oihane Crucelaegui - AvanzOSC | ||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
from . import mrp_bom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<openerp> | ||
<data> | ||
|
||
<record id="mrp_bom_form_view_inh_notes" model="ir.ui.view"> | ||
<field name="name">mrp.bom.form.view.inh.notes</field> | ||
<field name="model">mrp.bom</field> | ||
<field name="inherit_id" ref="mrp.mrp_bom_form_view"/> | ||
<field name="arch" type="xml"> | ||
<page string="Properties" position="after"> | ||
<page string="Notes"> | ||
<group> | ||
<field name="notes" nolabel="1" /> | ||
</group> | ||
</page> | ||
<odoo> | ||
<record id="mrp_bom_view_notes_form" model="ir.ui.view"> | ||
<field name="name">mrp.bom.notes.form</field> | ||
<field name="model">mrp.bom</field> | ||
<field name="inherit_id" ref="mrp.mrp_bom_form_view"/> | ||
<field name="arch" type="xml"> | ||
<notebook position="inside"> | ||
<page string="Notes"> | ||
<group> | ||
<field name="notes" nolabel="1" /> | ||
</group> | ||
</page> | ||
</field> | ||
</record> | ||
|
||
</data> | ||
</openerp> | ||
</notebook> | ||
</field> | ||
</record> | ||
</odoo> |