19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -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),