[FIX] caldav_sync: error in data XML

Remove the numbercall and doall fields from the data to conform
to the new structure of ir.cron model since 18.0.
This commit is contained in:
Marc Durepos 2024-12-20 09:34:30 -05:00
parent f34860bfac
commit a4a360aef1
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,7 @@
{ {
"name": "CalDAV Synchronization", "name": "CalDAV Synchronization",
"version": "18.0.0.6.0", "version": "18.0.0.6.1",
"license": "LGPL-3", "license": "LGPL-3",
"category": "Productivity", "category": "Productivity",
"summary": "Synchronize Odoo Calendar Events with CalDAV Servers", "summary": "Synchronize Odoo Calendar Events with CalDAV Servers",

View file

@ -6,8 +6,6 @@
<field name="code">model.poll_caldav_server()</field> <field name="code">model.poll_caldav_server()</field>
<field name="interval_number">10</field> <field name="interval_number">10</field>
<field name="interval_type">minutes</field> <field name="interval_type">minutes</field>
<field name="numbercall">-1</field>
<field name="doall" eval="False" />
<field name="active" eval="True" /> <field name="active" eval="True" />
</record> </record>
</odoo> </odoo>