fix: remove invalid category_id from res.groups (not supported in Odoo 19)
Odoo 19 replaced category_id with privilege_id on res.groups. Keep only privilege_id=False to clear it from the dropdown. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
<record id="group_document_lock_override" model="res.groups">
|
||||
<field name="name">Fusion: Document Lock Override</field>
|
||||
<field name="privilege_id" eval="False"/>
|
||||
<field name="category_id" ref="module_category_fusion_claims"/>
|
||||
<field name="comment">Temporary permission for editing locked documents on old/legacy cases. Requires the "Allow Document Lock Override" setting to be enabled in Fusion Claims Settings. Once all legacy cases are handled, disable the setting and remove this permission from users.</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user