Hello everyone again,
I have another request for help here, if you guys can lend a hand....
Basically I have a button that connects between two views 'Receipts' and 'Subcontrating Delivery', what I want, and I have not yet figured out how, is that when I am inside the 'Receipts' view the name that appears on the button is for example "OUTsub" and when I am in the 'Subcontrating Delivery' view it appears "IN", just an example...
How do I create this condition in the xml, can anyone give me a hand?
This is my XML with the necessary settings
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1795
查看
Hi
Try the code below,
<button name='<action_name' string="OUTsub" attrs="{'
<button name='<action_name' string="IN" attrs="{'
Hope it helps
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
7月 23
|
2463 | ||
|
1
6月 23
|
1762 | ||
|
1
6月 23
|
3015 | ||
|
2
8月 23
|
2069 | ||
|
1
6月 23
|
2295 |
Thank you very much for your help! :)