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

Hello please i want to know how we can add a new field in quotation 

thanks you!

形象
丢弃
最佳答案

Hi,

First add the new field in the python file. 

'name': fields.char('LV Side', size=64),

Add the new field in xml file for view.

<field name="name"/> 

The field may be inside the form, tree,and search views.

 

形象
丢弃
最佳答案

Please read the documentation and learn the basics about customizing Odoo. There is plenty of information available. Then ask a specific question.

形象
丢弃