Phase 1: Add wizard security rule
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:27:41 +00:00
parent ab9ba5a15c
commit 49b462628e

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,wt.import.timeline.wizard,model_wt_import_timeline_wizard,,1,1,1,1
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 wt.import.timeline.wizard model_wt_import_timeline_wizard 1 1 1 1