From ee4618abcd4ce4652db61035af547d8444b0678a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 6 Mar 2025 07:43:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 +- web_widget_x2many_2d_matrix/README.rst | 58 +++++++++---------- .../static/description/index.html | 6 +- 4 files changed, 35 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 18035c053..57fbf300c 100644 --- a/README.md +++ b/README.md @@ -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_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_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) diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 855c1ff13..745225c01 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250303.0" +version = "18.0.20250306.0" dependencies = [ "odoo-addon-web_chatter_position==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_dropdown_dynamic==18.0.*", "odoo-addon-web_widget_numeric_step==18.0.*", + "odoo-addon-web_widget_x2many_2d_matrix==18.0.*", ] classifiers=[ "Programming Language :: Python", diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst index 370aab8c1..a0a8f60ad 100644 --- a/web_widget_x2many_2d_matrix/README.rst +++ b/web_widget_x2many_2d_matrix/README.rst @@ -7,7 +7,7 @@ !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d + !! source digest: sha256:64576c5c298201124fd965898033377461707da77ae8160a751c5014f5243adc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -153,18 +153,18 @@ Now in our wizard, we can use: Known issues / Roadmap ====================== -- Support extra attributes on each field cell via field_extra_attrs - 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 - m2o to open related records. -- Support limit total records in the matrix. Ref: - https://github.com/OCA/web/issues/901 -- Support cell traversal through keyboard arrows. -- Entering the widget from behind by pressing ``Shift+TAB`` in your - keyboard will enter into the 1st cell until - https://github.com/odoo/odoo/pull/26490 is merged. -- Support extra invisible fields inside each cell. -- Support kanban mode. Current behaviour forces list mode. +- Support extra attributes on each field cell via field_extra_attrs + 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 m2o + to open related records. +- Support limit total records in the matrix. Ref: + https://github.com/OCA/web/issues/901 +- Support cell traversal through keyboard arrows. +- Entering the widget from behind by pressing ``Shift+TAB`` in your + keyboard will enter into the 1st cell until + https://github.com/odoo/odoo/pull/26490 is merged. +- Support extra invisible fields inside each cell. +- Support kanban mode. Current behaviour forces list mode. Changelog ========= @@ -172,14 +172,14 @@ Changelog 12.0.1.0.1 (2018-12-07) ----------------------- -- [FIX] Cells are unable to render property. - (`#1126 `__) +- [FIX] Cells are unable to render property. + (`#1126 `__) 12.0.1.0.0 (2018-11-20) ----------------------- -- [12.0][MIG] web_widget_x2many_2d_matrix - (`#1101 `__) +- [12.0][MIG] web_widget_x2many_2d_matrix + (`#1101 `__) Bug Tracker =========== @@ -206,20 +206,20 @@ Authors Contributors ------------ -- Holger Brunn -- Pedro M. Baeza -- Artem Kostyuk -- Simone Orsi -- Timon Tschanz -- Jairo Llopis -- Dennis Sluijk -- `CorporateHub `__ +- Holger Brunn +- Pedro M. Baeza +- Artem Kostyuk +- Simone Orsi +- Timon Tschanz +- Jairo Llopis +- Dennis Sluijk +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- AdriĆ  Gil Sorribes -- Christopher Ormaza -- SodexisTeam +- AdriĆ  Gil Sorribes +- Christopher Ormaza +- SodexisTeam Maintainers ----------- diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html index eb876a578..7eb6f0d76 100644 --- a/web_widget_x2many_2d_matrix/static/description/index.html +++ b/web_widget_x2many_2d_matrix/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d +!! source digest: sha256:64576c5c298201124fd965898033377461707da77ae8160a751c5014f5243adc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

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:

  • Support extra attributes on each field cell via field_extra_attrs 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 -m2o to open related records.
  • +instance. The readonly case will also give the ability to click on m2o +to open related records.
  • Support limit total records in the matrix. Ref: https://github.com/OCA/web/issues/901
  • Support cell traversal through keyboard arrows.