diff --git a/mrp_bom_note/README.rst b/mrp_bom_note/README.rst index 3d463dd55..5f05063c7 100644 --- a/mrp_bom_note/README.rst +++ b/mrp_bom_note/README.rst @@ -14,13 +14,13 @@ Notes in Bill of Materials :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/mrp_bom_note + :target: https://github.com/OCA/manufacture/tree/13.0/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/manufacture-12-0-mrp_bom_note + :target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-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 + :target: https://runbot.odoo-community.org/runbot/129/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -70,6 +70,7 @@ Contributors * Bima Wijaya * Agung Rachmatullah * Laurent Bélorgey +* Pimolnat Suntian Maintainers ~~~~~~~~~~~ @@ -84,6 +85,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_bom_note/i18n/mrp_bom_note.pot b/mrp_bom_note/i18n/mrp_bom_note.pot index 655f856c9..cea4d7d7b 100644 --- a/mrp_bom_note/i18n/mrp_bom_note.pot +++ b/mrp_bom_note/i18n/mrp_bom_note.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * mrp_bom_note +# * mrp_bom_note # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,4 +23,3 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:mrp_bom_note.mrp_bom_view_notes_form msgid "Notes" msgstr "" - diff --git a/mrp_bom_note/readme/CONTRIBUTORS.rst b/mrp_bom_note/readme/CONTRIBUTORS.rst index 688458375..1d5c9567d 100644 --- a/mrp_bom_note/readme/CONTRIBUTORS.rst +++ b/mrp_bom_note/readme/CONTRIBUTORS.rst @@ -4,3 +4,4 @@ * Bima Wijaya * Agung Rachmatullah * Laurent Bélorgey +* Pimolnat Suntian diff --git a/mrp_bom_note/static/description/index.html b/mrp_bom_note/static/description/index.html index f192c2df2..36385e866 100644 --- a/mrp_bom_note/static/description/index.html +++ b/mrp_bom_note/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runbot

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

Table of contents

@@ -396,7 +396,7 @@ ul.auto-toc {

Bugs are tracked on GitHub 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.

+feedback.

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

@@ -418,6 +418,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Bima Wijaya <bimajatiwijaya@gmail.com>
  • Agung Rachmatullah <agung.rachmatullah@ymail.com>
  • Laurent Bélorgey <lb@lalieutenante.com>
  • +
  • Pimolnat Suntian <pimolnats@ecosoft.co.th>
  • @@ -427,7 +428,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    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 project on GitHub.

    +

    This module is part of the OCA/manufacture project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/mrp_bom_note/tests/test_mrp_bom_note.py b/mrp_bom_note/tests/test_mrp_bom_note.py index 9e6cae134..9f408f869 100644 --- a/mrp_bom_note/tests/test_mrp_bom_note.py +++ b/mrp_bom_note/tests/test_mrp_bom_note.py @@ -56,7 +56,7 @@ class TestMrpBomNote(TransactionCase): "product_uom_id": uom_unit.id, "product_qty": 1.0, "type": "normal", - "move_raw_ids": [ + "bom_line_ids": [ (0, 0, {"product_id": product_1.id, "product_qty": 4}), (0, 0, {"product_id": product_2.id, "product_qty": 2}), (0, 0, {"product_id": product_3.id, "product_qty": 2}), diff --git a/mrp_bom_note/views/mrp_bom_view.xml b/mrp_bom_note/views/mrp_bom_view.xml index 0e1be55b6..de8ae0091 100644 --- a/mrp_bom_note/views/mrp_bom_view.xml +++ b/mrp_bom_note/views/mrp_bom_view.xml @@ -1,9 +1,9 @@ - + mrp.bom.notes.form mrp.bom - +