odoo/addons/stock_account/wizard
Lionel Sausin 4be4678d8b [FIX] stock_account: use all inbound/outbound moves when valuating
The valuation wizard is based on stock moves and currently only takes into
account the moves which have different companies in source vs destination
locations.
This is a problem because all user-created locations have a default company set
to the user's company, even the "virtual" ones. For example in the demo dataset
visible on runbot, some supplier locations have a company set and some don't.
So we have to make sure to include every move coming from/going to
outside locations based on the locations's type too.

Closes #7530
2015-07-09 11:39:14 +02:00
..
__init__.py [IMP] Invoice_state based on delivery wizard recheck + returns and invoice_state 2014-06-13 17:44:03 +02:00
stock_change_standard_price.py [IMP] Pass product template to template method 2014-09-03 19:19:18 +02:00
stock_change_standard_price_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock_invoice_onshipping.py [FIX] stock_account: purchase and sale_refund are two different journal type 2015-05-28 11:05:43 +02:00
stock_invoice_onshipping_view.xml [FIX] stock_account: Create invoice journal type for transit. 2015-05-27 13:55:43 +02:00
stock_return_picking.py [IMP] Invoice_state based on delivery wizard recheck + returns and invoice_state 2014-06-13 17:44:03 +02:00
stock_return_picking_view.xml [IMP] Invoice_state based on delivery wizard recheck + returns and invoice_state 2014-06-13 17:44:03 +02:00
stock_valuation_history.py [FIX] stock_account: use all inbound/outbound moves when valuating 2015-07-09 11:39:14 +02:00
stock_valuation_history_view.xml [FIX] stock_account: missing default filter for valuation menu 2015-07-09 09:29:18 +02:00