[BOT] post-merge updates

pull/2763/head
OCA-git-bot 2024-02-02 08:00:18 +00:00
parent 93c4eb40de
commit 72a6e85d57
4 changed files with 484 additions and 673 deletions

View File

@ -27,6 +27,7 @@ addon | version | maintainers | summary
[dbfilter_from_header](dbfilter_from_header/) | 17.0.1.0.0 | | Filter databases with HTTP headers
[jsonifier](jsonifier/) | 17.0.1.0.0 | | JSON-ify data for all models
[module_change_auto_install](module_change_auto_install/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Customize auto installables modules by configuration
[onchange_helper](onchange_helper/) | 17.0.1.0.0 | | Technical module that ease execution of onchange in Python code
Unported addons

View File

@ -7,7 +7,7 @@ Onchange Helper
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:556ec1d279174035dfcc8805dad664de965fafb926ddc617899c4a7f51756444
!! source digest: sha256:ae0d21d8811c6bb216bc524de3946ae71446fb1c9a6c23c9898e98d1a2ef4fee
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-server-tools"
version = "17.0.20240202.1"
version = "17.0.20240202.2"
dependencies = [
"odoo-addon-base_exception>=17.0dev,<17.1dev",
"odoo-addon-base_technical_user>=17.0dev,<17.1dev",
@ -8,6 +8,7 @@ dependencies = [
"odoo-addon-dbfilter_from_header>=17.0dev,<17.1dev",
"odoo-addon-jsonifier>=17.0dev,<17.1dev",
"odoo-addon-module_change_auto_install>=17.0dev,<17.1dev",
"odoo-addon-onchange_helper>=17.0dev,<17.1dev",
]
classifiers=[
"Programming Language :: Python",