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.

25 lines
1001 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="view_pos_config_form" model="ir.ui.view">
  4. <field name="model">pos.config</field>
  5. <field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
  6. <field name="arch" type="xml">
  7. <xpath expr="//div[@id='iface_invoicing']" position="before">
  8. <div class="col-12 col-lg-6 o_setting_box" id="receipt_salesman_firstname">
  9. <div class="o_setting_left_pane">
  10. <field name="receipt_salesman_firstname"/>
  11. </div>
  12. <div class="o_setting_right_pane">
  13. <label for="receipt_salesman_firstname"/>
  14. <div class="text-muted">
  15. On the receipt, prints only the salesman's firstname instead of the full name.
  16. </div>
  17. </div>
  18. </div>
  19. </xpath>
  20. </field>
  21. </record>
  22. </odoo>