Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1583 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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 

Imagine profil
Abandonează