19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -10,18 +10,16 @@
<attribute name="invisible">0</attribute>
</xpath>
<group name="calendar_accounts" position="inside">
<group string="Google Calendar">
<group class="text-break">
<field name="google_calendar_rtoken" readonly="1"/>
<field name="google_calendar_token" readonly="1"/>
<field name="google_calendar_token_validity" readonly="1"/>
<field name="google_calendar_sync_token" readonly="1"/>
<field name="google_calendar_cal_id" readonly="1"/>
<button
string="Reset Account" class="btn btn-secondary mt-3"
type="action" name="%(google_calendar_reset_account_action)d"
context="{'default_user_id': id}"/>
</group>
<group string="Google Calendar" class="text-break" invisible="share">
<field name="google_calendar_rtoken" readonly="1" groups="base.group_system"/>
<field name="google_calendar_token" readonly="1"/>
<field name="google_calendar_token_validity" readonly="1"/>
<field name="google_calendar_sync_token" readonly="1"/>
<field name="google_calendar_cal_id" readonly="1"/>
<button
string="Reset Account" colspan="2" class="btn btn-secondary mt-3"
type="action" name="%(google_calendar_reset_account_action)d"
context="{'default_user_id': id}"/>
</group>
</group>
</field>