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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2753
查看
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
|
5113 | ||
|
0
11月 22
|
2465 | ||
|
1
7月 21
|
3418 | ||
|
3
8月 25
|
503 | ||
|
1
7月 25
|
370 |