mirror of https://github.com/OCA/web.git
[BOT] post-merge updates
parent
d39b771c0d
commit
ee4618abcd
|
@ -34,6 +34,7 @@ addon | version | maintainers | summary
|
||||||
[web_widget_bokeh_chart](web_widget_bokeh_chart/) | 18.0.1.0.0 | [](https://github.com/LoisRForgeFlow) [](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 | [](https://github.com/LoisRForgeFlow) [](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 | [](https://github.com/rafaelbn) [](https://github.com/yajo) | Web Widget Numeric Step
|
[web_widget_numeric_step](web_widget_numeric_step/) | 18.0.1.0.1 | [](https://github.com/rafaelbn) [](https://github.com/yajo) | Web Widget Numeric Step
|
||||||
|
[web_widget_x2many_2d_matrix](web_widget_x2many_2d_matrix/) | 18.0.1.0.0 | [](https://github.com/ChrisOForgeFlow) | Show list fields as a matrix
|
||||||
|
|
||||||
[//]: # (end addons)
|
[//]: # (end addons)
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
@ -153,18 +153,18 @@ Now in our wizard, we can use:
|
||||||
Known issues / Roadmap
|
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.
|
||||||
- Entering the widget from behind by pressing ``Shift+TAB`` in your
|
- Entering the widget from behind by pressing ``Shift+TAB`` in your
|
||||||
keyboard will enter into the 1st cell until
|
keyboard will enter into the 1st cell until
|
||||||
https://github.com/odoo/odoo/pull/26490 is merged.
|
https://github.com/odoo/odoo/pull/26490 is merged.
|
||||||
- Support extra invisible fields inside each cell.
|
- Support extra invisible fields inside each cell.
|
||||||
- Support kanban mode. Current behaviour forces list mode.
|
- Support kanban mode. Current behaviour forces list mode.
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
@ -172,14 +172,14 @@ Changelog
|
||||||
12.0.1.0.1 (2018-12-07)
|
12.0.1.0.1 (2018-12-07)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- [FIX] Cells are unable to render property.
|
- [FIX] Cells are unable to render property.
|
||||||
(`#1126 <https://github.com/OCA/web/issues/1126>`__)
|
(`#1126 <https://github.com/OCA/web/issues/1126>`__)
|
||||||
|
|
||||||
12.0.1.0.0 (2018-11-20)
|
12.0.1.0.0 (2018-11-20)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
- [12.0][MIG] web_widget_x2many_2d_matrix
|
- [12.0][MIG] web_widget_x2many_2d_matrix
|
||||||
(`#1101 <https://github.com/OCA/web/issues/1101>`__)
|
(`#1101 <https://github.com/OCA/web/issues/1101>`__)
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
@ -206,20 +206,20 @@ Authors
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Holger Brunn <hbrunn@therp.nl>
|
- Holger Brunn <hbrunn@therp.nl>
|
||||||
- Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
- Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
||||||
- Artem Kostyuk <a.kostyuk@mobilunity.com>
|
- Artem Kostyuk <a.kostyuk@mobilunity.com>
|
||||||
- Simone Orsi <simone.orsi@camptocamp.com>
|
- Simone Orsi <simone.orsi@camptocamp.com>
|
||||||
- Timon Tschanz <timon.tschanz@camptocamp.com>
|
- Timon Tschanz <timon.tschanz@camptocamp.com>
|
||||||
- Jairo Llopis <jairo.llopis@tecnativa.com>
|
- Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||||
- Dennis Sluijk <d.sluijk@onestein.nl>
|
- Dennis Sluijk <d.sluijk@onestein.nl>
|
||||||
- `CorporateHub <https://corporatehub.eu/>`__
|
- `CorporateHub <https://corporatehub.eu/>`__
|
||||||
|
|
||||||
- Alexey Pelykh <alexey.pelykh@corphub.eu>
|
- Alexey Pelykh <alexey.pelykh@corphub.eu>
|
||||||
|
|
||||||
- Adrià Gil Sorribes <adria.gil@forgeflow.com>
|
- Adrià Gil Sorribes <adria.gil@forgeflow.com>
|
||||||
- Christopher Ormaza <chris.ormaza@forgeflow.com>
|
- Christopher Ormaza <chris.ormaza@forgeflow.com>
|
||||||
- SodexisTeam <dev@sodexis.com>
|
- SodexisTeam <dev@sodexis.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -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&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&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>
|
||||||
|
|
Loading…
Reference in New Issue