Skip to content

Commit 2652488

Browse files
committed
Merge PR #1321 into 17.0
Signed-off-by pedrobaeza
2 parents 188a1d2 + 845c327 commit 2652488

31 files changed

+1194
-0
lines changed

mrp_production_note/README.rst

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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:b9fc5937fc5808972051121f9ac94fd2e829a59fefb78a1ca09b9caa6d9ff4dc
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/17.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-17-0/manufacture-17-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=17.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
32+
rich text format.
33+
34+
**Table of contents**
35+
36+
.. contents::
37+
:local:
38+
39+
Usage
40+
=====
41+
42+
To use this module, you need to:
43+
44+
1. Go to *Manufacturing > Operations > Manufacturing Orders*.
45+
2. Edit an existing MO.
46+
3. Fill in the field on tab "Notes".
47+
48+
Bug Tracker
49+
===========
50+
51+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
52+
In case of trouble, please check there if your issue has already been reported.
53+
If you spotted it first, help us to smash it by providing a detailed and welcomed
54+
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_production_note%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
55+
56+
Do not contact contributors directly about support or help with technical issues.
57+
58+
Credits
59+
=======
60+
61+
Authors
62+
-------
63+
64+
* OdooMRP team
65+
* AvanzOSC
66+
67+
Contributors
68+
------------
69+
70+
- Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
71+
- Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
72+
- Ana Juaristi <anajuaristi@avanzosc.es>
73+
- Laurent Bélorgey <lb@lalieutenante.com>
74+
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
75+
- [APSL-Nagarro](https://apsl.tech):
76+
77+
- Antoni Marroig <amarroig@apsl.net>
78+
79+
Maintainers
80+
-----------
81+
82+
This module is maintained by the OCA.
83+
84+
.. image:: https://odoo-community.org/logo.png
85+
:alt: Odoo Community Association
86+
:target: https://odoo-community.org
87+
88+
OCA, or the Odoo Community Association, is a nonprofit organization whose
89+
mission is to support the collaborative development of Odoo features and
90+
promote its widespread use.
91+
92+
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/17.0/mrp_production_note>`_ project on GitHub.
93+
94+
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": "17.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: 2023-10-09 09:10+0000\n"
12+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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+
"X-Generator: Weblate 4.17\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 "Notas"
27+
28+
#. module: mrp_production_note
29+
#: model:ir.model,name:mrp_production_note.model_mrp_production
30+
msgid "Production Order"
31+
msgstr "Orden 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)