odoo/addons/stock_account/wizard
Nicolas Seinlet 5c9897a83f [IMP] stock_account: rework on stock_history view joins
- Replace `LEFT JOIN` by simple `JOIN` for required fields
 - Use `JOIN ... ON (...)` syntax instead of implicit join `A.X = B.Y`
 - Remove of unused column quant_id

Closes #9197
opw-650598
2015-10-22 15:59:54 +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 [IMP] stock_account: rework on stock_history view joins 2015-10-22 15:59:54 +02:00
stock_valuation_history_view.xml [FIX] stock_account: missing default filter for valuation menu 2015-07-09 09:29:18 +02:00