[MIG] account_statement_import_file to v16

The module was renamed from account_statement_import to account_statement_import_file.
The migration has been done from v14 to v16, to take into account the big changes that took place in v14 with the introduction of the module account_statement_import_base. The changes from v15 have been forward-ported to v16.
This commit is contained in:
Alexis de Lattre
2023-03-06 22:36:41 +01:00
parent b12fa2ddf7
commit 4f5259aa88
101 changed files with 1398 additions and 1368 deletions

View File

@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_statement_import_user,Full access on account.statement.import wizard,model_account_statement_import,account.group_account_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_statement_import_user Full access on account.statement.import wizard model_account_statement_import account.group_account_user 1 1 1 1