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:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
1715
Widoki
Hi
Try the code below,
<button name='<action_name' string="OUTsub" attrs="{'
<button name='<action_name' string="IN" attrs="{'
Hope it helps
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
lip 23
|
2360 | ||
|
1
cze 23
|
1636 | ||
color for button based on state
Rozwiązane
|
|
1
cze 23
|
2905 | |
|
2
sie 23
|
2042 | ||
|
1
cze 23
|
2231 |
Thank you very much for your help! :)