Greetings
I need to remove these two fields from the page '.../my/account':
'Company Name' & 'VAT Number'
How do I do this? Nothing appears in the 'customize' tab...
I'm using Odoo 17 Standard
Thank you very much
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Greetings
I need to remove these two fields from the page '.../my/account':
'Company Name' & 'VAT Number'
How do I do this? Nothing appears in the 'customize' tab...
I'm using Odoo 17 Standard
Thank you very much
Try Studio
Hi,
You can try this template in your custom module.
<template id="portal_template_inherited_
<xpath expr="//input[@name='company_
<xpath expr="//label[@for='company_
<xpath expr="//label[@for='vat']" position="replace"/>
<xpath expr="//input[@name='vat']" position="replace"/>
</template>
Hope it helps
I want to update the controller of this page how can I do ?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
सित॰ 24
|
3079 | ||
|
3
दिस॰ 24
|
3986 | ||
|
2
फ़र॰ 24
|
1957 | ||
|
2
जन॰ 24
|
9620 | ||
|
4
अक्तू॰ 23
|
18347 |
do you make update on this page controller ?