From b36099a952d954a8ef851a6c919d91979901d0e1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 14 May 2024 09:42:00 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + iap_alternative_provider/README.rst | 2 +- .../static/description/index.html | 14 +++++--------- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1e692b0df..b9c60d1e5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [base_view_inheritance_extension](base_view_inheritance_extension/) | 17.0.1.0.1 | | Adds more operators for view inheritance [database_cleanup](database_cleanup/) | 17.0.1.0.1 | | Database cleanup [dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers +[iap_alternative_provider](iap_alternative_provider/) | 17.0.1.0.0 | [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps [jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models [module_auto_update](module_auto_update/) | 17.0.1.0.0 | | Automatically update Odoo modules [module_change_auto_install](module_change_auto_install/) | 17.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration diff --git a/iap_alternative_provider/README.rst b/iap_alternative_provider/README.rst index 057aaed20..8bd7fefad 100644 --- a/iap_alternative_provider/README.rst +++ b/iap_alternative_provider/README.rst @@ -7,7 +7,7 @@ IAP Alternative Provider !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b2e45912b583f29a0d521b67922ba90aa6f0080791855ecfccdec901ae0b93e4 + !! source digest: sha256:a553eb511075a2b7c71156fdfec49709339b37077904d0b585a91acee72fd9ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/iap_alternative_provider/static/description/index.html b/iap_alternative_provider/static/description/index.html index 84c54a506..caa83ff7a 100644 --- a/iap_alternative_provider/static/description/index.html +++ b/iap_alternative_provider/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -276,7 +274,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -302,7 +300,7 @@ span.option { span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -368,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b2e45912b583f29a0d521b67922ba90aa6f0080791855ecfccdec901ae0b93e4 +!! source digest: sha256:a553eb511075a2b7c71156fdfec49709339b37077904d0b585a91acee72fd9ff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

Abstract module that provide base functionality for implementing @@ -414,9 +412,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2c2fbb0c0..cb1eef830 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-tools" -version = "17.0.20240503.0" +version = "17.0.20240514.0" dependencies = [ "odoo-addon-auditlog>=17.0dev,<17.1dev", "odoo-addon-base_cron_exclusion>=17.0dev,<17.1dev", @@ -10,6 +10,7 @@ dependencies = [ "odoo-addon-base_view_inheritance_extension>=17.0dev,<17.1dev", "odoo-addon-database_cleanup>=17.0dev,<17.1dev", "odoo-addon-dbfilter_from_header>=17.0dev,<17.1dev", + "odoo-addon-iap_alternative_provider>=17.0dev,<17.1dev", "odoo-addon-jsonifier>=17.0dev,<17.1dev", "odoo-addon-module_auto_update>=17.0dev,<17.1dev", "odoo-addon-module_change_auto_install>=17.0dev,<17.1dev",