~taktik/openobject-addons/hui-extra-6.1

« back to all changes in this revision

Viewing changes to account_pain/payment_view.xml

  • Committer: root
  • Date: 2012-06-25 19:57:50 UTC
  • Revision ID: root@oerp61-20120625195750-uh3hw9skkfnrt26f
update account_pain

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
              <field name="struct_comm_type" attrs="{'required':[('state','=','structured')]}"/>
43
43
            </group>
44
44
          </xpath>
45
 
          <xpath expr="/form/field/tree/field[@name='name']" position="after">
46
 
            <field name="communication"/>
47
 
          </xpath>
48
45
          <xpath expr="/form/group/button[@name='cancel']" position="after">
49
46
            <button name="button_undo_payment" states="done" string="Undo Payment" type="object" groups="account.group_account_manager" icon="gtk-cancel"/>
50
47
          </xpath>