From c7af3395a568b2b7e3e4c875c836592eb5efca88 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 20 Apr 2024 22:26:14 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + contract_sale/README.rst | 2 +- contract_sale/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 130e82547..a789082e4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [contract](contract/) | 17.0.1.0.1 | | Recurring - Contracts Management +[contract_sale](contract_sale/) | 17.0.1.0.0 | | Contract from Sale [//]: # (end addons) diff --git a/contract_sale/README.rst b/contract_sale/README.rst index 4e3bbb09d..29e4f5bf5 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:7937ac7a03ecb10eef8665f3f53791a83903d2dd80c6e204b62d13009fb6949e + !! source digest: sha256:3b32ff387ae5a51fae78326346a0e43be35da2c7dae2d5746b84538bb5aa55e9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/contract_sale/static/description/index.html b/contract_sale/static/description/index.html index 977b9de38..2a98c270c 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:7937ac7a03ecb10eef8665f3f53791a83903d2dd80c6e204b62d13009fb6949e +!! source digest: sha256:3b32ff387ae5a51fae78326346a0e43be35da2c7dae2d5746b84538bb5aa55e9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 634d46014..e4b61e2d8 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-contract" -version = "17.0.20240410.0" +version = "17.0.20240420.0" dependencies = [ "odoo-addon-contract>=17.0dev,<17.1dev", + "odoo-addon-contract_sale>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",