feat: add access for date range 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-14 08:26:30 +00:00
parent a72d9f8c1b
commit 845365d5b0

View File

@@ -1,3 +1,4 @@
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,1,1,1
access_wt_date_range_wizard,access_wt_date_range_wizard,model_wt_date_range_wizard,base.group_user,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 access_wt_import_timeline_wizard model_wt_import_timeline_wizard base.group_user 1 1 1 1
4 access_wt_date_range_wizard access_wt_date_range_wizard model_wt_date_range_wizard base.group_user 1 1 1 1