Merge lp:~openerp-dev/openobject-addons/trunk-bug-944341-mma into lp:openobject-addons

Proposed by Mayur Maheshwari(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-944341-mma
Merge into: lp:openobject-addons
Diff against target: 27 lines (+3/-3)
2 files modified
stock/i18n/stock.pot (+2/-2)
stock/stock.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-944341-mma
Reviewer Review Type Date Requested Status
Purnendu Singh (OpenERP) (community) Approve
Mayur Maheshwari(OpenERP) (community) Needs Resubmitting
Review via email: mp+96971@code.launchpad.net

Description of the change

Hello,

        stock: I Have improved help tool-tip

Thanks.
mma

To post a comment you must log in.
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

update the pot also as it is done for 6.1. Also update it with latest trunk

Thanks,
Purnendu Singh

review: Needs Fixing
Revision history for this message
Mayur Maheshwari(OpenERP) (mma-openerp) wrote :

Hello

     I Have improved pot file as well update branch with latest trunk

Thanks
Mayur

review: Needs Resubmitting
Revision history for this message
Purnendu Singh (OpenERP) (purnendu-singh) wrote :

seems good now

Thanks,
Purnendu Singh

review: Approve

Unmerged revisions

6670. By Mayur Maheshwari(OpenERP)

[MERGE]: Merge with lp:openobject-addons

6669. By Mayur Maheshwari(OpenERP)

[IMP]stock : improved tooltip in pot file

6668. By Mayur Maheshwari(OpenERP)

[FIX]stock: Improved help tool-tip

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'stock/i18n/stock.pot'
--- stock/i18n/stock.pot 2012-08-08 14:46:13 +0000
+++ stock/i18n/stock.pot 2012-09-07 09:33:22 +0000
@@ -1162,8 +1162,8 @@
1162#. module: stock1162#. module: stock
1163#: help:stock.location,chained_company_id:01163#: help:stock.location,chained_company_id:0
1164msgid ""1164msgid ""
1165"The company the Picking List containing the chained move will belong to "1165"Picking List containing the chained move will belong to this company "
1166"(leave empty to use the default company determination rules"1166"( leave empty to use the default company determination rules )"
1167msgstr ""1167msgstr ""
11681168
1169#. module: stock1169#. module: stock
11701170
=== modified file 'stock/stock.py'
--- stock/stock.py 2012-08-31 07:40:32 +0000
+++ stock/stock.py 2012-09-07 09:33:22 +0000
@@ -189,7 +189,7 @@
189 "by a worker. With 'Automatic No Step Added', the location is replaced in the original move."189 "by a worker. With 'Automatic No Step Added', the location is replaced in the original move."
190 ),190 ),
191 '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)."),191 '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)."),
192 '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'),192 '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 )."),
193 'chained_delay': fields.integer('Chaining Lead Time',help="Delay between original move and chained move in days"),193 'chained_delay': fields.integer('Chaining Lead Time',help="Delay between original move and chained move in days"),
194 'partner_id': fields.many2one('res.partner', 'Location Address',help="Address of customer or supplier."),194 'partner_id': fields.many2one('res.partner', 'Location Address',help="Address of customer or supplier."),
195 'icon': fields.selection(tools.icons, 'Icon', size=64,help="Icon show in hierarchical tree view"),195 'icon': fields.selection(tools.icons, 'Icon', size=64,help="Icon show in hierarchical tree view"),

Subscribers

People subscribed via source and target branches

to all changes: