odoo/addons/stock_account
Martin Trigaux c3de121988 [FIX] stock_account: avoid getting 'stock.picking()' as reference
In the new api an empty recordset converted to string is the name its class
while previously it was converted to an empty string.

The valid v7 condition sould have probably been
    move.picking_id and move.picking_id.name or False
but in v8, simply move.picking_id.name is enough and avoids getting these
accounting entries strangly named when there is no picking.
2014-12-11 17:01:05 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
security [IMP] Add security rules from bzr branch 2014-05-21 17:34:19 +02:00
wizard [IMP] Pass product template to template method 2014-09-03 19:19:18 +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 [FIX] improving manifests 2014-08-30 13:18:33 +02:00
product.py [FIX] stock_account: accept negative quantities on standard price 2014-09-18 11:57:48 +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 [WIP] Create procurement when Phantom 2014-09-03 19:18:16 +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 Fixes #3851 Create invoice from picking copies some parameters from the order to the invoice 2014-12-03 17:53:25 +01:00
stock_account.py [FIX] stock_account: avoid getting 'stock.picking()' as reference 2014-12-11 17:01:05 +01: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 [WIP] split stock module in stock and stock_account that installs itself only if account+stock are installed 2013-07-11 15:05:28 +02:00
stock_account_view.xml [IMP] Invoice_state on move and search custom picking type 2014-09-12 13:49:42 +02:00