My problem is when trying to add new product, while creating new sale order, it autofills its unit price, quantity etc. I would like to divide the unit price by the coefficient that was added in a product_uos module. Any help would be awesome.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2
Replies
1727
Views
Hi,
Please find product_id onchange method in sale order line object and override that function in your own custom module to suit your requirement.
Hope this helps.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hi Baiju,
Thanks for answering. I will try it right away.