File tree 4 files changed +4
-4
lines changed
base_view_inheritance_extension
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ addon | version | maintainers | summary
40
40
[ base_sparse_field_list_support] ( base_sparse_field_list_support/ ) | 16.0.1.0.0 | | add list support to convert_to_cache()
41
41
[ base_technical_user] ( base_technical_user/ ) | 16.0.1.0.0 | | Add a technical user parameter on the company
42
42
[ base_time_window] ( base_time_window/ ) | 16.0.1.0.0 | | Base model to handle time windows
43
- [ base_view_inheritance_extension] ( base_view_inheritance_extension/ ) | 16.0.1.2.0 | | Adds more operators for view inheritance
43
+ [ base_view_inheritance_extension] ( base_view_inheritance_extension/ ) | 16.0.1.2.1 | | Adds more operators for view inheritance
44
44
[ bus_alt_connection] ( bus_alt_connection/ ) | 16.0.1.0.0 | | Needed when using PgBouncer as a connection pooler
45
45
[ cron_daylight_saving_time_resistant] ( cron_daylight_saving_time_resistant/ ) | 16.0.1.0.1 | [ ![ florian-dacosta] ( https://github.com/florian-dacosta.png?size=30px )] ( https://github.com/florian-dacosta ) | Run cron on fixed hours
46
46
[ database_cleanup] ( database_cleanup/ ) | 16.0.1.0.2 | | Database cleanup
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Extended view inheritance
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:c4e765a621083d8bc3499b930418a7e00123f7228e93615dd74fe42b1b19af26
10
+ !! source digest: sha256:2d8fbf4939d14cf8a9a3bd23e9443daf262d094983fe68dd734e477add384199
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Mature-brightgreen.png
Original file line number Diff line number Diff line change 3
3
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
4
4
{
5
5
"name" : "Extended view inheritance" ,
6
- "version" : "16.0.1.2.0 " ,
6
+ "version" : "16.0.1.2.1 " ,
7
7
"development_status" : "Mature" ,
8
8
"author" : "Therp BV,Odoo Community Association (OCA)" ,
9
9
"license" : "LGPL-3" ,
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ <h1 class="title">Extended view inheritance</h1>
366
366
!! This file is generated by oca-gen-addon-readme !!
367
367
!! changes will be overwritten. !!
368
368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:c4e765a621083d8bc3499b930418a7e00123f7228e93615dd74fe42b1b19af26
369
+ !! source digest: sha256:2d8fbf4939d14cf8a9a3bd23e9443daf262d094983fe68dd734e477add384199
370
370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Mature " src ="https://img.shields.io/badge/maturity-Mature-brightgreen.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/16.0/base_view_inheritance_extension "> < 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-16-0/server-tools-16-0-base_view_inheritance_extension "> < 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=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
372
< p > This module was written to make it simple to add custom operators for view
You can’t perform that action at this time.
0 commit comments