When I create a sales order, the system sometimes prompts
"Not enough inventory!
You plan to sell..."
How to cancel this system prompt, or where can I set this system prompt?
Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
When I create a sales order, the system sometimes prompts
"Not enough inventory!
You plan to sell..."
How to cancel this system prompt, or where can I set this system prompt?
Thanks!
This warning is generated from the onchange event in sale_stock module.
You can stop this warning by overwriting the onchange and remove the warning from the return dictionary from the super call.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Look how to override odoo functions: https://learnopenerp.blogspot.com/2017/11/how-to-override-odoo-functions.html