How to remove street 2 field?
لقد تم الإبلاغ عن هذا السؤال
1
الرد
4147
أدوات العرض
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
ديسمبر 24
|
3488 | ||
|
|
3
مارس 24
|
3997 | ||
|
|
0
أكتوبر 23
|
2287 | ||
|
|
2
أبريل 26
|
5754 | ||
|
|
1
سبتمبر 22
|
5137 |