Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2598 Vizualizări

How to remove street 2 field?


Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Create a custom template, Inherit the address template in website_sale module, and use xpath to replace the street 2 field.

<template id="address" inherit_id="website_sale.address">
<xpath expr="//div[contains(@t-attf-class, ‘col-lg-12 div_street2’)]” position="replace”>
</xpath>
</template>

Then the field and it’s label will be removed.

Regards

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
4
dec. 24
1995
3
mar. 24
2630
0
oct. 23
1260
1
feb. 23
3618
1
sept. 22
3840