Ronald Portier (Therp BV)
2 years ago
No known key found for this signature in database
GPG Key ID: A181F8124D7101D3
3 changed files with
10 additions and
1 deletions
-
account_bank_statement_import_online_ponto/__manifest__.py
-
account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst
-
account_bank_statement_import_online_ponto/security/ir.model.access.csv
|
@ -13,5 +13,8 @@ |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
|
"installable": True, |
|
|
"installable": True, |
|
|
"depends": ["account_bank_statement_import_online"], |
|
|
"depends": ["account_bank_statement_import_online"], |
|
|
"data": ["view/online_bank_statement_provider.xml"], |
|
|
|
|
|
|
|
|
"data": [ |
|
|
|
|
|
"security/ir.model.access.csv", |
|
|
|
|
|
"view/online_bank_statement_provider.xml", |
|
|
|
|
|
], |
|
|
} |
|
|
} |
|
@ -2,3 +2,6 @@ |
|
|
* `Tecnativa <https://www.tecnativa.com>`__: |
|
|
* `Tecnativa <https://www.tecnativa.com>`__: |
|
|
|
|
|
|
|
|
* Pedro M. Baeza |
|
|
* Pedro M. Baeza |
|
|
|
|
|
* `Therp BV <https://therp.nl>`__: |
|
|
|
|
|
|
|
|
|
|
|
* Ronald Portier |
|
@ -0,0 +1,3 @@ |
|
|
|
|
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink |
|
|
|
|
|
access_ponto_buffer,access_ponto_buffer,model_ponto_buffer,base.group_user,1,0,0,0 |
|
|
|
|
|
access_ponto_buffer_line,access_ponto_buffer_line,model_ponto_buffer_line,base.group_user,1,0,0,0 |