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.
50 lines
2.4 KiB
50 lines
2.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="pos_config_view_form" model="ir.ui.view">
|
|
<field name="name">pos.config.view.form.inherit.customer.screen.pos</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="//div[@id='accounting_section']" position="after">
|
|
<h2>Customer Screen</h2>
|
|
<div class="row mt16 o_settings_container">
|
|
<div class="col-12 col-lg-6 o_setting_box">
|
|
<label for="allow_customer_screen" string="Customer Screen"/>
|
|
<div class="o_setting_left_pane">
|
|
<field name="allow_customer_screen"/>
|
|
</div>
|
|
<div class="o_setting_right_pane">
|
|
<div class="text-muted">
|
|
Allows the screen share with the customers
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-lg-6 o_setting_box">
|
|
<label for="allow_customer_screen" string="Allow Systray Button"/>
|
|
<div class="o_setting_left_pane">
|
|
<field name="allow_systray_icon"/>
|
|
</div>
|
|
<div class="o_setting_right_pane">
|
|
<div class="text-muted">
|
|
Allows the customer to set
|
|
screen open button in systray
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-lg-6 o_setting_box">
|
|
<label for="allow_customer_screen" string="Allow Product Click"/>
|
|
<div class="o_setting_left_pane">
|
|
<field name="allow_product_click"/>
|
|
</div>
|
|
<div class="o_setting_right_pane">
|
|
<div class="text-muted">
|
|
Allows the customer to set
|
|
screen open when click product
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|