From 86a6d725975168e439ef7c746ff44dc9b1ca7ad8 Mon Sep 17 00:00:00 2001 From: DavidJForgeFlow Date: Fri, 24 Nov 2023 10:39:00 +0100 Subject: [PATCH] [MIG] mrp_workorder_sequence: Migration to 16.0 --- mrp_workorder_sequence/README.rst | 12 ++++++------ mrp_workorder_sequence/__manifest__.py | 2 +- mrp_workorder_sequence/static/description/index.html | 8 ++++---- .../tests/test_mrp_workorder_sequence.py | 5 +++++ 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/mrp_workorder_sequence/README.rst b/mrp_workorder_sequence/README.rst index 090fb9ca5..6c7334d4c 100644 --- a/mrp_workorder_sequence/README.rst +++ b/mrp_workorder_sequence/README.rst @@ -7,7 +7,7 @@ MRP Work Order Sequence !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:900108163a58c1313bc88d8f579a82d1b4ff249e5edd2db292e7bebbce20aa3b + !! source digest: sha256:88247a769791bc679d8530f09e56de26281610e2d493d1b663be3c3470b67c53 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ MRP Work Order Sequence :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/15.0/mrp_workorder_sequence + :target: https://github.com/OCA/manufacture/tree/16.0/mrp_workorder_sequence :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_workorder_sequence + :target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_workorder_sequence :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=16.0 :alt: Try me on Runboat |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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -88,6 +88,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_workorder_sequence/__manifest__.py b/mrp_workorder_sequence/__manifest__.py index 9c1d15849..b229069c3 100644 --- a/mrp_workorder_sequence/__manifest__.py +++ b/mrp_workorder_sequence/__manifest__.py @@ -4,7 +4,7 @@ { "name": "MRP Work Order Sequence", "summary": "adds sequence to production work orders.", - "version": "15.0.1.2.0", + "version": "16.0.0.1.0", "category": "Manufacturing", "author": "ForgeFlow, Odoo Community Association (OCA)", "development_status": "Beta", diff --git a/mrp_workorder_sequence/static/description/index.html b/mrp_workorder_sequence/static/description/index.html index f5cb0c7e1..a0a747c76 100644 --- a/mrp_workorder_sequence/static/description/index.html +++ b/mrp_workorder_sequence/static/description/index.html @@ -367,9 +367,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:900108163a58c1313bc88d8f579a82d1b4ff249e5edd2db292e7bebbce20aa3b +!! source digest: sha256:88247a769791bc679d8530f09e56de26281610e2d493d1b663be3c3470b67c53 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

Beta License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

Provide a new field sequence on production orders’s work orders, that provides clear information on the process order of those.

Table of contents

@@ -394,7 +394,7 @@ clear information on the process order of those.

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -423,7 +423,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_workorder_sequence/tests/test_mrp_workorder_sequence.py b/mrp_workorder_sequence/tests/test_mrp_workorder_sequence.py index b4edfe3c9..f9b12d98b 100644 --- a/mrp_workorder_sequence/tests/test_mrp_workorder_sequence.py +++ b/mrp_workorder_sequence/tests/test_mrp_workorder_sequence.py @@ -11,6 +11,11 @@ class TestMrpWorkorderSequence(TestMrpCommon): def setUp(self): super().setUp() self._create_bom() + self.env["res.config.settings"].create( + { + "group_mrp_routings": True, + } + ).execute() def _create_bom(self): return self.env["mrp.bom"].create(