mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-26 11:42:06 +02:00
19.0 vanilla
This commit is contained in:
parent
6e54c1af6c
commit
3ca647e428
1087 changed files with 132065 additions and 108499 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<record id="view_pos_preset_form_inherit_pos_restaurant" model="ir.ui.view">
|
||||
<field name="name">pos.preset.form</field>
|
||||
<field name="model">pos.preset</field>
|
||||
<field name="inherit_id" ref="point_of_sale.view_pos_preset_form"></field>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='resource']" position="after">
|
||||
<page string="Options" name="options">
|
||||
<group>
|
||||
<group name="restaurant" string="Restaurant">
|
||||
<field name="use_guest" />
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue