Warning: include_once(/home/favoledo/robertozanardo.com/wp-content/sunrise.php): Failed to open stream: No such file or directory in /home/favoledo/robertozanardo.com/wp-includes/ms-settings.php on line 52

Warning: include_once(): Failed opening '/home/favoledo/robertozanardo.com/wp-content/sunrise.php' for inclusion (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') in /home/favoledo/robertozanardo.com/wp-includes/ms-settings.php on line 52
Odoo Tree view default order in xml - Odoo e Soluzioni Open Source

Odoo Tree view default order in xml

E’ possibile ordinare a livello di vista xml per un campo specifico tramite l’attributo default_order:

<tree default_order='create_date'>
    ....
</tree>

 

Lascia un commento