mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] *_online_ponto: add security
This commit is contained in:
@@ -13,5 +13,8 @@
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"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>`__:
|
||||
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user