Extend the function action_invoice_create() so that the dict of the invoice is genera...
authorAlexis de Lattre <alexis@via.ecp.fr>
Thu, 5 Jan 2012 16:06:35 +0000 (17:06 +0100)
committerAlexis de Lattre <alexis@via.ecp.fr>
Thu, 5 Jan 2012 16:06:35 +0000 (17:06 +0100)
commit8394afcf8a8b87cd450e259753a117416a56c3d8
tree12c3e2a2cb91f0b9c47332da6d988ed8228bf49e
parent15ef6f9a061b797772526e7af91ca48be5a1cbff
Extend the function action_invoice_create() so that the dict of the invoice is generated inside a dedicated function. We can now inherit this function in custom modules to add/modify values easily.

bzr revid: alexis@via.ecp.fr-20120105160635-ac6drtj2ei363r8l
addons/stock/stock.py