mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 14:01:59 +02:00
Initial commit: Pos packages
This commit is contained in:
commit
95dfb9edb0
1301 changed files with 264148 additions and 0 deletions
17
odoo-bringout-oca-ocb-pos_hr/pos_hr/views/pos_config.xml
Normal file
17
odoo-bringout-oca-ocb-pos_hr/pos_hr/views/pos_config.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="pos_config_form_view_inherit" model="ir.ui.view">
|
||||
<field name="name">pos.config.form.view.inherit</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='warning_text_employees']" position='replace'>
|
||||
<field name="company_id" invisible="1" />
|
||||
<div class="row">
|
||||
<label for="employee_ids" string="Allowed Employees" class="col-lg-3 o_light_label" />
|
||||
<field name="employee_ids" widget="many2many_tags" domain="[('company_id', '=', company_id)]" />
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue