~ovnicraft/account-financial-tools/account-financial-tools-inv-voucher-constraints

« back to all changes in this revision

Viewing changes to account_credit_control/wizard/credit_control_printer_view.xml

  • Committer: Alexandre Fayolle @ camptocamp
  • Date: 2012-11-07 10:40:47 UTC
  • Revision ID: alexandre.fayolle@camptocamp.com-20121107104047-hhvuc6hmd5u2godw
[MRG] guewen's changes
(lp:c2c-addons/6.1  rev 89.1.51)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
          <separator colspan="4" string="Print the selected lines"/>
11
11
          <newline/>
12
12
          <field name="mark_as_sent" attrs="{'invisible': [('state', '=', 'done')]}"/>
13
 
          <field name="print_all" attrs="{'invisible': [('state', '=', 'done')]}"/>
14
13
          <newline/>
15
14
          <field name="line_ids" colspan="4" nolabel="1"
16
 
            attrs="{'invisible': ['|', ('print_all', '=', True), ('state', '=', 'done')]}" />
 
15
            attrs="{'invisible': [('state', '=', 'done')]}" />
17
16
          <field name="report_file" colspan="4" attrs="{'invisible': [('state', '!=', 'done')]}"/>
18
17
          <field name="state" invisible="1" />
19
18
          <newline/>