Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
1272 Vizualizări

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

thanks you!

Imagine profil
Abandonează
Cel mai bun răspuns

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.

 

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează