Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3139 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Risposta migliore

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
Abbandona

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

Autore

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.

Post correlati Risposte Visualizzazioni Attività
1
lug 24
1901
3
ago 23
3190
0
gen 23
9
1
nov 22
2080
1
ott 22
2702