Skip to Content
Menu
This question has been flagged
1 Odpoveď
1420 Zobrazenia
I'm trying to add an input field to the ClosePosPopup view, could someone tell me how? I have tried it in several ways and it doesn't show me anything. Thank you.

Avatar
Zrušiť

Can you please share some code.
So we will know where you are doing mistake.

Autor Best Answer

xml version="1.0" encoding="UTF-8"?>

templates id="template" xml:space="preserve">

 t t-inherit="point_of_sale.ClosePosPopup" t-inherit-mode="extension">

 xpath expr="//div[hasclass('notes-container')]" position="after">

 div>

 input class="pos-input" name="closing_note"/> 

 /div>

 /xpath>

 /t>

/templates>


         

             

                  

             

         

 


this is my template file

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
okt 25
222
1
sep 25
1276
2
sep 25
1459
1
aug 25
1204
1
júl 25
1486