-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1454 from OCA/17.0
Syncing from upstream OCA/web (17.0)
- Loading branch information
Showing
7 changed files
with
60 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d | ||
!! source digest: sha256:33c92b1d55d3fbee64f745403e67fb7b2062161535a4c4387284fd0f4220c505 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
|
@@ -153,33 +153,33 @@ 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 | ||
========= | ||
|
||
12.0.1.0.1 (2018-12-07) | ||
----------------------- | ||
|
||
- [FIX] Cells are unable to render property. | ||
(`#1126 <https://github.com/OCA/web/issues/1126>`__) | ||
- [FIX] Cells are unable to render property. | ||
(`#1126 <https://github.com/OCA/web/issues/1126>`__) | ||
|
||
12.0.1.0.0 (2018-11-20) | ||
----------------------- | ||
|
||
- [12.0][MIG] web_widget_x2many_2d_matrix | ||
(`#1101 <https://github.com/OCA/web/issues/1101>`__) | ||
- [12.0][MIG] web_widget_x2many_2d_matrix | ||
(`#1101 <https://github.com/OCA/web/issues/1101>`__) | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -206,20 +206,21 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Holger Brunn <[email protected]> | ||
- Pedro M. Baeza <[email protected]> | ||
- Artem Kostyuk <[email protected]> | ||
- Simone Orsi <[email protected]> | ||
- Timon Tschanz <[email protected]> | ||
- Jairo Llopis <[email protected]> | ||
- Dennis Sluijk <[email protected]> | ||
- `CorporateHub <https://corporatehub.eu/>`__ | ||
- Holger Brunn <[email protected]> | ||
- Pedro M. Baeza <[email protected]> | ||
- Artem Kostyuk <[email protected]> | ||
- Simone Orsi <[email protected]> | ||
- Timon Tschanz <[email protected]> | ||
- Jairo Llopis <[email protected]> | ||
- Dennis Sluijk <[email protected]> | ||
- `CorporateHub <https://corporatehub.eu/>`__ | ||
|
||
- Alexey Pelykh <[email protected]> | ||
- Alexey Pelykh <[email protected]> | ||
|
||
- Adrià Gil Sorribes <[email protected]> | ||
- Christopher Ormaza <[email protected]> | ||
- SodexisTeam <[email protected]> | ||
- Adrià Gil Sorribes <[email protected]> | ||
- Christopher Ormaza <[email protected]> | ||
- SodexisTeam <[email protected]> | ||
- Jasmin Solanki <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
@@ -234,13 +235,13 @@ 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 | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-ChrisOForgeFlow| | ||
|maintainer-JasminSForgeFlow| | ||
|
||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/17.0/web_widget_x2many_2d_matrix>`_ project on GitHub. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
- Adrià Gil Sorribes \<<[email protected]>\> | ||
- Christopher Ormaza \<<[email protected]>\> | ||
- SodexisTeam \<<[email protected]>\> | ||
- Jasmin Solanki \<<[email protected]>\> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ | ||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
Despite the name, some widely supported CSS2 features are used. | ||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to | ||
customize this style sheet. | ||
|
@@ -274,7 +275,7 @@ | |
margin-left: 2em ; | ||
margin-right: 2em } | ||
|
||
pre.code .ln { color: grey; } /* line numbers */ | ||
pre.code .ln { color: gray; } /* line numbers */ | ||
pre.code, code { background-color: #eeeeee } | ||
pre.code .comment, code .comment { color: #5C6576 } | ||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } | ||
|
@@ -300,7 +301,7 @@ | |
span.pre { | ||
white-space: pre } | ||
|
||
span.problematic { | ||
span.problematic, pre.problematic { | ||
color: red } | ||
|
||
span.section-subtitle { | ||
|
@@ -366,7 +367,7 @@ <h1 class="title">2D matrix for x2many fields</h1> | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:23139cf061fc7a4ccb3f53579ad76f2d4737df131199206e85d7a262a094a20d | ||
!! source digest: sha256:33c92b1d55d3fbee64f745403e67fb7b2062161535a4c4387284fd0f4220c505 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> | ||
<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/17.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-17-0/web-17-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=17.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, | ||
|
@@ -508,8 +509,8 @@ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1> | |
<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> | ||
|
@@ -574,17 +575,20 @@ <h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2> | |
<li>Adrià Gil Sorribes <<a class="reference external" href="mailto:adria.gil@forgeflow.com">adria.gil@forgeflow.com</a>></li> | ||
<li>Christopher Ormaza <<a class="reference external" href="mailto:chris.ormaza@forgeflow.com">chris.ormaza@forgeflow.com</a>></li> | ||
<li>SodexisTeam <<a class="reference external" href="mailto:dev@sodexis.com">dev@sodexis.com</a>></li> | ||
<li>Jasmin Solanki <<a class="reference external" href="mailto:jasmin.solanki@forgeflow.com">jasmin.solanki@forgeflow.com</a>></li> | ||
</ul> | ||
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2> | ||
<p>This module is maintained by the OCA.</p> | ||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> | ||
<a class="reference external image-reference" href="https://odoo-community.org"> | ||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> | ||
</a> | ||
<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><a class="reference external image-reference" href="https://github.com/JasminSForgeFlow"><img alt="JasminSForgeFlow" src="https://github.com/JasminSForgeFlow.png?size=40px" /></a></p> | ||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/17.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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters