Ravi Gohil (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-573452-rgo into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
Related bugs:
  Bug #944341 in OpenERP Addons: "Imporvement on tooltip"
  https://bugs.launchpad.net/openobject-addons/+bug/944341

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573452-rgo/+merge/100909

Hello,

Improved the help tool-tip.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573452-rgo/+merge/100909
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-573452-rgo.
=== modified file 'stock/i18n/stock.pot'
--- stock/i18n/stock.pot	2012-02-08 01:08:30 +0000
+++ stock/i18n/stock.pot	2012-04-05 05:46:19 +0000
@@ -1162,8 +1162,8 @@
 #. module: stock
 #: help:stock.location,chained_company_id:0
 msgid ""
-"The company the Picking List containing the chained move will belong to "
-"(leave empty to use the default company determination rules"
+"Picking List containing the chained move will belong to this company "
+"( leave empty to use the default company determination rules )."
 msgstr ""
 
 #. module: stock

=== modified file 'stock/stock.py'
--- stock/stock.py	2012-03-29 15:29:29 +0000
+++ stock/stock.py	2012-04-05 05:46:19 +0000
@@ -188,7 +188,7 @@
                 "by a worker. With 'Automatic No Step Added', the location is replaced in the original move."
             ),
         'chained_picking_type': fields.selection([('out', 'Sending Goods'), ('in', 'Getting Goods'), ('internal', 'Internal')], 'Shipping Type', help="Shipping Type of the Picking List that will contain the chained move (leave empty to automatically detect the type based on the source and destination locations)."),
-        'chained_company_id': fields.many2one('res.company', 'Chained Company', help='The company the Picking List containing the chained move will belong to (leave empty to use the default company determination rules'),
+        'chained_company_id': fields.many2one('res.company', 'Chained Company', help="Picking List containing the chained move will belong to this company ( leave empty to use the default company determination rules )."),
         'chained_delay': fields.integer('Chaining Lead Time',help="Delay between original move and chained move in days"),
         'address_id': fields.many2one('res.partner.address', 'Location Address',help="Address of  customer or supplier."),
         'icon': fields.selection(tools.icons, 'Icon', size=64,help="Icon show in  hierarchical tree view"),

_______________________________________________
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