In processes where components are shipped to suppliers and apart from receiving the final product, other secondary products of the production process are incoming, how to configure it with a subcontracting BOM?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
I have no idea why they disabled byproducts explicitly for subcontracting.
But you can disable this constraint in mrp_subcontracting
class MrpBom(models.Model):
_inherit = 'mrp.bom'
@api.constrains('operation_ids', 'byproduct_ids', 'type')
def _check_subcontracting_no_operation(self):
return True
You would afterwards need some push rule for the byproducts
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
pro 23
|
1210 | ||
|
1
čvc 23
|
2129 | ||
|
0
bře 25
|
3143 | ||
|
0
srp 22
|
2754 | ||
|
0
led 22
|
76 |