How to remove street 2 field?
This question has been flagged
1
Odpovědět
4144
Zobrazení
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
4
pro 24
|
3486 | ||
|
|
3
bře 24
|
3997 | ||
|
|
0
říj 23
|
2287 | ||
|
|
2
dub 26
|
5753 | ||
|
|
1
zář 22
|
5137 |