You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
  4. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <odoo>
  8. <record model="ir.ui.view" id="pos_config_view_form">
  9. <field name="model">pos.config</field>
  10. <field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
  11. <field name="arch" type="xml">
  12. <xpath expr="//field[@name='iface_big_scrollbars']/../.." position="after">
  13. <div class="col-12 col-lg-6 o_setting_box">
  14. <div class="o_setting_left_pane">
  15. <field name="iface_change_cashier"/>
  16. </div>
  17. <div class="o_setting_right_pane">
  18. <label for="iface_change_cashier"/>
  19. <div class="text-muted">
  20. Enable the possibility to change cashier
  21. </div>
  22. </div>
  23. </div>
  24. </xpath>
  25. </field>
  26. </record>
  27. </odoo>