What is the function that sends from mrp.production to purchase.order in odoo 16 ? It is not def _prepare_purchase_order(self, company_id, origins, values). I need send analytic_account_id to purchase.order in json format res["analytic_distribution"] = { str(analytic_account_id): 100 }
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
718
Widoki
Hi Yohana,
I would like to help but could you first let me know what is the reproducing steps?
I create an mrp.operation.line and I put a route_id and it generates a purchase when I confirm
but in this case I want to send the mrp.production.analytic_account_id first but I can't
see where the purchase is generated