コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
1252 ビュー

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.

アバター
破棄