diff --git a/web_widget_x2many_2d_matrix/README.rst b/web_widget_x2many_2d_matrix/README.rst
index 05df0142e..2395ed765 100644
--- a/web_widget_x2many_2d_matrix/README.rst
+++ b/web_widget_x2many_2d_matrix/README.rst
@@ -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,22 @@ 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
+- 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 `__:
+Current `maintainers `__:
-|maintainer-ChrisOForgeFlow|
+|maintainer-JasminSForgeFlow| |maintainer-DavidJForgeFlow|
This module is part of the `OCA/web `_ project on GitHub.
diff --git a/web_widget_x2many_2d_matrix/__manifest__.py b/web_widget_x2many_2d_matrix/__manifest__.py
index edc574c70..d2301d698 100644
--- a/web_widget_x2many_2d_matrix/__manifest__.py
+++ b/web_widget_x2many_2d_matrix/__manifest__.py
@@ -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, "
diff --git a/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.md b/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.md
index abfc17c88..d0b08e4a3 100644
--- a/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.md
+++ b/web_widget_x2many_2d_matrix/readme/CONTRIBUTORS.md
@@ -10,3 +10,5 @@
- Adrià Gil Sorribes \<\>
- Christopher Ormaza \<\>
- SodexisTeam \<\>
+- Jasmin Solanki
+- David Jiménez
diff --git a/web_widget_x2many_2d_matrix/static/description/index.html b/web_widget_x2many_2d_matrix/static/description/index.html
index f2e7ce003..6107d1341 100644
--- a/web_widget_x2many_2d_matrix/static/description/index.html
+++ b/web_widget_x2many_2d_matrix/static/description/index.html
@@ -509,8 +509,8 @@ crucial part is that we fill the field in the default function:
@@ -586,8 +588,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
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.
-
Current maintainer:
-

+
Current maintainers:
+

This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.