Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
3776 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää
Paras vastaus

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
Hylkää

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

Tekijä

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.

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
heinäk. 24
2967
3
elok. 23
4081
0
tammik. 23
9
1
marrask. 22
3028
1
lokak. 22
3560