I'm trying to replace a button with this name, but I can't find it. How can I do? I can't pass xpath with string or anything. I need help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
6104
瀏覽次數
<button string="New Quotation" name="%(sale_action_quotations_new)d" type="action" class="oe_highlight"
Hi Paolo,
Here are the steps to get the name of the action:
Go to the view you want your button to open
Activate developer mode
Go to the top right, you will see the developer icon. Click on it and select Edit Action
On Edit Action you will get the external ID of the action, copy that and put it in your button like below
If you want your action to open a form view directly you can set the view type value to form only on the Edit Actions window.
<button string="New Quotation" name="%(external_id_of_action)d" type="action" class="oe_highlight"
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
2
4月 19
|
6410 | ||
|
3
12月 24
|
4307 | ||
|
2
5月 20
|
20380 | ||
|
2
7月 24
|
2451 | ||
|
1
6月 24
|
4967 |