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.
 
 
 
 
 

35 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Inherited the res.config.setting to add the fields -->
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.cancel.landed.cost.odoo</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="stock.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@data-key='stock']" position="inside">
<h2 groups="cancel_landed_cost_odoo.cancel_landed_cost_odoo_group_cancel_user">
Landed Cost Cancel Configuration
</h2>
<div class="row mt16 o_settings_container"
groups="cancel_landed_cost_odoo.cancel_landed_cost_odoo_group_cancel_user">
<div class="o_setting_box o_searchable_setting col-12 col-lg-6">
<div class="o_setting_right_pane">
<div>
<strong>Operation type:</strong>
<div class="text-muted">
Options to Cancel Landed Cost
</div>
<div class="content-group">
<div class="mt16">
<field name="land_cost_cancel_modes"
widget="radio"/>
</div>
</div>
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
</odoo>