openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #02347
lp:~openerp-community/openobject-addons/trunk-bug-1134812-bhavesh into lp:openobject-addons
Bhavesh Tilvani has proposed merging lp:~openerp-community/openobject-addons/trunk-bug-1134812-bhavesh into lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Yannick Vaucher @ Camptocamp (yvaucher-c2c)
Numérigraphe (numerigraphe)
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-community/openobject-addons/trunk-bug-1134812-bhavesh/+merge/151011
Hello,
Fix Typo warehouse configuration.
Thanks,
Bhavesh.
--
https://code.launchpad.net/~openerp-community/openobject-addons/trunk-bug-1134812-bhavesh/+merge/151011
Your team OpenERP Community is subscribed to branch lp:~openerp-community/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-02-28 13:00:31 +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-02-28 13:00:31 +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."""),