2edcf6c4ac
Only managers will be able to execute the chart of account wizard. This reflects [the requirement hardcoded upstream][1].
@moduon MT-1923
[1]: 4ac5ec6a2c/addons/account/models/chart_template.py (L234)
1.1 KiB
1.1 KiB
1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
---|---|---|---|---|---|---|---|---|
2 | access_wizard_update_charts_accounts | wizard.update.charts.accounts | model_wizard_update_charts_accounts | base.group_erp_manager | 1 | 1 | 1 | 1 |
3 | access_wizard_update_charts_accounts_account | wizard.update.charts.accounts.account | model_wizard_update_charts_accounts_account | base.group_erp_manager | 1 | 1 | 1 | 1 |
4 | access_wizard_tax_matching | wizard.tax.matching | model_wizard_tax_matching | base.group_erp_manager | 1 | 1 | 1 | 1 |
5 | access_wizard_fp_matching | wizard.fp.matching | model_wizard_fp_matching | base.group_erp_manager | 1 | 1 | 1 | 1 |
6 | access_wizard_account_matching | wizard.account.matching | model_wizard_account_matching | base.group_erp_manager | 1 | 1 | 1 | 1 |
7 | access_wizard_update_charts_accounts_tax | wizard.update.charts.accounts.tax | model_wizard_update_charts_accounts_tax | base.group_erp_manager | 1 | 1 | 1 | 1 |
8 | access_wizard_matching | wizard.matching | model_wizard_matching | base.group_erp_manager | 1 | 1 | 1 | 1 |
9 | access_wizard_update_charts_accounts_fiscal_position | wizard.update.charts.accounts.fiscal.position | model_wizard_update_charts_accounts_fiscal_position | base.group_erp_manager | 1 | 1 | 1 | 1 |