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.
 
 
 
 
 

31 lines
1.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherit POS Configuration Settings Form View -->
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.pos.custom.message</field>
<field name="model">res.config.settings</field>
<field name="priority" eval="90"/>
<field name="inherit_id"
ref="point_of_sale.res_config_settings_view_form"/>
<field name="arch" type="xml">
<!-- Insert Custom Messages Section -->
<xpath expr="//div[@id='pos_interface_section']" position="inside">
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_left_pane"/>
<div class="o_setting_right_pane">
<!-- Section Title -->
<span class="o_form_label">Select Custom Messages
</span>
<div class="text-muted">Select POS Custom Message.
<div class="text-muted content-group mt16">
<!-- Many2Many Tags Widget -->
<field name="message_ids"
widget="many2many_tags"/>
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
</odoo>