[19.0][MIG] ddmrp#600
Conversation
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-15.0/ddmrp-15.0-ddmrp Translate-URL: https://translation.odoo-community.org/projects/ddmrp-15-0/ddmrp-15-0-ddmrp/
…s set The onchange only has a visual effect. Actual changes to adu must be made in the create and write methods.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-15.0/ddmrp-15.0-ddmrp Translate-URL: https://translation.odoo-community.org/projects/ddmrp-15-0/ddmrp-15-0-ddmrp/
remove unneded attributes on related field definition.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-15.0/ddmrp-15.0-ddmrp Translate-URL: https://translation.odoo-community.org/projects/ddmrp-15-0/ddmrp-15-0-ddmrp/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-15.0/ddmrp-15.0-ddmrp Translate-URL: https://translation.odoo-community.org/projects/ddmrp-15-0/ddmrp-15-0-ddmrp/
Currently translated at 100.0% (291 of 291 strings) Translation: ddmrp-15.0/ddmrp-15.0-ddmrp Translate-URL: https://translation.odoo-community.org/projects/ddmrp-15-0/ddmrp-15-0-ddmrp/es_AR/
A hook is added to get production delay because subcontracting BoMs calculate production time differently, from the time of the first vendor with subcontracted type.
- Add link to Stock Demand Estimates from Stock Buffer - Add link to MRP BoM from Stock Buffer - Add link to Stock Buffers from Product Variants - Add link to Stock Buffer from MRP BoM Line
- On the top, we will have contextualization about the bufffer. - On the left side, we will have settings and info about the configuration of the buffer and procurements. - On the right side, we will have information about the buffer. Apart from this, you will be able to access the source of ADU, Qualified demand and Incoming (DLT) calculations.
1ca894c to
fd7fe5c
Compare
6d1d0ec to
324f453
Compare
|
Cherry picked a recent change from 18.0 #606 |
LoisRForgeFlow
left a comment
There was a problem hiding this comment.
Code review (see comments below) and quick functional review, main issues related to UoM migration.
dffedad to
01fc232
Compare
LoisRForgeFlow
left a comment
There was a problem hiding this comment.
Thank for attending my comments, I did a new review:
| if not self.env.company.ddmrp_adu_calc_include_scrap: | ||
| domain.append(("location_id.scrap_location", "=", False)) | ||
| domain.append(("location_id.usage", "!=", "inventory")) |
There was a problem hiding this comment.
@PaulaMForgeFlow Then in order to keep the setting meaning, you need to identify scraps in a different way. I suggest using scrap_id not set.
01fc232 to
f107da8
Compare
Show only indirect demand button when the method is going to use it.
The moves shown were not all qualified demand due to an issue in the date filtering. In addition to fixing this issue: - We show all demand moves but filtered by default to the ones that are qualified demand. - Added the reserved quantity to ease understanding that not all quantity is considered.
f107da8 to
186d8b6
Compare
LoisRForgeFlow
left a comment
There was a problem hiding this comment.
All comments attended and resolved, functional review LGTM 👍
|
/ocabot migration ddmrp |
|
Time to merge! /ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 19720c4. Thanks a lot for contributing to OCA. ❤️ |
Standard Migration