Skip to Content
Menu
This question has been flagged
2 Replies
2664 Views

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Best Answer

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



Avatar
Discard

<?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>

Author

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 Replies Views Activity
1
Jul 24
1327
3
Aug 23
2478
0
Jan 23
9
1
Nov 22
1588
1
Oct 22
2125