← Back to team overview

openerp-community team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-1134812-bhavesh into lp:openobject-addons

 

Bhavesh Tilvani(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1134812-bhavesh into lp:openobject-addons.

Requested reviews:
  Numérigraphe (numerigraphe)
  Yannick Vaucher @ Camptocamp (yvaucher-c2c)
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1134812 in OpenERP Addons: "Typo warehouse configuration english"
  https://bugs.launchpad.net/openobject-addons/+bug/1134812

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1134812-bhavesh/+merge/151190

Hello,

 Fix Typo warehouse configuration.

Thanks,
Bhavesh.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1134812-bhavesh/+merge/151190
Your team OpenERP Community is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1134812-bhavesh.
=== modified file 'stock/i18n/stock.pot'
--- stock/i18n/stock.pot	2012-12-21 17:20:05 +0000
+++ stock/i18n/stock.pot	2013-03-01 10:52:35 +0000
@@ -2038,7 +2038,7 @@
 
 #. module: stock
 #: field:stock.config.settings,module_stock_invoice_directly:0
-msgid "Create and open the invoice when the user finish a delivery order"
+msgid "Create and open the invoice when the user finishes a delivery order"
 msgstr ""
 
 #. module: stock

=== modified file 'stock/res_config.py'
--- stock/res_config.py	2013-02-20 08:27:07 +0000
+++ stock/res_config.py	2013-03-01 10:52:35 +0000
@@ -29,7 +29,7 @@
         'module_claim_from_delivery': fields.boolean("Allow claim on deliveries",
             help="""Adds a Claim link to the delivery order.
                 This installs the module claim_from_delivery."""),
-        'module_stock_invoice_directly': fields.boolean("Create and open the invoice when the user finish a delivery order",
+        'module_stock_invoice_directly': fields.boolean("Create and open the invoice when the user finishes a delivery order",
             help="""This allows to automatically launch the invoicing wizard if the delivery is
                 to be invoiced when you send or deliver goods.
                 This installs the module stock_invoice_directly."""),