How to change string of Purchase Status(purchase_state) that is in Purchase Request?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
2911
화면
Hi Sambath Vatana ,
Use attributes to change the String of a field.
<xpath expr="//field[@name='field_name']" position="attributes">
<attribute name="string">New String</attribute>
</xpath>
Hope it helps,
Kiran K
Hello
Try below code will help you
New String
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
3월 19
|
5228 | ||
|
0
11월 22
|
2589 | ||
|
1
7월 21
|
3535 | ||
|
3
8월 25
|
724 | ||
|
1
7월 25
|
631 |