Skip to content

Commit

Permalink
Merge 27df91f into abfe97a
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelorgey committed Jan 29, 2020
2 parents abfe97a + 27df91f commit b1bce90
Show file tree
Hide file tree
Showing 31 changed files with 1,235 additions and 0 deletions.
89 changes: 89 additions & 0 deletions mrp_bom_note/README.rst
@@ -0,0 +1,89 @@
==========================
Notes in Bill of Materials
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/12.0-mig-mrp_bom_note/mrp_bom_note
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-12-0-mig-mrp_bom_note/manufacture-12-0-mig-mrp_bom_note-mrp_bom_note
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/129/12.0-mig-mrp_bom_note
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module creates in BoM a new field to add notes in rich text format.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Go to *Manufacturing > Master Data > Bill of Materials*.
#. Edit an existing BoM.
#. Fill in the field on tab "Notes".

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_bom_note%0Aversion:%2012.0-mig-mrp_bom_note%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* OdooMRP team
* AvanzOSC
* Serv. Tecnol. Avanzados - Pedro M. Baeza

Contributors
~~~~~~~~~~~~

* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
* Ana Juaristi <anajuaristi@avanzosc.es>
* Bima Wijaya <bimajatiwijaya@gmail.com>
* Agung Rachmatullah <agung.rachmatullah@ymail.com>
* Laurent Bélorgey <lb@lalieutenante.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/12.0-mig-mrp_bom_note/mrp_bom_note>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions mrp_bom_note/__init__.py
@@ -0,0 +1,4 @@
# © 2015 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html

from . import models
21 changes: 21 additions & 0 deletions mrp_bom_note/__manifest__.py
@@ -0,0 +1,21 @@
# © 2015 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html

{
"name": "Notes in Bill of Materials",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"author": "OdooMRP team,"
"AvanzOSC,"
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": [
"mrp",
],
"data": [
"views/mrp_bom_view.xml",
],
"installable": True
}
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/de.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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"
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/es.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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"
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/fi.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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 "Huomautukset"
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/fr.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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 "Notes"
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/gl.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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"
32 changes: 32 additions & 0 deletions mrp_bom_note/i18n/hr.po
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Bole <bole@dajmi5.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: mrp_bom_note
#: model:ir.model,name:mrp_bom_note.model_mrp_bom
msgid "Bill of Material"
msgstr "Sastavnica"

#. 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 "Bilješke"
32 changes: 32 additions & 0 deletions mrp_bom_note/i18n/hr_HR.po
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "Bilješke"
30 changes: 30 additions & 0 deletions mrp_bom_note/i18n/it.po
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_bom_note
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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 ""

#. 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 "Note"

0 comments on commit b1bce90

Please sign in to comment.