Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-854303-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #854303 in OpenERP Addons: "product sale description does not appear in 
invoices coming from pos"
  https://bugs.launchpad.net/openobject-addons/+bug/854303

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-854303-bde/+merge/76189

Hello Sir, 

I have fixed the issue, now in Invoice Report and notes in the Invoice contains 
the Sale Description. 

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-854303-bde/+merge/76189
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-854303-bde.
=== modified file 'account/invoice.py'
--- account/invoice.py	2011-09-18 13:41:16 +0000
+++ account/invoice.py	2011-09-20 11:00:35 +0000
@@ -1361,7 +1361,7 @@
 
         domain = {}
         result['uos_id'] = res.uom_id.id or uom or False
-        result['note'] = res.description
+        result['note'] = res.description_sale
         if result['uos_id']:
             res2 = res.uom_id.category_id.id
             if res2:

_______________________________________________
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