跳至内容
菜单
此问题已终结
1 回复
1560 查看

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 

形象
丢弃