[BOT] post-merge updates

pull/3127/head
OCA-git-bot 2025-03-06 07:43:48 +00:00
parent d39b771c0d
commit ee4618abcd
4 changed files with 35 additions and 33 deletions

View File

@ -34,6 +34,7 @@ addon | version | maintainers | summary
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | This widget allows to display charts using Bokeh library. [web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![JasminSForgeFlow](https://github.com/JasminSForgeFlow.png?size=30px)](https://github.com/JasminSForgeFlow) | This widget allows to display charts using Bokeh library.
[web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 18.0.1.0.0 | | This module adds support for dynamic dropdown widget [web_widget_dropdown_dynamic](web_widget_dropdown_dynamic/) | 18.0.1.0.0 | | This module adds support for dynamic dropdown widget
[web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.1 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step [web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.1 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Web Widget Numeric Step
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 18.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix
[//]: # (end addons) [//]: # (end addons)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "odoo-addons-oca-web" name = "odoo-addons-oca-web"
version = "18.0.20250303.0" version = "18.0.20250306.0"
dependencies = [ dependencies = [
"odoo-addon-web_chatter_position==18.0.*", "odoo-addon-web_chatter_position==18.0.*",
"odoo-addon-web_dialog_size==18.0.*", "odoo-addon-web_dialog_size==18.0.*",
@ -15,6 +15,7 @@ dependencies = [
"odoo-addon-web_widget_bokeh_chart==18.0.*", "odoo-addon-web_widget_bokeh_chart==18.0.*",
"odoo-addon-web_widget_dropdown_dynamic==18.0.*", "odoo-addon-web_widget_dropdown_dynamic==18.0.*",
"odoo-addon-web_widget_numeric_step==18.0.*", "odoo-addon-web_widget_numeric_step==18.0.*",
"odoo-addon-web_widget_x2many_2d_matrix==18.0.*",
] ]
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",

View File

@ -7,7 +7,7 @@
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d !! source digest: sha256:64576c5c298201124fd965898033377461707da77ae8160a751c5014f5243adc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@ -155,8 +155,8 @@ Known issues / Roadmap
- Support extra attributes on each field cell via field_extra_attrs - Support extra attributes on each field cell via field_extra_attrs
param. We could set a cell as not editable, required or readonly for param. We could set a cell as not editable, required or readonly for
instance. The readonly case will also give the ability to click on instance. The readonly case will also give the ability to click on m2o
m2o to open related records. to open related records.
- Support limit total records in the matrix. Ref: - Support limit total records in the matrix. Ref:
https://github.com/OCA/web/issues/901 https://github.com/OCA/web/issues/901
- Support cell traversal through keyboard arrows. - Support cell traversal through keyboard arrows.

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d !! source digest: sha256:64576c5c298201124fd965898033377461707da77ae8160a751c5014f5243adc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_widget_x2many_2d_matrix"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix"><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/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_widget_x2many_2d_matrix"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix"><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/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to show an x2many field with 3-tuples ($x_value, <p>This module allows to show an x2many field with 3-tuples ($x_value,
@ -509,8 +509,8 @@ crucial part is that we fill the field in the default function:</p>
<ul class="simple"> <ul class="simple">
<li>Support extra attributes on each field cell via field_extra_attrs <li>Support extra attributes on each field cell via field_extra_attrs
param. We could set a cell as not editable, required or readonly for param. We could set a cell as not editable, required or readonly for
instance. The readonly case will also give the ability to click on instance. The readonly case will also give the ability to click on m2o
m2o to open related records.</li> to open related records.</li>
<li>Support limit total records in the matrix. Ref: <li>Support limit total records in the matrix. Ref:
<a class="reference external" href="https://github.com/OCA/web/issues/901">https://github.com/OCA/web/issues/901</a></li> <a class="reference external" href="https://github.com/OCA/web/issues/901">https://github.com/OCA/web/issues/901</a></li>
<li>Support cell traversal through keyboard arrows.</li> <li>Support cell traversal through keyboard arrows.</li>