Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <templates id="template" inherit_id="point_of_sale.template">
  4.  
  5. <t t-extend="PosWidget">
  6. <t t-jquery=".pos-logo" t-operation="replace">
  7. <img class="pos-logo" src="/custom_module/static/src/img/photo.png"/>
  8. </t>
  9. </t>
  10.  
  11. <t t-name='CustomButtonWidget'>
  12. <button class="mypad-button">MY BUTTON</button>
  13. </t>
  14.  
  15. </templates>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement