documentation/content/developer/reference/backend
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
..
data [MOV] content/*: move resource files into their related page's directory 2022-05-20 14:18:54 +02:00
orm [IMP] orm/changelog: store translations in jsonb 2022-11-03 16:43:31 +01:00
performance [ADD] developer/reference: add a reference page on performance 2022-10-06 18:01:00 +02:00
testing [IMP] backend: clarify and improve steps doc 2022-08-04 09:13:59 +02:00
views [IMP] web: add buttons in control panel in kanban 2023-01-18 13:25:16 +01:00
actions.rst [FIX] developer/*: code blocks linting & fixes 2022-11-25 10:52:04 +01:00
data.rst [FIX] developer/*: code blocks linting & fixes 2022-11-25 10:52:04 +01:00
http.rst [FIX] developer/http: adapt to recent httppocalypse changes 2022-02-28 15:25:48 +00:00
mixins.rst [FIX] developer/mixins: mail.thread method names 2022-03-10 14:59:46 +00:00
module.rst [IMP] conf.py, *: interpolate the version and releases in the content 2022-12-09 13:03:46 +01:00
orm.rst [ADD] reference/orm: grouped method 2022-10-21 13:06:06 +02:00
performance.rst [IMP] *: Remove "SaaS" to keep only the "Odoo Online" appellation 2022-10-21 20:00:56 +02:00
reports.rst [FIX] *: remove trailing whitespaces 2022-11-18 18:04:50 +01:00
security.rst [MOV] developer/api/odoo: rename odoo.rst into external_api.rst 2022-05-20 14:18:54 +02:00
testing.rst [IMP] developer: JavaScript tutorial: chapter 3-7 2023-01-12 19:08:49 +01:00
views.rst [IMP] backend/views: relative width of a field is no longer supported in list views 2023-01-23 11:19:56 +01:00