From f664cb1730c0b10e7289a7de1f345b721cebfd30 Mon Sep 17 00:00:00 2001 From: "Jose Suniaga [Vauxoo]" Date: Wed, 8 Nov 2023 12:46:52 -0600 Subject: [PATCH] [FIX] contract: removed dateutil from dependencies Since Odoo 16.0 has included dateutil on its dependencies, loading dateutil from here is generating Warning in Odoo.sh deployments --- contract/README.rst | 2 +- contract/__manifest__.py | 3 +-- contract/static/description/index.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/contract/README.rst b/contract/README.rst index 51b61c927..a61bac31f 100644 --- a/contract/README.rst +++ b/contract/README.rst @@ -7,7 +7,7 @@ Recurring - Contracts Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:870eb5ef4a75e77c81e61000a359c9564347edb98cdb17636574ab3adf0849b2 + !! source digest: sha256:2449e1e17f1776938c00d8beb5bafa17ba5d6fd3e2bd01ae6000c432a33808da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 1e3d7af40..7419a5c65 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -11,14 +11,13 @@ { "name": "Recurring - Contracts Management", - "version": "16.0.1.1.1", + "version": "16.0.1.1.2", "category": "Contract Management", "license": "AGPL-3", "author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "depends": ["base", "account", "product", "portal"], "development_status": "Production/Stable", - "external_dependencies": {"python": ["dateutil"]}, "data": [ "security/groups.xml", "security/contract_tag.xml", diff --git a/contract/static/description/index.html b/contract/static/description/index.html index 9ce4dbec5..4a225598c 100644 --- a/contract/static/description/index.html +++ b/contract/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:870eb5ef4a75e77c81e61000a359c9564347edb98cdb17636574ab3adf0849b2 +!! source digest: sha256:2449e1e17f1776938c00d8beb5bafa17ba5d6fd3e2bd01ae6000c432a33808da !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module enables contracts management with recurring