I am using a custom module . Currently, I want this module to use odoo's sales order, how do I do that?
Thank you so much
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am using a custom module . Currently, I want this module to use odoo's sales order, how do I do that?
Thank you so much
Hi
You can add your fields and functionalities that are needed in the sale module by inheriting the model sale. order inside the models.py
Also, add the sale module as it depends on the manifest file
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up