Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
How to change position in a field in Odoo 9
How could you change your position the field customer(is customer),that is in Other infomation of Customers, too put it after the client's name
Hi,
Inorder to change the position of a field you need to inherit the original view where the field is defined the give the code as follows
<field name='partner_id' position ="after">
#redefine the field to be reposition
<field name='is_customer' />
</field>
If this doesn't work then replace the sheet and in that just reposition the field
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 11/14/16, 11:28 AM |
Seen: 418 times |
Last updated: 3/9/17, 11:14 PM |
in order to change the position, you need to first replace the field with xpath and then add the field after desired field/group/page