~camptocamp/account-financial-tools/credit_control_report_improvement_vre

« back to all changes in this revision

Viewing changes to account_credit_control/wizard/credit_control_printer_view.xml

  • Committer: Guewen Baconnier @ Camptocamp
  • Date: 2012-11-07 15:34:00 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20121107153400-lf6ppdjpmm6dn4on
[CHG] Only draft lines can be deleted. The wizard to change state does not allow
      to revert to draft state.
(lp:c2c-addons/6.1  rev 89.1.60)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        <form>
10
10
          <separator colspan="4" string="Print the selected lines"/>
11
11
          <newline/>
12
 
          <field name="mark_as_sent" attrs="{'invisible': [('state', '=', 'done')]}"/>
 
12
          <field name="mark_as_sent" colspan="4" attrs="{'invisible': [('state', '=', 'done')]}"/>
13
13
          <newline/>
14
14
          <field name="line_ids" colspan="4" nolabel="1"
15
15
            attrs="{'invisible': [('state', '=', 'done')]}" />