mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 23:12:00 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -15,10 +15,10 @@
|
|||
]"/>
|
||||
<field name="event_booth_category_available_ids" invisible="1"/>
|
||||
<field name="event_booth_category_id" options="{'no_open': True, 'no_create': True}"
|
||||
attrs="{'invisible': [('event_id', '=', False)]}"
|
||||
invisible="not event_id"
|
||||
domain="[('id', 'in', event_booth_category_available_ids)]"/>
|
||||
<field name="event_booth_ids" options="{'no_open': True, 'no_create': True}"
|
||||
widget="many2many_checkboxes" attrs="{'invisible': [('event_booth_category_id', '=', False)]}"
|
||||
widget="many2many_checkboxes" invisible="not event_booth_category_id"
|
||||
domain="[
|
||||
('event_id', '=', event_id),
|
||||
('booth_category_id', '=', event_booth_category_id),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue