[FIX] web_widget_x2many_2d_matrix: Allow empty cells

Before this commit, if a matrix was lacking one element, some ugly errors appeared to the user.

Now, it just displays the empty cell and lets the user go on.

Also, acknowledge another limitation of the widget and add it to roadmap.
This commit is contained in:
Jairo Llopis
2018-08-24 11:12:46 +01:00
committed by Pedro M. Baeza
parent 78beda0546
commit 0efe75de7c
3 changed files with 45 additions and 21 deletions

View File

@@ -146,6 +146,8 @@ Known issues / Roadmap
will enter into the 1st cell until https://github.com/odoo/odoo/pull/26490
is merged.
* Support extra invisible fields inside each cell.
Bug Tracker
===========