lp bug: https://launchpad.net/bugs/828603 fixed

bzr revid: fp@tinyerp.com-20110925222242-9j04ly571rociz59
This commit is contained in:
Fabien Pinckaers 2011-09-26 00:22:42 +02:00
commit c0b3e81445
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<field name="inherit_id" ref="account.view_account_move_line_filter"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='ref']" position="after">
<xpath expr="//field[@name='move_id']" position="after">
<field name="internal_sequence_number"/>
</xpath>
</data>