openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #02342
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)
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/150980
Hello,
Fix Typo warehouse configuration.
Thanks,
Bhavesh.
--
https://code.launchpad.net/~openerp-community/openobject-addons/trunk-bug-1134812-bhavesh/+merge/150980
Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-addons/trunk-bug-1134812-bhavesh.
=== modified file 'stock/res_config.py'
--- stock/res_config.py 2013-02-20 08:27:07 +0000
+++ stock/res_config.py 2013-02-28 10:07:27 +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."""),
Follow ups