Fix: add access rule for timeline wizard
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
2026-03-13 23:40:19 +00:00
parent 86cb6945c2
commit ab2efe4e3a

View File

@@ -1,2 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_wt_location_log,wt.location.log,model_wt_location_log,,1,1,1,1
access_wt_import_timeline_wizard,access_wt_import_timeline_wizard,model_wt_import_timeline_wizard,base.group_user,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_wt_location_log wt.location.log model_wt_location_log 1 1 1 1
3 access_wt_import_timeline_wizard access_wt_import_timeline_wizard model_wt_import_timeline_wizard base.group_user 1 0 0 0