Rifakat (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-574735-rha into
lp:openobject-addons/6.0.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
Related bugs:
Bug #997160 in OpenERP Addons: "can't post journal entries after execution of
the "return picking" wizard"
https://bugs.launchpad.net/openobject-addons/+bug/997160
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-574735-rha/+merge/105465
Hello,
I have added _columns={} for osv_memory object 'validate.account.move.lines',
because
it caused problem when any osv_memory wizard doesn't have columns, sometimes it
uses
previously opened wizard's columns and creates problem.
I faced 'Invalid form, correct red fields !' problem for 'Post Journal Entries'
wizard,
its on Journal Items' list view. You may find more detail on lp:997160
Please review it.
Regards,
Rifakat
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-574735-rha/+merge/105465
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-574735-rha.
=== modified file 'account/wizard/account_validate_account_move.py'
--- account/wizard/account_validate_account_move.py 2011-01-14 00:11:01 +0000
+++ account/wizard/account_validate_account_move.py 2012-05-11 11:27:21 +0000
@@ -45,7 +45,8 @@
class validate_account_move_lines(osv.osv_memory):
_name = "validate.account.move.lines"
_description = "Validate Account Move Lines"
-
+ _columns = {}
+
def validate_move_lines(self, cr, uid, ids, context=None):
obj_move_line = self.pool.get('account.move.line')
obj_move = self.pool.get('account.move')
_______________________________________________
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