[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-13 10:27:49 +00:00
parent ba07efe2d2
commit 76371d23fa
5 changed files with 137 additions and 118 deletions

View File

@@ -43,6 +43,7 @@ addon | version | maintainers | summary
[mrp_package_propagation](mrp_package_propagation/) | 14.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a package from a component to a finished product
[mrp_planned_order_matrix](mrp_planned_order_matrix/) | 14.0.1.1.0 | | Allows to create fixed planned orders on a grid view.
[mrp_production_auto_validate](mrp_production_auto_validate/) | 14.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Manufacturing Order Auto-Validation when components are picked
[mrp_production_byproduct_cost_share](mrp_production_byproduct_cost_share/) | 14.0.1.0.0 | | Production By-Product Cost Share
[mrp_production_grouped_by_product](mrp_production_grouped_by_product/) | 14.0.1.0.2 | | Production Grouped By Product
[mrp_production_note](mrp_production_note/) | 14.0.1.0.0 | | Notes in production orders
[mrp_production_picking_type_from_route](mrp_production_picking_type_from_route/) | 14.0.1.0.0 | | Updates the operation type creating MO based on the product

View File

@@ -0,0 +1,96 @@
================================
Production By-Product Cost Share
================================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2266f4bc571996270c1592f4414abd5a535cf66ad631b6df7851fede17d56cca
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-LGPL--3-blue.png
: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/14.0/mrp_production_byproduct_cost_share
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_production_byproduct_cost_share
: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=14.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module adds the field 'Cost Share' in by-products and its logic as it is in odoo
v15 (added here https://github.com/odoo/odoo/commit/fd52760266ede3b9353936da8dc23e795f5a5031).
This field is the percentage of the final production cost for this by-product, so it
will affect the final product cost.
**Table of contents**
.. contents::
:local:
Configuration
=============
You just have to set a 'Cost Share' value for each By-Product in the BOM form.
Changelog
=========
14.0.1.0.0 (2023-01-23)
~~~~~~~~~~~~~~~~~~~~~~~
* Start of the history.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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 <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_production_byproduct_cost_share%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* ForgeFlow
* Odoo S.A.
Contributors
~~~~~~~~~~~~
* `ForgeFlow <https://www.forgeflow.com/>`__:
* Maria de Luna <maria.de.luna@forgeflow.com>
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.
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/14.0/mrp_production_byproduct_cost_share>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Production Grouped By Product</title>
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Production By-Product Cost Share</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
@@ -360,163 +360,84 @@ ul.auto-toc {
</style>
</head>
<body>
<div class="document" id="production-grouped-by-product">
<h1 class="title">Production Grouped By Product</h1>
<div class="document" id="production-by-product-cost-share">
<h1 class="title">Production By-Product Cost Share</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2266f4bc571996270c1592f4414abd5a535cf66ad631b6df7851fede17d56cca
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/manufacture/tree/14.0/mrp_production_grouped_by_product"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_production_grouped_by_product"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/129/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>When you have several sales orders with make to order (MTO) products that
require to be manufactured, you end up with one manufacturing order for each of
these sales orders, which is very bad for the management.</p>
<p>With this module, each time an MTO manufacturing order is required to be
created, it first checks that theres no other existing order not yet started
for the same product and bill of materials inside the specied time frame , and
if theres one, then the quantity of that order is increased instead of
creating a new one.</p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/manufacture/tree/14.0/mrp_production_byproduct_cost_share"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_production_byproduct_cost_share"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/manufacture&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds the field Cost Share in by-products and its logic as it is in odoo
v15 (added here <a class="reference external" href="https://github.com/odoo/odoo/commit/fd52760266ede3b9353936da8dc23e795f5a5031">https://github.com/odoo/odoo/commit/fd52760266ede3b9353936da8dc23e795f5a5031</a>).</p>
<p>This field is the percentage of the final production cost for this by-product, so it
will affect the final product cost.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#configuration" id="id8">Configuration</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id9">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#changelog" id="id10">Changelog</a><ul>
<li><a class="reference internal" href="#id1" id="id11">14.0.1.0.0 (2021-11-16)</a></li>
<li><a class="reference internal" href="#id2" id="id12">13.0.1.0.0 (2020-01-09)</a></li>
<li><a class="reference internal" href="#id3" id="id13">12.0.1.0.0 (2019-04-17)</a></li>
<li><a class="reference internal" href="#id4" id="id14">11.0.2.0.1 (2018-07-02)</a></li>
<li><a class="reference internal" href="#id5" id="id15">11.0.2.0.0 (2018-06-04)</a></li>
<li><a class="reference internal" href="#id6" id="id16">11.0.1.0.1 (2018-05-11)</a></li>
<li><a class="reference internal" href="#id7" id="id17">11.0.1.0.0 (2018-05-11)</a></li>
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
<li><a class="reference internal" href="#changelog" id="toc-entry-2">Changelog</a><ul>
<li><a class="reference internal" href="#section-1" id="toc-entry-3">14.0.1.0.0 (2023-01-23)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="id18">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id19">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id20">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id21">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id22">Maintainers</a></li>
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id8">Configuration</a></h1>
<p>To configure the time frame for grouping manufacturing order:</p>
<ol class="arabic">
<li><p class="first">Go to <em>Inventory &gt; Configuration &gt; Warehouse Management &gt; Operation Types</em></p>
</li>
<li><p class="first">Locate the manufacturing type you are using (default one is called
“Manufacturing”).</p>
</li>
<li><p class="first">Open it and change these 2 values:</p>
<ul class="simple">
<li>MO grouping max. hour (UTC): The maximum hour (between 0 and 23) for
considering new manufacturing orders inside the same interval period, and
thus being grouped on the same MO. IMPORTANT: The hour should be expressed
in UTC.</li>
<li>MO grouping interval (days): The number of days for grouping together on
the same manufacturing order.</li>
</ul>
<p>Example: If you leave the default values 19 and 1, all the planned orders
between 19:00:01 of the previous day and 20:00:00 of the target date will
be grouped together.</p>
</li>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id9">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Add a check in the product form for excluding it from being grouped.</li>
</ul>
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
<p>You just have to set a Cost Share value for each By-Product in the BOM form.</p>
</div>
<div class="section" id="changelog">
<h1><a class="toc-backref" href="#id10">Changelog</a></h1>
<div class="section" id="id1">
<h2><a class="toc-backref" href="#id11">14.0.1.0.0 (2021-11-16)</a></h2>
<ul class="simple">
<li>[MIG] Migration to v14.</li>
</ul>
</div>
<div class="section" id="id2">
<h2><a class="toc-backref" href="#id12">13.0.1.0.0 (2020-01-09)</a></h2>
<ul class="simple">
<li>[MIG] Migration to v13.</li>
</ul>
</div>
<div class="section" id="id3">
<h2><a class="toc-backref" href="#id13">12.0.1.0.0 (2019-04-17)</a></h2>
<ul class="simple">
<li>[MIG] Migration to v12:</li>
</ul>
</div>
<div class="section" id="id4">
<h2><a class="toc-backref" href="#id14">11.0.2.0.1 (2018-07-02)</a></h2>
<ul class="simple">
<li>[FIX] fix test in mrp_production_grouped_by_product</li>
</ul>
</div>
<div class="section" id="id5">
<h2><a class="toc-backref" href="#id15">11.0.2.0.0 (2018-06-04)</a></h2>
<ul class="simple">
<li>[IMP] mrp_production_grouped_by_product: Time frames</li>
</ul>
</div>
<div class="section" id="id6">
<h2><a class="toc-backref" href="#id16">11.0.1.0.1 (2018-05-11)</a></h2>
<ul class="simple">
<li>[IMP] mrp_production_grouped_by_company: Context evaluation on mrp.production + tests</li>
</ul>
</div>
<div class="section" id="id7">
<h2><a class="toc-backref" href="#id17">11.0.1.0.0 (2018-05-11)</a></h2>
<h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
<div class="section" id="section-1">
<h2><a class="toc-backref" href="#toc-entry-3">14.0.1.0.0 (2023-01-23)</a></h2>
<ul class="simple">
<li>Start of the history.</li>
</ul>
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id18">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/manufacture/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_production_grouped_by_product%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_production_byproduct_cost_share%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id19">Credits</a></h1>
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id20">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
<ul class="simple">
<li>Tecnativa</li>
<li>ForgeFlow</li>
<li>Odoo S.A.</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id21">Contributors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<ul class="simple">
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a><ul>
<li>David Vidal</li>
<li>Pedro M. Baeza</li>
</ul>
</li>
<li><a class="reference external" href="https://ecosoft.co.th/">Ecosoft</a>:<ul>
<li>Pimolnat Suntian &lt;<a class="reference external" href="mailto:pimolnats&#64;ecosoft.co.th">pimolnats&#64;ecosoft.co.th</a>&gt;</li>
</ul>
</li>
<li><a class="reference external" href="https://www.forgeflow.com/">ForgeFlow</a>:<ul>
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
<li>Maria de Luna &lt;<a class="reference external" href="mailto:maria.de.luna&#64;forgeflow.com">maria.de.luna&#64;forgeflow.com</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id22">Maintainers</a></h2>
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/14.0/mrp_production_grouped_by_product">OCA/manufacture</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/14.0/mrp_production_byproduct_cost_share">OCA/manufacture</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>

View File

@@ -1 +1 @@
14.0.20231104.0
14.0.20231113.0

View File

@@ -30,6 +30,7 @@ setuptools.setup(
'odoo14-addon-mrp_package_propagation',
'odoo14-addon-mrp_planned_order_matrix',
'odoo14-addon-mrp_production_auto_validate',
'odoo14-addon-mrp_production_byproduct_cost_share',
'odoo14-addon-mrp_production_grouped_by_product',
'odoo14-addon-mrp_production_note',
'odoo14-addon-mrp_production_picking_type_from_route',