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.

27 lines
1.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2018 Coop IT Easy - Manuel Claeys Bouuaert
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. -->
  5. <odoo>
  6. <record id="view_pos_config_form" model="ir.ui.view">
  7. <field name="model">pos.config</field>
  8. <field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
  9. <field name="arch" type="xml">
  10. <div id="posbox_reference" position="inside">
  11. <div class="col-xs-12 col-md-6 o_setting_box" id="pos_price_to_weight">
  12. <div class="o_setting_right_pane">
  13. <label for="pos_price_to_weight_price_field_id"/>
  14. <div class="text-muted">
  15. Unit Price field used when converting scanned weight to price.
  16. </div>
  17. <div class="content-group mt16">
  18. <field name="pos_price_to_weight_price_field_id" colspan="4" nolabel="1" options="{'no_create': True}"/>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. </field>
  24. </record>
  25. </odoo>