Skip to content

Commit 00d0200

Browse files
committed
Merge PR #1094 into 16.0
Signed-off-by pedrobaeza
2 parents f0bd2a9 + defdaca commit 00d0200

32 files changed

+1185
-0
lines changed

mrp_production_note/README.rst

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
==========================
2+
Notes in production orders
3+
==========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:0d1f96337f134b3f52969c59d2059f7d78571ead4e528106e39a63a5072af725
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
20+
:target: https://github.com/OCA/manufacture/tree/15.0/mrp_production_note
21+
:alt: OCA/manufacture
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_production_note
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=15.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module creates in production orders a new field to add notes in rich text format.
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Usage
39+
=====
40+
41+
To use this module, you need to:
42+
43+
#. Go to *Manufacturing > Operations > Manufacturing Orders*.
44+
#. Edit an existing MO.
45+
#. Fill in the field on tab "Notes".
46+
47+
Bug Tracker
48+
===========
49+
50+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
51+
In case of trouble, please check there if your issue has already been reported.
52+
If you spotted it first, help us to smash it by providing a detailed and welcomed
53+
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_production_note%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
54+
55+
Do not contact contributors directly about support or help with technical issues.
56+
57+
Credits
58+
=======
59+
60+
Authors
61+
~~~~~~~
62+
63+
* OdooMRP team
64+
* AvanzOSC
65+
66+
Contributors
67+
~~~~~~~~~~~~
68+
69+
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
70+
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
71+
* Ana Juaristi <anajuaristi@avanzosc.es>
72+
* Laurent Bélorgey <lb@lalieutenante.com>
73+
* Pimolnat Suntian <pimolnats@ecosoft.co.th>
74+
75+
Maintainers
76+
~~~~~~~~~~~
77+
78+
This module is maintained by the OCA.
79+
80+
.. image:: https://odoo-community.org/logo.png
81+
:alt: Odoo Community Association
82+
:target: https://odoo-community.org
83+
84+
OCA, or the Odoo Community Association, is a nonprofit organization whose
85+
mission is to support the collaborative development of Odoo features and
86+
promote its widespread use.
87+
88+
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/15.0/mrp_production_note>`_ project on GitHub.
89+
90+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

mrp_production_note/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# © 2015 Oihane Crucelaegui - AvanzOSC
2+
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
3+
4+
from . import models

mrp_production_note/__manifest__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# © 2015 Oihane Crucelaegui - AvanzOSC
2+
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
3+
4+
{
5+
"name": "Notes in production orders",
6+
"version": "16.0.1.0.0",
7+
"category": "Manufacturing",
8+
"license": "AGPL-3",
9+
"author": "OdooMRP team, AvanzOSC, Odoo Community Association (OCA)",
10+
"website": "https://github.com/OCA/manufacture",
11+
"depends": ["mrp"],
12+
"data": ["views/mrp_production_view.xml"],
13+
"installable": True,
14+
}

mrp_production_note/i18n/de.po

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# Rudolf Schnapka <rs@techno-flex.de>, 2016
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: manufacture (9.0)\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2016-01-19 01:38+0000\n"
12+
"PO-Revision-Date: 2018-12-10 11:58+0000\n"
13+
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
14+
"Language-Team: German (http://www.transifex.com/oca/OCA-manufacture-9-0/"
15+
"language/de/)\n"
16+
"Language: de\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
21+
"X-Generator: Weblate 3.3\n"
22+
23+
#. module: mrp_production_note
24+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
25+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
26+
msgid "Notes"
27+
msgstr "Hinweise"
28+
29+
#. module: mrp_production_note
30+
#: model:ir.model,name:mrp_production_note.model_mrp_production
31+
#, fuzzy
32+
msgid "Production Order"
33+
msgstr "Fertigungsauftrag"

mrp_production_note/i18n/es.po

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: manufacture (9.0)\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2016-01-19 01:38+0000\n"
11+
"PO-Revision-Date: 2016-01-18 21:23+0000\n"
12+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
13+
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-manufacture-9-0/"
14+
"language/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mrp_production_note
22+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
23+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
24+
msgid "Notes"
25+
msgstr "Notas"
26+
27+
#. module: mrp_production_note
28+
#: model:ir.model,name:mrp_production_note.model_mrp_production
29+
#, fuzzy
30+
msgid "Production Order"
31+
msgstr "Órden de producción"

mrp_production_note/i18n/es_MX.po

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2018
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
12+
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n"
14+
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
15+
"es_MX/)\n"
16+
"Language: es_MX\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
22+
#. module: mrp_production_note
23+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
24+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
25+
msgid "Notes"
26+
msgstr ""
27+
28+
#. module: mrp_production_note
29+
#: model:ir.model,name:mrp_production_note.model_mrp_production
30+
#, fuzzy
31+
msgid "Production Order"
32+
msgstr "Orden de fabricación"

mrp_production_note/i18n/fi.po

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
12+
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
15+
"Language: fi\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mrp_production_note
22+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
23+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
24+
msgid "Notes"
25+
msgstr "Huomautukset"
26+
27+
#. module: mrp_production_note
28+
#: model:ir.model,name:mrp_production_note.model_mrp_production
29+
msgid "Production Order"
30+
msgstr ""

mrp_production_note/i18n/fr.po

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# Quentin THEURET <odoo@kerpeo.com>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-10 07:00+0000\n"
12+
"PO-Revision-Date: 2017-06-10 07:00+0000\n"
13+
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
14+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
15+
"Language: fr\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
20+
21+
#. module: mrp_production_note
22+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
23+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
24+
msgid "Notes"
25+
msgstr "Notes"
26+
27+
#. module: mrp_production_note
28+
#: model:ir.model,name:mrp_production_note.model_mrp_production
29+
#, fuzzy
30+
msgid "Production Order"
31+
msgstr "Ordre de fabrication"

mrp_production_note/i18n/gl.po

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
12+
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
15+
"Language: gl\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: mrp_production_note
22+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
23+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
24+
msgid "Notes"
25+
msgstr "Notas"
26+
27+
#. module: mrp_production_note
28+
#: model:ir.model,name:mrp_production_note.model_mrp_production
29+
#, fuzzy
30+
msgid "Production Order"
31+
msgstr "Orde de fabricación"

mrp_production_note/i18n/hr.po

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * mrp_production_note
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
12+
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
15+
"Language: hr\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21+
22+
#. module: mrp_production_note
23+
#: model:ir.model.fields,field_description:mrp_production_note.field_mrp_production__notes
24+
#: model_terms:ir.ui.view,arch_db:mrp_production_note.mrp_production_view_notes_form
25+
msgid "Notes"
26+
msgstr "Bilješke"
27+
28+
#. module: mrp_production_note
29+
#: model:ir.model,name:mrp_production_note.model_mrp_production
30+
#, fuzzy
31+
msgid "Production Order"
32+
msgstr "Proizvodni nalog"

0 commit comments

Comments
 (0)