[IMP] account_bank_statement_import_paypal: create paypal maps

This commit is contained in:
cubells
2019-01-11 11:48:33 +01:00
committed by Carlos Roca
parent b9b811db10
commit ee5b26bf6b
23 changed files with 1166 additions and 97 deletions

View File

@@ -0,0 +1,3 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
access_account_bank_statement_import_paypal_map,Paypal map manager,model_account_bank_statement_import_paypal_map,account.group_account_manager,1,1,1,1
access_account_bank_statement_import_paypal_map_line,Paypal map line manager,model_account_bank_statement_import_paypal_map_line,account.group_account_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_bank_statement_import_paypal_map Paypal map manager model_account_bank_statement_import_paypal_map account.group_account_manager 1 1 1 1
3 access_account_bank_statement_import_paypal_map_line Paypal map line manager model_account_bank_statement_import_paypal_map_line account.group_account_manager 1 1 1 1