documentation/content/developer
FrancoisGe b8ffda3c07 [IMP] backend/views: relative width of a field is no longer supported in list views
Since the conversion of the list view to owl, the relative field size has not been reimplemented. We have decided not to support it anymore. So we will remove all its uses.

The relative width consists in adding a width attribute with an integer value. This value corresponds to the weight of the field, the higher it is, the more space the field will take. This size is only used when the list is empty.

Example of this:
<tree>
    <field ... width="2">
    <field ... width="1">
</tree>

The first field will take 2x more space than the first one when the list is empty.

closes odoo/documentation#3375

Related: odoo/odoo#110382
Related: odoo/enterprise#36020
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-01-23 11:19:56 +01:00
..
api [FIX] *: enforce 1 newline on files end 2022-11-18 18:04:49 +01:00
howtos [FIX] developer: remove merge text in chapter 6 2023-01-18 16:19:37 +01:00
reference [IMP] backend/views: relative width of a field is no longer supported in list views 2023-01-23 11:19:56 +01:00
api.rst [MOV] developer/misc: move all pages to a more logical location 2022-07-04 17:47:43 +02:00
cli.rst [IMP] core: additionnal country db for geoip 2023-01-03 13:15:55 +01:00
glossary.rst [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00
howtos.rst [IMP] scss: update, improve preexisting content 2023-01-13 17:33:02 +01:00
iot.rst [MOV] developer/misc: move all pages to a more logical location 2022-07-04 17:47:43 +02:00
reference.rst [IMP] scss: update, improve preexisting content 2023-01-13 17:33:02 +01:00