[IMP] web_widget_x2many_2d_matrix: update maintainers

Chris is no longer active, Jasmin was already maintainer in v17 and David
has been proposing fixes and taking care already that everything is properly
working and mainteined across versions.
pull/3129/head
Lois Rilo 2025-03-21 10:08:27 +01:00
parent df3ef38811
commit 2ed9726096
4 changed files with 47 additions and 38 deletions

View File

@ -155,8 +155,8 @@ 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.
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.
@ -220,6 +220,8 @@ Contributors
- Adrià Gil Sorribes <adria.gil@forgeflow.com>
- Christopher Ormaza <chris.ormaza@forgeflow.com>
- SodexisTeam <dev@sodexis.com>
- Jasmin Solanki jasmin.solanki@forgeflow.com
- David Jiménez david.jimenez@forgeflow.com
Maintainers
-----------
@ -234,13 +236,16 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
.. |maintainer-ChrisOForgeFlow| image:: https://github.com/ChrisOForgeFlow.png?size=40px
:target: https://github.com/ChrisOForgeFlow
:alt: ChrisOForgeFlow
.. |maintainer-JasminSForgeFlow| image:: https://github.com/JasminSForgeFlow.png?size=40px
:target: https://github.com/JasminSForgeFlow
:alt: JasminSForgeFlow
.. |maintainer-DavidJForgeFlow| image:: https://github.com/DavidJForgeFlow.png?size=40px
:target: https://github.com/DavidJForgeFlow
:alt: DavidJForgeFlow
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-ChrisOForgeFlow|
|maintainer-JasminSForgeFlow| |maintainer-DavidJForgeFlow|
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_widget_x2many_2d_matrix>`_ project on GitHub.

View File

@ -6,7 +6,7 @@
{
"name": "2D matrix for x2many fields",
"version": "18.0.1.0.2",
"maintainers": ["ChrisOForgeFlow"],
"maintainers": ["JasminSForgeFlow", "DavidJForgeFlow"],
"development_status": "Production/Stable",
"author": (
"Therp BV, "

View File

@ -10,3 +10,5 @@
- Adrià Gil Sorribes \<<adria.gil@forgeflow.com>\>
- Christopher Ormaza \<<chris.ormaza@forgeflow.com>\>
- SodexisTeam \<<dev@sodexis.com>\>
- Jasmin Solanki <jasmin.solanki@forgeflow.com>
- David Jiménez <david.jimenez@forgeflow.com>

View File

@ -509,8 +509,8 @@ crucial part is that we fill the field in the default function:</p>
<ul class="simple">
<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
instance. The readonly case will also give the ability to click on m2o
to open related records.</li>
instance. The readonly case will also give the ability to click on
m2o to open related records.</li>
<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>
<li>Support cell traversal through keyboard arrows.</li>
@ -575,6 +575,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<li>Adrià Gil Sorribes &lt;<a class="reference external" href="mailto:adria.gil&#64;forgeflow.com">adria.gil&#64;forgeflow.com</a>&gt;</li>
<li>Christopher Ormaza &lt;<a class="reference external" href="mailto:chris.ormaza&#64;forgeflow.com">chris.ormaza&#64;forgeflow.com</a>&gt;</li>
<li>SodexisTeam &lt;<a class="reference external" href="mailto:dev&#64;sodexis.com">dev&#64;sodexis.com</a>&gt;</li>
<li>Jasmin Solanki <a class="reference external" href="mailto:jasmin.solanki&#64;forgeflow.com">jasmin.solanki&#64;forgeflow.com</a></li>
<li>David Jiménez <a class="reference external" href="mailto:david.jimenez&#64;forgeflow.com">david.jimenez&#64;forgeflow.com</a></li>
</ul>
</div>
<div class="section" id="maintainers">
@ -586,8 +588,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/ChrisOForgeFlow"><img alt="ChrisOForgeFlow" src="https://github.com/ChrisOForgeFlow.png?size=40px" /></a></p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<p><a class="reference external image-reference" href="https://github.com/JasminSForgeFlow"><img alt="JasminSForgeFlow" src="https://github.com/JasminSForgeFlow.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/DavidJForgeFlow"><img alt="DavidJForgeFlow" src="https://github.com/DavidJForgeFlow.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/18.0/web_widget_x2many_2d_matrix">OCA/web</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>