Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1277 Widoki

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

thanks you!

Awatar
Odrzuć
Najlepsza odpowiedź

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.

 

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć