跳至內容
選單
此問題已被標幟
2 回覆
1266 瀏覽次數

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.

頭像
捨棄