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.
 
 
 
 
 

16 lines
749 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherit the view of pos.config to add fields -->
<record id="pos_config_view_form" model="ir.ui.view">
<field name="name">pos.config.view.form.inherit.pos.partial.payment.odoo</field>
<field name="model">pos.config</field>
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
<field name="arch" type="xml">
<xpath expr="//setting[@id='other_devices']" position="after">
<setting id="partial_payment" string="Partial Payment" help="Allow Partial Payments in Invoice">
<field name="partial_payment" />
</setting>
</xpath>
</field>
</record>
</odoo>