~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_marker_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 string="Change the state of the selected lines." colspan="4"/>
11
11
          <newline/>
12
12
          <field name="name"/>
13
 
          <field name="mark_all"/>
14
 
          <field name="line_ids" colspan="4" nolabel="1"
15
 
            attrs="{'invisible': [('mark_all', '=', True)]}" />
 
13
          <field name="line_ids" colspan="4" nolabel="1"/>
16
14
          <newline/>
17
15
          <group colspan="4">
18
16
            <button special="cancel" string="Cancel" icon='gtk-cancel'/>
19
 
            <button name="mark_lines" string="Mark Lines" type="object" icon="gtk-execute"/>
 
17
            <button name="mark_lines" string="Change Lines' State" type="object" icon="gtk-execute"/>
20
18
          </group>
21
19
        </form>
22
20
      </field>