19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:00 +01:00
parent a1137a1456
commit e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_calendar_event_form_inherit" model="ir.ui.view">
<field name="name">view.calendar.event.form.inherit</field>
<field name="model">calendar.event</field>
<field name="inherit_id" ref="calendar.view_calendar_event_form"/>
<field name="arch" type="xml">
<xpath expr="//label[@for='videocall_location']" position="attributes">
<attribute name="invisible" add="res_model == 'hr.leave'" separator=" or "/>
</xpath>
<xpath expr="//div[@name='videocall_location_div']" position="attributes">
<attribute name="invisible" add="res_model == 'hr.leave'" separator=" or "/>
</xpath>
</field>
</record>
</odoo>