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
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 ?
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Sep 24
|
4064 | |||
|
Removing Company und VAT from Checkout form
Diselesaikan
|
3
Des 24
|
4620 | ||
|
How to edit field in the page ".../my"
Diselesaikan
|
2
Feb 24
|
2567 | ||
|
2
Jan 24
|
11655 | |||
|
4
Okt 23
|
19180 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
do you make update on this page controller ?