Leonardo Pistone - Agile BG - Domsense has proposed merging 
lp:~lpistone/openobject-italia/7.0-fix-account_invoice_entry_date_signature 
into lp:openobject-italia/7.0.

Requested reviews:
  OpenERP Italia core devs (openobject-italia-core-devs)
Related bugs:
  Bug #1202117 in OpenERP Italia: "account_invoice_entry_date: method 
action_move_create: incorrect signature"
  https://bugs.launchpad.net/openobject-italia/+bug/1202117

For more details, see:
https://code.launchpad.net/~lpistone/openobject-italia/7.0-fix-account_invoice_entry_date_signature/+merge/175220
-- 
https://code.launchpad.net/~lpistone/openobject-italia/7.0-fix-account_invoice_entry_date_signature/+merge/175220
Your team OpenERP Italia core devs is requested to review the proposed merge of 
lp:~lpistone/openobject-italia/7.0-fix-account_invoice_entry_date_signature 
into lp:openobject-italia/7.0.
=== modified file 'account_invoice_entry_date/invoice.py'
--- account_invoice_entry_date/invoice.py	2013-04-20 22:56:55 +0000
+++ account_invoice_entry_date/invoice.py	2013-07-17 08:34:34 +0000
@@ -32,10 +32,10 @@
     _columns = {
         'registration_date':fields.date('Registration Date', states={'paid':[('readonly',True)], 'open':[('readonly',True)], 'close':[('readonly',True)]}, select=True, help="Keep empty to use the current date"),
     }
-        
-    def action_move_create(self, cr, uid, ids, *args):
-        
-        super(account_invoice,self).action_move_create(cr, uid, ids,*args)
+
+    def action_move_create(self, cr, uid, ids, context=None):
+        
+        super(account_invoice,self).action_move_create(cr, uid, ids, context=context)
         
         for inv in self.browse(cr, uid, ids):
             

_______________________________________________
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp

Rispondere a