Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată

Hi, I am using odoo14ce.  I want to choose multiple products when creating the manufacture order, and  by products don't work the same as the product.

I have already inherited  the  the manufacture model, how can I edit the code to be able to do that ?

class ManufactureInherit(models.Model):
_inherit = 'mrp.production'
 
Imagine profil
Abandonează

I'd suggest you to build your code around creating multiple MOs and also graphically managing these MOs.
If you still want to select multiple products in 'mrp.production', override the product_id as an Many2many field, and trace down all the methods when a MO is finished to make sure they are recorded in stock correctly.

Related Posts Răspunsuri Vizualizări Activitate
1
iul. 23
6173
0
mai 21
2096
1
ian. 22
2317
1
mar. 25
1702
1
feb. 25
3175