Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-907290-mma into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #907290 in OpenERP Addons: "wrong spelled tool-tip "
https://bugs.launchpad.net/openobject-addons/+bug/907290
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-907290-mma/+merge/86550
hello,
purchase : I Have a replace a frow by from in tool-tip
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-907290-mma/+merge/86550
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-907290-mma.
=== modified file 'purchase/purchase.py'
--- purchase/purchase.py 2011-12-20 15:09:30 +0000
+++ purchase/purchase.py 2011-12-21 12:08:27 +0000
@@ -181,7 +181,7 @@
'invoiced': fields.function(_invoiced, string='Invoiced & Paid', type='boolean', help="It indicates that an invoice has been paid"),
'invoiced_rate': fields.function(_invoiced_rate, string='Invoiced', type='float'),
'invoice_method': fields.selection([('manual','Based on Purchase Order lines'),('order','Based on generated draft invoice'),('picking','Based on receptions')], 'Invoicing Control', required=True,
- help="Based on Purchase Order lines: place individual lines in 'Invoice Control > Based on P.O. lines' frow where you can selectively create an invoice.\n" \
+ help="Based on Purchase Order lines: place individual lines in 'Invoice Control > Based on P.O. lines' from where you can selectively create an invoice.\n" \
"Based on generated invoice: create a draft invoice you can validate later.\n" \
"Based on receptions: let you create an invoice when receptions are validated."
),
_______________________________________________
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