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.
30 lines
1.4 KiB
30 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record id="res_config_settings_inherit" model="ir.ui.view">
|
|
<field name="name">res.config.settings.inherit</field>
|
|
<field name="model">res.config.settings</field>
|
|
<field name="inherit_id"
|
|
|
|
ref="website_sale.res_config_settings_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@id='sale_pricing_settings']" position="after">
|
|
<h2>Website Order Configuration</h2>
|
|
<div class="row mt16 o_settings_container" name="order_configuration">
|
|
<div id="website_order_configuration"
|
|
class="col-12 col-lg-6 o_setting_box"
|
|
title="Website Order Configuration">
|
|
<div class="o_setting_right_pane">
|
|
<label for="website_order_configuration"/>
|
|
<div class="content-group">
|
|
<div class="mt16">
|
|
<field name="website_order_configuration"
|
|
class="o_light_label" widget="radio"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|