File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ addon | version | maintainers | summary
3333[ base_write_diff] ( base_write_diff/ ) | 19.0.1.0.0 | | Prevents updates on fields whose values won't change anyway
3434[ bus_alt_connection] ( bus_alt_connection/ ) | 19.0.1.0.0 | | Needed when using PgBouncer as a connection pooler
3535[ database_cleanup] ( database_cleanup/ ) | 19.0.1.0.3 | | Database cleanup
36+ [ dbfilter_from_header] ( dbfilter_from_header/ ) | 19.0.1.0.0 | | Filter databases with HTTP headers
3637[ field_vector] ( field_vector/ ) | 19.0.1.0.0 | <a href =' https://github.com/lmignon ' ><img src =' https://github.com/lmignon.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' lmignon ' /></a > | New specialized field to store vector data
3738[ iap_alternative_provider] ( iap_alternative_provider/ ) | 19.0.1.0.0 | <a href =' https://github.com/sebastienbeau ' ><img src =' https://github.com/sebastienbeau.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' sebastienbeau ' /></a > | Base module for providing alternative provider for iap apps
3839[ module_auto_update] ( module_auto_update/ ) | 19.0.1.0.1 | | Automatically update Odoo modules
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dbfilter_from_header
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:faf9cde7d6888cfc8da370b429f890c5c91038f4541e295c22ae97f63cb7f09f
14+ !! source digest: sha256:6bdb7208c589c29b7842c1c53712a8c649ac48320b4672ceab59d07bf454a5ae
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>dbfilter_from_header</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:faf9cde7d6888cfc8da370b429f890c5c91038f4541e295c22ae97f63cb7f09f
375+ !! source digest: sha256:6bdb7208c589c29b7842c1c53712a8c649ac48320b4672ceab59d07bf454a5ae
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/19.0/dbfilter_from_header "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-dbfilter_from_header "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This addon lets you pass a dbfilter as a HTTP header.</ p >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-server-tools"
3- version = " 19.0.20260717 .0"
3+ version = " 19.0.20260807 .0"
44dependencies = [
55 " odoo-addon-auditlog==19.0.*" ,
66 " odoo-addon-auto_backup==19.0.*" ,
@@ -14,6 +14,7 @@ dependencies = [
1414 " odoo-addon-base_write_diff==19.0.*" ,
1515 " odoo-addon-bus_alt_connection==19.0.*" ,
1616 " odoo-addon-database_cleanup==19.0.*" ,
17+ " odoo-addon-dbfilter_from_header==19.0.*" ,
1718 " odoo-addon-field_vector==19.0.*" ,
1819 " odoo-addon-iap_alternative_provider==19.0.*" ,
1920 " odoo-addon-module_auto_update==19.0.*" ,
You can’t perform that action at this time.
0 commit comments