[MIG] report_label: Migration to 14.0

This commit is contained in:
Stefan Rijnhart
2021-04-20 17:28:12 +02:00
parent c6c0ef3fd4
commit c55eea9714
10 changed files with 58 additions and 46 deletions

View File

@@ -1,3 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_report_paperformat_label_all,report.paperformat.label all,model_report_paperformat_label,,1,,,
access_report_paperformat_label_all,report.paperformat.label all,model_report_paperformat_label,base.group_user,1,0,0,0
access_report_label_layout_admin,report.paperformat.label admin,model_report_paperformat_label,base.group_system,1,1,1,1
access_report_label_wizard,report.label.wizard,model_report_label_wizard,base.group_user,1,1,1,1
access_report_label_wizard_line,report.label.wizard.line,model_report_label_wizard_line,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_report_paperformat_label_all report.paperformat.label all model_report_paperformat_label base.group_user 1 0 0 0
3 access_report_label_layout_admin report.paperformat.label admin model_report_paperformat_label base.group_system 1 1 1 1
4 access_report_label_wizard report.label.wizard model_report_label_wizard base.group_user 1 1 1 1
5 access_report_label_wizard_line report.label.wizard.line model_report_label_wizard_line base.group_user 1 1 1 1