diff --git a/contract_sale/README.rst b/contract_sale/README.rst index 8d34dbd7f..4e3bbb09d 100644 --- a/contract_sale/README.rst +++ b/contract_sale/README.rst @@ -7,7 +7,7 @@ Contract from Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:00fb3cdc565442ffcd3351e97d0516ce6f4ceb55402981b183f7e717a1e23173 + !! source digest: sha256:7937ac7a03ecb10eef8665f3f53791a83903d2dd80c6e204b62d13009fb6949e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract_sale/__manifest__.py b/contract_sale/__manifest__.py index a405d5fce..07211833c 100644 --- a/contract_sale/__manifest__.py +++ b/contract_sale/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Contract from Sale", - "version": "16.0.1.2.0", + "version": "17.0.1.0.0", "category": "Sales", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", diff --git a/contract_sale/i18n/ca_ES.po b/contract_sale/i18n/ca_ES.po index c96dae158..11f9aa8a3 100644 --- a/contract_sale/i18n/ca_ES.po +++ b/contract_sale/i18n/ca_ES.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/contract_sale/i18n/contract_sale.pot b/contract_sale/i18n/contract_sale.pot index c6dfdcfcf..dbb6c25b1 100644 --- a/contract_sale/i18n/contract_sale.pot +++ b/contract_sale/i18n/contract_sale.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 16.0\n" +"Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/contract_sale/i18n/fr.po b/contract_sale/i18n/fr.po index b468f19ae..13a97ff2d 100644 --- a/contract_sale/i18n/fr.po +++ b/contract_sale/i18n/fr.po @@ -1,24 +1,21 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * contract_sale +# * contract_sale # -# Translators: -# leemannd , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 17.0+e\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 01:41+0000\n" -"PO-Revision-Date: 2017-11-30 01:41+0000\n" -"Last-Translator: leemannd , 2017\n" -"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" -"Language: fr\n" +"POT-Creation-Date: 2024-02-10 16:04+0000\n" +"PO-Revision-Date: 2024-02-10 16:04+0000\n" +"Last-Translator: \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: \n" #. module: contract_sale #: model:ir.ui.menu,name:contract_sale.menu_contract_sale msgid "Contracts" -msgstr "Contrats" +msgstr "Contrats" \ No newline at end of file diff --git a/contract_sale/static/description/index.html b/contract_sale/static/description/index.html index 909479a79..977b9de38 100644 --- a/contract_sale/static/description/index.html +++ b/contract_sale/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:00fb3cdc565442ffcd3351e97d0516ce6f4ceb55402981b183f7e717a1e23173 +!! source digest: sha256:7937ac7a03ecb10eef8665f3f53791a83903d2dd80c6e204b62d13009fb6949e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

This module allows access to contracts for sale employees without diff --git a/contract_sale/tests/test_sale_contract.py b/contract_sale/tests/test_sale_contract.py index 76555b2db..c7f9e3d8c 100644 --- a/contract_sale/tests/test_sale_contract.py +++ b/contract_sale/tests/test_sale_contract.py @@ -8,7 +8,7 @@ from odoo.tests.common import TransactionCase class TestSaleContract(TransactionCase): @classmethod def setUpClass(cls): - super(TestSaleContract, cls).setUpClass() + super().setUpClass() cls.user_sales_all_documents = cls.env["res.users"].create( {