File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929[ base_technical_user] ( base_technical_user/ ) | 19.0.1.0.0 | | Add a technical user parameter on the company
3030[ base_time_window] ( base_time_window/ ) | 19.0.1.0.0 | | Base model to handle time windows
3131[ base_view_inheritance_extension] ( base_view_inheritance_extension/ ) | 19.0.1.0.0 | <a href =' https://github.com/hbrunn ' ><img src =' https://github.com/hbrunn.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' hbrunn ' /></a > | Adds more operators for view inheritance
32+ [ base_write_diff] ( base_write_diff/ ) | 19.0.1.0.0 | | Prevents updates on fields whose values won't change anyway
3233[ bus_alt_connection] ( bus_alt_connection/ ) | 19.0.1.0.0 | | Needed when using PgBouncer as a connection pooler
3334[ database_cleanup] ( database_cleanup/ ) | 19.0.1.0.3 | | Database cleanup
3435[ 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Base - Write Diff
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:71745a37619c24019b67f8558eb6c7be1b974ad0031b6ce40892e7eec305bcb3
14+ !! source digest: sha256:994943d679efb27da14d07b5e01d771b2f776f89aa42c59b08a692ea84e6862f
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>Base - Write Diff</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:71745a37619c24019b67f8558eb6c7be1b974ad0031b6ce40892e7eec305bcb3
375+ !! source digest: sha256:994943d679efb27da14d07b5e01d771b2f776f89aa42c59b08a692ea84e6862f
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/base_write_diff "> < 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-base_write_diff "> < 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 module allows filtering values to update on records according to
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-server-tools"
3- version = " 19.0.20260613 .0"
3+ version = " 19.0.20260630 .0"
44dependencies = [
55 " odoo-addon-auditlog==19.0.*" ,
66 " odoo-addon-base_cron_exclusion==19.0.*" ,
@@ -10,6 +10,7 @@ dependencies = [
1010 " odoo-addon-base_technical_user==19.0.*" ,
1111 " odoo-addon-base_time_window==19.0.*" ,
1212 " odoo-addon-base_view_inheritance_extension==19.0.*" ,
13+ " odoo-addon-base_write_diff==19.0.*" ,
1314 " odoo-addon-bus_alt_connection==19.0.*" ,
1415 " odoo-addon-database_cleanup==19.0.*" ,
1516 " odoo-addon-field_vector==19.0.*" ,
You can’t perform that action at this time.
0 commit comments