From bb7131864035aa46dfbd2e36cf005ab2a308a7b1 Mon Sep 17 00:00:00 2001 From: Joan Mateu Jordi Date: Mon, 3 Jan 2022 12:34:14 +0100 Subject: [PATCH] [14.0][FIX] Fixed the record contract_modification at .csv file --- contract_sale/README.rst | 1 + contract_sale/__manifest__.py | 2 +- contract_sale/readme/CONTRIBUTORS.rst | 1 + contract_sale/security/ir.model.access.csv | 1 + contract_sale/static/description/index.html | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contract_sale/README.rst b/contract_sale/README.rst index 546db32cf..c91844c28 100644 --- a/contract_sale/README.rst +++ b/contract_sale/README.rst @@ -73,6 +73,7 @@ Contributors * Levent Karakaş * Bejaoui Souheil * Dhara Solanki +* Joan Mateu Maintainers ~~~~~~~~~~~ diff --git a/contract_sale/__manifest__.py b/contract_sale/__manifest__.py index e60069f84..eab8dbc85 100644 --- a/contract_sale/__manifest__.py +++ b/contract_sale/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Contract from Sale", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Sales", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", diff --git a/contract_sale/readme/CONTRIBUTORS.rst b/contract_sale/readme/CONTRIBUTORS.rst index 3338f68ba..ec69c0662 100644 --- a/contract_sale/readme/CONTRIBUTORS.rst +++ b/contract_sale/readme/CONTRIBUTORS.rst @@ -7,3 +7,4 @@ * Levent Karakaş * Bejaoui Souheil * Dhara Solanki +* Joan Mateu diff --git a/contract_sale/security/ir.model.access.csv b/contract_sale/security/ir.model.access.csv index 7f58bb031..c8aedc90e 100644 --- a/contract_sale/security/ir.model.access.csv +++ b/contract_sale/security/ir.model.access.csv @@ -2,6 +2,7 @@ "contract_template_salesman","Recurring Salesman","contract.model_contract_template","sales_team.group_sale_salesman",1,1,1,0 "contract_template_sale_manager","Recurring Sale Manager","contract.model_contract_template","sales_team.group_sale_manager",1,1,1,1 "contract_line_saleman","Recurring Invoice Line Saleman","contract.model_contract_line","sales_team.group_sale_salesman",1,1,1,0 +"contract_modification_salesman","Contract Modification Salesman","contract.model_contract_modification","sales_team.group_sale_salesman",1,1,1,0 "contract_line_manager","Recurring Invoice Line Manager","contract.model_contract_line","sales_team.group_sale_manager",1,1,1,1 "contract_template_line_salesman","Recurring Contract Line Salesman","contract.model_contract_template_line","sales_team.group_sale_salesman",1,1,1,0 "contract_template_line_manager","Recurring Contract Line Manager","contract.model_contract_template_line","sales_team.group_sale_manager",1,1,1,1 diff --git a/contract_sale/static/description/index.html b/contract_sale/static/description/index.html index f84c255cd..4842cdd48 100644 --- a/contract_sale/static/description/index.html +++ b/contract_sale/static/description/index.html @@ -421,6 +421,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Levent Karakaş
  • Bejaoui Souheil <souheil.bejaoui@acsone.eu>
  • Dhara Solanki <dhara.solanki@initos.com>
  • +
  • Joan Mateu <Joan.mateu@forgeflow.com>