From 0800464a75bc13204fd7b22c9c2043f958fd0a21 Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Mon, 23 Mar 2020 17:35:34 +0700 Subject: [PATCH] [MIG] mrp_multi_level_estimate: Migration to 13.0 --- mrp_multi_level_estimate/README.rst | 11 ++++++----- mrp_multi_level_estimate/readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 7 ++++--- .../tests/test_mrp_multi_level_estimate.py | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/mrp_multi_level_estimate/README.rst b/mrp_multi_level_estimate/README.rst index fac6e09dd..be7837e5d 100644 --- a/mrp_multi_level_estimate/README.rst +++ b/mrp_multi_level_estimate/README.rst @@ -14,13 +14,13 @@ MRP Multi Level Estimate :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_multi_level_estimate + :target: https://github.com/OCA/manufacture/tree/13.0/mrp_multi_level_estimate :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_multi_level_estimate + :target: https://translation.odoo-community.org/projects/manufacture-13-0/manufacture-13-0-mrp_multi_level_estimate :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. @@ -63,6 +63,7 @@ Contributors ~~~~~~~~~~~~ * Lois Rilo +* Pimolnat Suntian Maintainers ~~~~~~~~~~~ @@ -85,6 +86,6 @@ Current `maintainer `__: |maintainer-LoisRForgeFlow| -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_multi_level_estimate/readme/CONTRIBUTORS.rst b/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst index 77dfbe89e..0e3a0d76e 100644 --- a/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst +++ b/mrp_multi_level_estimate/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Lois Rilo +* Pimolnat Suntian diff --git a/mrp_multi_level_estimate/static/description/index.html b/mrp_multi_level_estimate/static/description/index.html index aba2281ff..92a82ae50 100644 --- a/mrp_multi_level_estimate/static/description/index.html +++ b/mrp_multi_level_estimate/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

Integration for MRP Multi Level and Stock Demand Estimates system.

Table of contents

@@ -395,7 +395,7 @@ demand.

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.

@@ -410,6 +410,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Contributors

@@ -421,7 +422,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

LoisRForgeFlow

-

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_multi_level_estimate/tests/test_mrp_multi_level_estimate.py b/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py index b68774266..fe0bd3ec8 100644 --- a/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py +++ b/mrp_multi_level_estimate/tests/test_mrp_multi_level_estimate.py @@ -48,7 +48,7 @@ class TestMrpMultiLevelEstimate(TestMrpMultiLevelCommon): "name_prefix": "W-", "type_id": cls.dr_type.id, "duration_count": 1, - "unit_of_time": WEEKLY, + "unit_of_time": str(WEEKLY), "count": 3, } )