How to change the field string 'Buyer' in the purchase module.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
753
Views
Hi
Try the code,
<xpath expr="//field[@name='user_id']" position="attributes">
<attribute name="string">Responsible User</attribute>
</xpath>
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up