Hardik Ansodariya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-journal_items-han into 
lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-journal_items-han/+merge/70132
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-journal_items-han/+merge/70132
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py	2011-07-18 08:34:24 +0000
+++ account/account_move_line.py	2011-08-02 10:43:33 +0000
@@ -1049,7 +1049,7 @@
         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:

=== modified file 'account/wizard/account_move_journal.py'
--- account/wizard/account_move_journal.py	2011-03-14 10:27:42 +0000
+++ account/wizard/account_move_journal.py	2011-08-02 10:43:33 +0000
@@ -78,7 +78,7 @@
         @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

=== modified file 'account/wizard/account_move_journal_view.xml'
--- account/wizard/account_move_journal_view.xml	2011-01-14 00:11:01 +0000
+++ account/wizard/account_move_journal_view.xml	2011-08-02 10:43:33 +0000
@@ -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>

_______________________________________________
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