Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-888895-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #888895 in OpenERP Addons: "account_invoice - strings must not be 
duplicates"
  https://bugs.launchpad.net/openobject-addons/+bug/888895

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-888895-mdi/+merge/82256

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/888895 
"account_invoice - strings must not be duplicates".

I changes the string of "check_total" field.

Thanks and Regards,

Divyesh Makwana(MDI)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-888895-mdi/+merge/82256
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-888895-mdi.
=== modified file 'account/account_invoice.py'
--- account/account_invoice.py	2011-11-14 21:33:19 +0000
+++ account/account_invoice.py	2011-11-15 09:04:25 +0000
@@ -251,7 +251,7 @@
         'currency_id': fields.many2one('res.currency', 'Currency', required=True, readonly=True, states={'draft':[('readonly',False)]}),
         'journal_id': fields.many2one('account.journal', 'Journal', required=True, readonly=True, states={'draft':[('readonly',False)]}),
         'company_id': fields.many2one('res.company', 'Company', required=True, change_default=True, readonly=True, states={'draft':[('readonly',False)]}),
-        'check_total': fields.float('Total', digits_compute=dp.get_precision('Account'), states={'open':[('readonly',True)],'close':[('readonly',True)]}),
+        'check_total': fields.float('Invoice Total', digits_compute=dp.get_precision('Account'), states={'open':[('readonly',True)],'close':[('readonly',True)]}),
         'reconciled': fields.function(_reconciled, string='Paid/Reconciled', type='boolean',
             store={
                 'account.invoice': (lambda self, cr, uid, ids, c={}: ids, None, 50), # Check if we can remove ?

_______________________________________________
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