diff --git a/README.md b/README.md index 9cc8e3e6e..595585f80 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ addon | version | maintainers | summary [mrp_subcontracting_no_negative](mrp_subcontracting_no_negative/) | 15.0.0.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Disallow negative stock levels in subcontractor locations. [mrp_tag](mrp_tag/) | 15.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 15.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing +[mrp_workorder_lock_planning](mrp_workorder_lock_planning/) | 15.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Lock the planning of a MRP workorder to avoid rescheduling [mrp_workorder_sequence](mrp_workorder_sequence/) | 15.0.1.2.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | adds sequence to production work orders. [quality_control_oca](quality_control_oca/) | 15.0.1.0.0 | | Generic infrastructure for quality tests. [quality_control_stock_oca](quality_control_stock_oca/) | 15.0.1.0.0 | | Quality control - Stock (OCA) diff --git a/mrp_workorder_lock_planning/README.rst b/mrp_workorder_lock_planning/README.rst index 7093cd388..3199f1409 100644 --- a/mrp_workorder_lock_planning/README.rst +++ b/mrp_workorder_lock_planning/README.rst @@ -1 +1,87 @@ -to be generated +=========================== +MRP Workorder Lock Planning +=========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:5d3dd174a155f5023e0a80a95933d3f7ca72d3a7ce8dda94c6654218a6dd0810 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/15.0/mrp_workorder_lock_planning + :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_lock_planning + :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 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to lock the planning of workorders to avoid +any unintended rescheduling. + +A Lock/Unlock button will be displayed once a workorder is planned. + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp + +Contributors +~~~~~~~~~~~~ + +* Akim Juillerat + +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. + +.. |maintainer-grindtildeath| image:: https://github.com/grindtildeath.png?size=40px + :target: https://github.com/grindtildeath + :alt: grindtildeath + +Current `maintainer `__: + +|maintainer-grindtildeath| + +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_lock_planning/static/description/icon.png b/mrp_workorder_lock_planning/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_workorder_lock_planning/static/description/icon.png differ diff --git a/mrp_workorder_lock_planning/static/description/index.html b/mrp_workorder_lock_planning/static/description/index.html new file mode 100644 index 000000000..7fa573034 --- /dev/null +++ b/mrp_workorder_lock_planning/static/description/index.html @@ -0,0 +1,425 @@ + + + + + + +MRP Workorder Lock Planning + + + +
+

MRP Workorder Lock Planning

+ + +

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

+

This module allows to lock the planning of workorders to avoid +any unintended rescheduling.

+

A Lock/Unlock button will be displayed once a workorder is planned.

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

Current maintainer:

+

grindtildeath

+

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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index cf18b7080..7aaaeb56e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231109.0 \ No newline at end of file +15.0.20231109.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 30c09d3e4..1a5679d81 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -37,6 +37,7 @@ setuptools.setup( 'odoo-addon-mrp_subcontracting_no_negative>=15.0dev,<15.1dev', 'odoo-addon-mrp_tag>=15.0dev,<15.1dev', 'odoo-addon-mrp_warehouse_calendar>=15.0dev,<15.1dev', + 'odoo-addon-mrp_workorder_lock_planning>=15.0dev,<15.1dev', 'odoo-addon-mrp_workorder_sequence>=15.0dev,<15.1dev', 'odoo-addon-quality_control_oca>=15.0dev,<15.1dev', 'odoo-addon-quality_control_stock_oca>=15.0dev,<15.1dev',