~jfb-tempo-consulting/unifield-web/US-7631

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/templates/listgrid/listgroup.mako

  • Committer: jf
  • Date: 2020-04-01 09:57:08 UTC
  • mfrom: (4987.3.1 unifield-web)
  • Revision ID: jfb@tempo-consulting.fr-20200401095708-0yiukc1ly17kqg5w
[MERGE] UF16.1rc1
    US-7304 [IMP] Replenishment Rules: formatting v2: new widget html_text

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                                    % if field_attrs.get('type') == 'progressbar':
86
86
                                        ${grouped[j][field].display()}
87
87
                                    % else:
88
 
                                        % if grp_row.get(field):
 
88
                                        % if grp_row.get(field) or grp_row.get(field) == 0:
89
89
                                            % if field_attrs.get('type') == 'many2one':
90
90
                                                ${isinstance(grp_row.get(field), (int, long)) and " " or grp_row.get(field)[-1]}
91
91
                                            % elif field_attrs.get('type') == 'selection':