Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-916563-mdi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #916563 in OpenERP Addons: "[Trunk] Can't edit Journal entries"
https://bugs.launchpad.net/openobject-addons/+bug/916563
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-916563-mdi/+merge/88650
Hello Sir,
I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/916563
"Can't edit Journal entries".
I remove one2many field from context.
Thanks and Regards,
Divyesh Makwana(MDI)
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-916563-mdi/+merge/88650
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-916563-mdi.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2012-01-06 11:09:14 +0000
+++ account/account_view.xml 2012-01-16 09:41:31 +0000
@@ -1363,7 +1363,7 @@
</group>
<notebook colspan="4">
<page string="Journal Items">
- <field colspan="4" name="line_id" nolabel="1" height="250" widget="one2many_list" context="{'lines':line_id ,'journal':journal_id }">
+ <field colspan="4" name="line_id" nolabel="1" height="250" widget="one2many_list" context="{'journal':journal_id }">
<form string="Journal Item">
<group col="6" colspan="4">
<field name="name"/>
_______________________________________________
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