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.
28 lines
1.1 KiB
28 lines
1.1 KiB
<?xml version="1.0"?>
|
|
|
|
|
|
<odoo>
|
|
<record model="ir.ui.view" id="view_pos_config_form">
|
|
<field name="name">view.pos.config.form</field>
|
|
<field name="model">pos.config</field>
|
|
<field name="inherit_id" ref="point_of_sale.pos_config_view_form" />
|
|
<field name="priority" eval="30"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//h2[@name='order']/following-sibling::*[position()=1]" position="inside">
|
|
<div class="col-xs-12 col-lg-6 o_setting_box" id="iface_tare_method">
|
|
<div class="o_setting_right_pane">
|
|
<label for="iface_tare_method" string="Tare method"/>
|
|
<div class="text-muted">
|
|
Configure how to tare products to weight with a scale.
|
|
</div>
|
|
<div class="content-group">
|
|
<div class="mt16">
|
|
<field name="iface_tare_method" class="o_light_label"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|