How to remove street 2 field?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2799
화면
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
|
2165 | ||
|
3
3월 24
|
2757 | ||
|
0
10월 23
|
1375 | ||
|
1
2월 23
|
3827 | ||
|
1
9월 22
|
3960 |