odoo/addons/stock_account
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
..
i18n [I18N] Update translation terms from Transifex 2015-07-05 01:52:32 +02:00
security [IMP] Add security rules from bzr branch 2014-05-21 17:34:19 +02:00
wizard [FIX] stock_account: use all inbound/outbound moves when valuating 2015-07-09 11:39:14 +02:00
__init__.py [IMP] Change Generating Accounting Entries to something in stock_account which has a group as before, also stock_invoice_directly goes with it 2014-04-10 13:25:36 +02:00
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
product.py [IMP] Stock valuation: Avoid consumables with real-time valuation 2015-05-12 09:53:20 +02:00
product_data.xml [WIP] Add YML files and check stock/shipment.yml, make sure stock_account takes all the files(__openerp__.py) and that way start handling problems purchase fifo lifo tests 2013-07-18 18:47:15 +02:00
product_view.xml [IMP] Stock valuation: Avoid consumables with real-time valuation 2015-05-12 09:53:20 +02:00
res_config.py [IMP] When landed costs are installed, it should automatically generate accounting entries 2014-09-03 19:18:17 +02:00
res_config_view.xml [IMP] When landed costs are installed, it should automatically generate accounting entries 2014-09-03 19:18:17 +02:00
stock.py [IMP] mrp, stock, stock_account: compute stored fields trigger 2015-06-30 13:12:37 +02:00
stock_account.py [FIX] stock_account: average cost in multi-company environment 2015-05-18 11:49:55 +02:00
stock_account_data.xml [FIX] Default valuation has to be on product template 2014-06-23 10:25:49 +02:00
stock_account_demo.xml
stock_account_view.xml [IMP] Put default_invoice_state in context of move_lines of picking. 2014-12-18 10:13:37 +01:00