Good day - I was wondering how you can create a custom bom while in quotes? So the user does not need to go back to manufacturing and then create a bom and then back to quotes.
It could be a make up on the sport bom?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Good day - I was wondering how you can create a custom bom while in quotes? So the user does not need to go back to manufacturing and then create a bom and then back to quotes.
It could be a make up on the sport bom?
We got this question from many of our customers. That's why we created an add on called Flexible BoM. See: Odoo Flexible BoM
Hi Paul,
There is no such feature available by default. You can add a custom Many2one field with the relation of mrp.bom model. Using that field you can add/create the bom.
Otherwise, you can add that field in orderline which directly picks the bom of the product
Try the following
Class SaleOrderLine(models.Model):
_inherit = 'sale.order.line'
bom_id = fields.Many2one("mrp.bom", related='product_id.bom_id', string="Bill Of Material")Regards
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
0
maj 23
|
2742 | |||
|
2
maj 22
|
2948 | |||
|
1
paź 19
|
5276 | |||
|
1
mar 15
|
8820 | |||
|
0
paź 25
|
295 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.