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.

17 lines
706 B

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <record id="view_pos_config_form" model="ir.ui.view">
  4. <field name="name">pos_customer_display_currency.pos.config.form</field>
  5. <field name="model">pos.config</field>
  6. <field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
  7. <field name="arch" type="xml">
  8. <xpath expr="//field[@name='customer_display_line_length']/.." position="before">
  9. <div class="row">
  10. <label for="customer_display_currency_char" class="col-lg-3 o_light_label"/>
  11. <field name="customer_display_currency_char"/>
  12. </div>
  13. </xpath>
  14. </field>
  15. </record>
  16. </odoo>