How to remove street 2 field?
この質問にフラグが付けられました
1
返信
4170
ビュー
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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
4
12月 24
|
3508 | ||
|
|
3
3月 24
|
4034 | ||
|
|
0
10月 23
|
2291 | ||
|
|
2
4月 26
|
5795 | ||
|
|
1
9月 22
|
5185 |