Hello please i want to know how we can add a new field in quotation
thanks you!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se