[IMP]: set journal item menu to open

bzr revid: han@tinyerp.com-20110802104045-2q2cqo3de0eyejtz
This commit is contained in:
Hardik Ansodariy (OpenERP) 2011-08-02 16:10:45 +05:30
parent f24b3536fb
commit 2fce965ddf
3 changed files with 3 additions and 3 deletions

View File

@ -1049,7 +1049,7 @@ class account_move_line(osv.osv):
result['arch'] = xml
result['fields'] = self.fields_get(cr, uid, flds, context)
return result
def _check_moves(self, cr, uid, context=None):
# use the first move ever created for this journal and period
if context is None:

View File

@ -78,7 +78,7 @@ class account_move_journal(osv.osv_memory):
@return: Returns a dict that contains definition for fields, views, and toolbars
"""
res = super(account_move_journal, self).fields_view_get(cr, uid, view_id, view_type, context, toolbar, submenu)
res = super(account_move_journal, self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar,submenu=False)
if not view_id:
return res

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Standard entries">
<field name="target_move"/>
</form>
</field>
</record>