diff --git a/README.md b/README.md index 775f2084b..9cc8e3e6e 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ addon | version | maintainers | summary [mrp_production_date_planned_finished](mrp_production_date_planned_finished/) | 15.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Allows to plan production from the desired finish date [mrp_production_grouped_by_product](mrp_production_grouped_by_product/) | 15.0.1.0.0 | | Production Grouped By Product [mrp_production_note](mrp_production_note/) | 15.0.1.0.0 | | Notes in production orders +[mrp_production_operation_injection](mrp_production_operation_injection/) | 15.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Adds an existing operation from the Bill of Material [mrp_production_putaway_strategy](mrp_production_putaway_strategy/) | 15.0.1.0.0 | | Applies putaway strategies to manufacturing orders for finished products. [mrp_production_quant_manual_assign](mrp_production_quant_manual_assign/) | 15.0.1.0.0 | | Production - Manual Quant Assignment [mrp_production_serial_matrix](mrp_production_serial_matrix/) | 15.0.0.1.0 | | MRP Production Serial Matrix diff --git a/mrp_production_operation_injection/README.rst b/mrp_production_operation_injection/README.rst index ccfc3f41a..863ac991e 100644 --- a/mrp_production_operation_injection/README.rst +++ b/mrp_production_operation_injection/README.rst @@ -1 +1,85 @@ -To be auto generated +=============================== +MRP Production Inject Operation +=============================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:8abb2ba992baba4bee733952d72a9fc3f0f355eb214eeb7a3e5bcf78a6fce222 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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_production_operation_injection + :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_production_operation_injection + :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 provides a wizard to add extra workorders based on existing BOM +operations, and to select where such workorder should be added. + +**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_production_operation_injection/static/description/icon.png b/mrp_production_operation_injection/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_production_operation_injection/static/description/icon.png differ diff --git a/mrp_production_operation_injection/static/description/index.html b/mrp_production_operation_injection/static/description/index.html new file mode 100644 index 000000000..10d1634d0 --- /dev/null +++ b/mrp_production_operation_injection/static/description/index.html @@ -0,0 +1,424 @@ + + + + + + +MRP Production Inject Operation + + + +
+

MRP Production Inject Operation

+ + +

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

+

This module provides a wizard to add extra workorders based on existing BOM +operations, and to select where such workorder should be added.

+

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 63bcca4e2..cf18b7080 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231108.0 \ No newline at end of file +15.0.20231109.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0dab38330..30c09d3e4 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -26,6 +26,7 @@ setuptools.setup( 'odoo-addon-mrp_production_date_planned_finished>=15.0dev,<15.1dev', 'odoo-addon-mrp_production_grouped_by_product>=15.0dev,<15.1dev', 'odoo-addon-mrp_production_note>=15.0dev,<15.1dev', + 'odoo-addon-mrp_production_operation_injection>=15.0dev,<15.1dev', 'odoo-addon-mrp_production_putaway_strategy>=15.0dev,<15.1dev', 'odoo-addon-mrp_production_quant_manual_assign>=15.0dev,<15.1dev', 'odoo-addon-mrp_production_serial_matrix>=15.0dev,<15.1dev',