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
返信
2790
ビュー
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
|
5118 | ||
|
0
11月 22
|
2472 | ||
|
1
7月 21
|
3431 | ||
|
3
8月 25
|
514 | ||
|
1
7月 25
|
426 |