~unifield-team/unifield-web/uf29

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/templates/treegrid.mako

  • Committer: jf
  • Date: 2021-11-18 16:42:23 UTC
  • mfrom: (5029.1.3 web-us-9321)
  • Revision ID: jfb@tempo-consulting.fr-20211118164223-vt6syck8t3e1vu4d
Tags: uf23.0, uf23.0rc3
US-9321 [IMP] Expandable tree/tree view: display invisible fields (used to set color on lines)

lp:~jfb-tempo-consulting/unifield-web/US-9321

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            'expandall': ${(expandall and 'true') or 'false'},
9
9
            'linktarget': ${linktarget}
10
10
        });
 
11
        treeGrids['${name}'].setInvisible(${invisible_headers|n});
11
12
        treeGrids['${name}'].setHeaders(${headers|n});
12
13
        treeGrids['${name}'].setRecords('${url}', ${url_params|n});
13
14
        jQuery(document).ready(jQuery.proxy(treeGrids['${name}'], 'render'));