odoo/addons/sale_stock
Olivier Dony a1d79115e5 [MERGE] Fix sale.order.line's `invoiced` flag, as part of forward-port of 6.1 server bugfixes
After forward-porting the 6.1 server bugfixes to trunk, a hidden bug
was revealed in the way sale.order.line's `invoiced` field
is updated. It makes the sale/test/cancel_order.yml test fail,
because the "recreate invoice" action does not work properly
if there are multiple cancelled invoices, due to incorrect
and outdated `invoiced` values on sale.order.lines.

By replacing the invoiced field with a stored fields.function
we simplify the code and fix this incorrect behavior at the
same time.

bzr revid: odo@openerp.com-20121130161809-0sf3z8k2530ze2zl
2012-11-30 17:18:09 +01:00
..
i18n Launchpad automatic translations update. 2012-11-30 05:18:20 +00:00
process [IMP]: Remove default order policy group and shift it to sale_stock. 2012-09-19 17:10:33 +05:30
report [MERGE] removed a few warnings. 2012-11-06 16:04:31 +01:00
security [REF] sale_stock, sale: reorganized ir.model.access.csv files 2012-09-19 11:00:41 +02:00
test [FIX] sale_stock: fixed yalm test 2012-10-01 18:19:54 +02:00
__init__.py
__openerp__.py [IMP]sale_stock:make visible menu Deliveries to Invoice while group_invoice_deli_orders field is true 2012-11-22 14:52:14 +05:30
company.py
company_view.xml
res_config.py [IMP] Sale : Moved field group_sale_delivery_address in sale_stock configuration 2012-09-28 15:07:59 +05:30
res_config_view.xml [MRG] merge with lp:openobject-addons 2012-10-12 11:21:52 +05:30
sale_stock.py [MERGE] English typos 2012-11-02 18:42:00 +01:00
sale_stock_data.xml [FIX] sale: put back the button 'View Invoice' on sale orders (removed for no reason) + reorganized files to reduce the diff with trunk 2012-09-20 15:17:11 +02:00
sale_stock_demo.xml
sale_stock_view.xml [MERGE] removed a few warnings. 2012-11-06 16:04:31 +01:00
sale_stock_workflow.xml [MERGE]: Merged with lp:openobject-addons 2012-09-17 10:37:38 +05:30
stock.py [FIX] sale: the `invoiced` field on sale.order.line should be a function field 2012-11-29 17:26:29 +01:00
stock_view.xml [MERGE]: Merged with lp:openobject-addons 2012-09-19 15:08:42 +05:30