~unifield-team/unifield-wm/uf-2210

« back to all changes in this revision

Viewing changes to supplier_catalogue/supplier_catalogue_view.xml

  • Committer: jf
  • Date: 2013-11-07 17:01:02 UTC
  • mfrom: (1772.3.5 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20131107170102-1llm02cq9vpx9upt
UTP-747 [IMP] Vertical Interface: Import catalogue - Errors report is not user-friendliness
lp:~unifield-team/unifield-wm/utp-747

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                        <button name="check_lines_to_fix" string="Check Lines" icon="gtk-dialog-warning" colspan="1" type="object" />
46
46
                        <field name="filename" invisible="1"/>
47
47
                        <field name="data" filename="filename" attrs="{'invisible': [('import_error_ok', '=', False)]}"/>
 
48
                        <button name="clear_error" string="Clear errors" icon="gtk-clear" colspan="1" type="object" attrs="{'invisible': [('import_error_ok', '=', False)]}" />
48
49
                        <field name="import_error_ok" invisible="1"/>
49
50
                        <field name="text_error" colspan="4" attrs="{'invisible': [('import_error_ok', '=', False)]}" nolabel="1"/>
50
51
                    </group>