Ashvin Rathod (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-828603-ara into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #828603 in OpenERP Addons: "account_sequence: View definition error for 
inherited view"
  https://bugs.launchpad.net/openobject-addons/+bug/828603

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-828603-ara/+merge/73224

Hello,

Fix: account_sequence: View definition error for inherited view

Thanks,
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-828603-ara/+merge/73224
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-828603-ara.
=== modified file 'account_sequence/account_sequence.xml'
--- account_sequence/account_sequence.xml	2011-01-14 00:11:01 +0000
+++ account_sequence/account_sequence.xml	2011-08-29 12:00:24 +0000
@@ -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>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to