Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3166 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Mejor respuesta

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
Descartar

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

Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 24
1958
3
ago 23
3221
0
ene 23
9
1
nov 22
2110
1
oct 22
2747