You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
603 B
14 lines
603 B
* 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.
|