Add password flag to caldav password field in the res_users view

This commit is contained in:
Marc Durepos 2024-05-28 10:04:34 -04:00
parent bc16e15b5b
commit 4781b33123
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
{ {
'name': 'CalDAV Synchronization', 'name': 'CalDAV Synchronization',
'version': '17.0.0.5.1', 'version': '17.0.0.5.2',
'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

@ -10,7 +10,7 @@
<group string="CalDAV"> <group string="CalDAV">
<field name="caldav_calendar_url"/> <field name="caldav_calendar_url"/>
<field name="caldav_username"/> <field name="caldav_username"/>
<field name="caldav_password"/> <field name="caldav_password" password="True"/>
</group> </group>
</page> </page>
</xpath> </xpath>
@ -26,7 +26,7 @@
<group string="CalDAV"> <group string="CalDAV">
<field name="caldav_calendar_url"/> <field name="caldav_calendar_url"/>
<field name="caldav_username"/> <field name="caldav_username"/>
<field name="caldav_password"/> <field name="caldav_password" password="True"/>
</group> </group>
</page> </page>
</xpath> </xpath>