diff --git a/account_netting/README.rst b/account_netting/README.rst index bb45a4090..c052736ed 100644 --- a/account_netting/README.rst +++ b/account_netting/README.rst @@ -85,6 +85,7 @@ Contributors - Pedro M. Baeza - Vicent Cubells - Víctor Martínez + - Marwan Behillil Maintainers ----------- diff --git a/account_netting/__manifest__.py b/account_netting/__manifest__.py index 5111cbd24..c7ef8e1c8 100644 --- a/account_netting/__manifest__.py +++ b/account_netting/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account netting", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "summary": "Compensate AR/AP accounts from the same partner", "category": "Accounting & Finance", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/account_netting/readme/CONTRIBUTORS.md b/account_netting/readme/CONTRIBUTORS.md index 5167061de..0200a1642 100644 --- a/account_netting/readme/CONTRIBUTORS.md +++ b/account_netting/readme/CONTRIBUTORS.md @@ -2,3 +2,4 @@ - Pedro M. Baeza - Vicent Cubells - Víctor Martínez + - Marwan Behillil \ No newline at end of file diff --git a/account_netting/security/ir.model.access.csv b/account_netting/security/ir.model.access.csv index 569589cc9..88d06ccdc 100644 --- a/account_netting/security/ir.model.access.csv +++ b/account_netting/security/ir.model.access.csv @@ -1,2 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_account_move_make_netting,Full access on account.move.make.netting to accountant grp,model_account_move_make_netting,account.group_account_user,1,1,1,1 +access_account_move_make_netting_manager,Full access on account.move.make.netting to accountant manager grp,model_account_move_make_netting,account.group_account_manager,1,1,1,1 diff --git a/account_netting/static/description/index.html b/account_netting/static/description/index.html index 6dc0e9e35..0f8e50aa5 100644 --- a/account_netting/static/description/index.html +++ b/account_netting/static/description/index.html @@ -427,6 +427,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome