Fix: remove wizard from security CSV, TransientModels dont need access rules
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:34:34 +00:00
parent 49b462628e
commit 343bc95e6a

View File

@@ -1,3 +1,2 @@
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
access_wt_import_timeline_wizard wt.import.timeline.wizard model_wt_import_timeline_wizard 1 1 1 1