Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3727 Vizualizări

Hello,

Currently In Odoo V15, POS Cash in/ Cash Out button is only visible in POS: User Permission only. 

But, We don't want to give POS administrator permission to user. How can we do to be visible this "Cash IN / Cash Out" button for POS User permission.

Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Please refer this forum post, hope this will help you
https://www.odoo.com/forum/help-1/how-to-enable-cash-in-out-function-for-pos-user-role-in-v15-209317#answer-209321

Thanks & Regards
Metalinks

Imagine profil
Abandonează
Cel mai bun răspuns

Hello Zinmarphyo


Need to inherit xml to remove condition of visibility of this button as below.


< templates id="template" xml:space="preserve">
< t t-name="ChromeExtend" t-inherit="point_of_sale.Chrome" t-inherit-mode="extension" owl="1">
< xpath expr="//CashMoveButton" position="replace">
<CashMoveButton />
< /xpath>
< /t>
< /templates>

Thanks & Regards,



CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat



Imagine profil
Abandonează

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="ChromeExtend" t-inherit="point_of_sale.Chrome" t-inherit-mode="extension" owl="1">
<xpath expr="//CashMoveButton" position="replace">
<CashMoveButton />
</xpath>
</t>
</templates>

Autor

I want POS User to visible this Cash IN/ Cash Out button. In default, Only POS Administrator can see this Cash In/Cash Out button

yes, inherting this xml(apply my last comment's xml) you will see cash In/ case out buttton visible for all pos users.

Related Posts Răspunsuri Vizualizări Activitate
1
iul. 24
2878
3
aug. 23
4003
0
ian. 23
9
1
nov. 22
2997
1
oct. 22
3489