~therp-nl/banking-addons/6.1-dev-fixes_from_testing_iteration_1

« back to all changes in this revision

Viewing changes to account_banking/account_banking_view.xml

  • Committer: Tarmac
  • Author(s): Stefan Rijnhart
  • Date: 2012-03-09 15:16:02 UTC
  • mfrom: (119.1.1 6.1-dev)
  • Revision ID: tarmac-20120309151602-d70wcreqq3iny1as
[FIX] Adapt to field 'code' no longer present on res.bank in 6.1
[FIX] Do not automatically create res.bank from online lookups when no BIC,
      as res.bank is not required on res.partner.bank anymore in 6.1.
[FIX] Add field 'state' to statement line form as used by webclient to
      determine readonly property of some other fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
                        <field name="reconcile_id"/>
298
298
                    </xpath>
299
299
                    <xpath expr="/form/notebook/page/field[@name='line_ids']/form/field[@name='amount']" position="after">
 
300
                        <field name="state"/>
300
301
                        <field name="invoice_id"/>
301
302
                        <field name="reconcile_id"/>
302
303
                    </xpath>