Commit Graph

7 Commits

Author SHA1 Message Date
OCA-git-bot
b5e78bfa2e mrp_bom_attribute_match 15.0.1.1.1 2023-09-05 15:53:00 +00:00
OCA-git-bot
b963089f33 mrp_bom_attribute_match 15.0.1.1.0 2023-02-14 13:03:58 +00:00
Ivàn Todorovich
4d5ebbaea2 [IMP] mrp_bom_attribute_match: drop the 'account' dependency
There isn't any reson to depend on it.
2022-10-31 08:14:04 -03:00
Ivàn Todorovich
30a41e1711 [IMP] mrp_bom_attribute_match: Drop the web_field_domain dependency.
The same result can be achieved with a computed field.
Moreover, we have one already in odoo core. Originally it was a related
field, but we can change it to a computed and add our extra logic there.
2022-10-27 16:42:33 -03:00
Ivàn Todorovich
685370373e [MIG] mrp_bom_attribute_match: Migration to 15.0
Notes:

* `_get_product2bom` renamed to `_bom_find`
* Test case `test_manufacturing_order_2`:
  * No longer check for "Add some materials to consume before marking this MO as to do.",
    as it's already supported in core since https://github.com/odoo/odoo/commit/bf5e1debf
2022-10-26 14:49:43 -03:00
Ilyas
b72c4daca0 [14.0][FIX] bom_attribute_match: BOM unit of measure should match uom of a component_template_id. 2022-10-26 14:49:43 -03:00
Ilyas
c66253cb91 [14.0][ADD] mrp_bom_attribute_match 2022-10-26 14:49:39 -03:00