update misc and ets

This commit is contained in:
Ivan Office
2024-07-12 20:46:12 +08:00
parent 1561d4f5a2
commit 0f42efdb16
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
{
'name': "Database auto backup,数据库自动备份",
'version': '16.24.06.07',
'version': '16.24.07.12',
'summary': 'Automated backups, optimized from auto_backup of Yenthe Van Ginneken',

View File

@@ -11,8 +11,8 @@
<field name="name">Manager</field>
<field name="category_id" ref="app_auto_backup.module_management"/>
</record>
<!-- group_erp_manager自动拥有备份管理员 -->
<record id="base.group_erp_manager" model="res.groups">
<!-- group_system 系统用户自动拥有备份管理员 -->
<record id="base.group_system" model="res.groups">
<field name="implied_ids" eval="[(4, ref('app_auto_backup.group_manager'))]"/>
</record>
</data>