Commit Graph

24 Commits

Author SHA1 Message Date
qdp-odoo 077a168d4c [FIX] stock_account: counterpart account of a cost price adjustment is more likely the expense account instead of the stock input/output. Backport of commit 57d0903154c562 2015-12-02 16:20:32 +01:00
Josse Colpaert cf6d7479d5 [IMP] Stock valuation: Avoid consumables with real-time valuation
When the product is a consumable, avoid to use real-time valuation, by adapting
the onchange in the views and making the valuation field invisible when the
product is a consumable / service.
2015-05-12 09:53:20 +02:00
Martin Trigaux f22f98cf9e [FIX] stock_account: accept negative quantities on standard price
The qty_available available of a product can be negative (e.g. using the force availibility button on delivery order) and the generated account.move.line should be adapted (otherwise getting negative values in debit/credit entries).
Fixes #2475
2014-09-18 11:57:48 +02:00
Denis Ledoux 06e1476e3b [FIX]stock_account: missing default value for Inventory Valuation 2014-09-12 09:57:56 +02:00
Josse Colpaert 138011c69b [IMP] Changing the standard cost price should do the real-time valuation for all variants of the template 2014-09-03 19:19:18 +02:00
Josse Colpaert 4e3fa15df9 [IMP] cost_method and valuation should be copied when duplicating 2014-09-03 19:19:17 +02:00
Josse Colpaert 56c669b9b3 [FIX] Default valuation has to be on product template 2014-06-23 10:25:49 +02:00
Josse Colpaert c9f247daea [IMP] Check inventory valuation fields 2014-06-23 10:03:56 +02:00
Quentin (OpenERP) b96b904b2c [REF] stock_account: refactoring of do_change_standard_price() + removal of TODO statements
bzr revid: qdp-launchpad@openerp.com-20140425121810-tp2caagu1rnzpgcg
2014-04-25 14:18:10 +02:00
Quentin (OpenERP) f2ef7dc29b [REF] stock_account, product: moved the standard price historization in 'product' module, as it doesn't depend of stock (or account) at all and it was causing problems for products created before stock_account was installed, like all demo data products (no entry for them in prices_history table)
bzr revid: qdp-launchpad@openerp.com-20131206103150-2mnvsipy9uai3xlk
2013-12-06 11:31:50 +01:00
Quentin (OpenERP) f051ec20e2 [MERGE] merged the branch with standard price of product historization and stock valuation at date report
bzr revid: qdp-launchpad@openerp.com-20131205152958-kvo1v2seqe17z98c
2013-12-05 16:29:58 +01:00
Quentin (OpenERP) 6afb907103 [FIX] stock_account: fixed wrong implementation of default value for property fields
bzr revid: qdp-launchpad@openerp.com-20131205131117-kuaubvz9esd025l7
2013-12-05 14:11:17 +01:00
Quentin (OpenERP) cdf7f97389 [IMP] wizard to get the stock valuation for a past date
bzr revid: qdp-launchpad@openerp.com-20131204105920-565t0ijcyue6ydkx
2013-12-04 11:59:20 +01:00
Quentin (OpenERP) f89b39c799 [FIX] stock_account: return value in create() method
bzr revid: qdp-launchpad@openerp.com-20131029160643-xpr1ej51klvwy6xk
2013-10-29 17:06:43 +01:00
Quentin (OpenERP) 5d3ea94d6b [IMP] stock_account: standard price historization did it in my own way
bzr revid: qdp-launchpad@openerp.com-20131029150959-rbv9lyzhcx6pi4vc
2013-10-29 16:09:59 +01:00
Quentin (OpenERP) a0cf57e391 [MERGE] main feature branch
bzr revid: qdp-launchpad@openerp.com-20131015134553-ku2atql56l47uuw4
2013-10-15 15:45:53 +02:00
Quentin (OpenERP) e296dbaa2d [IMP] stock_account: usability
bzr revid: qdp-launchpad@openerp.com-20130903135711-0ci0cz7n5jld4tyg
2013-09-03 15:57:11 +02:00
Fabien Pinckaers c522a3d440 [IMP] Invoice on picking cleaned
bzr revid: fp@openerp.com-20130804115325-ejsbn2qoawnrgaic
2013-08-04 13:53:25 +02:00
Vo Minh Thu 22d5e6ec9b [IMP] stock_account: started _get_value(location, product, datetime).
This should be replaced by a SQL view.

bzr revid: vmt@openerp.com-20130801094553-1vuorucdyne38ln3
2013-08-01 11:45:53 +02:00
Vo Minh Thu 8da85e057d [ADD] stock_account: started code to record product.product prices changes.
bzr revid: vmt@openerp.com-20130730114039-09f8l896imgps8m9
2013-07-30 13:40:39 +02:00
Quentin (OpenERP) 6898ade414 [WIP] stock_account
bzr revid: qdp-launchpad@openerp.com-20130715112219-o1bh3hipzxpxrtw9
2013-07-15 13:22:19 +02:00
Josse Colpaert 421a349958 [WIP] Make sure stock_account and stock installs
bzr revid: jco@openerp.com-20130715081809-9wjk787xp3gcsi3e
2013-07-15 10:18:09 +02:00
Quentin (OpenERP) 63111b6510 [WIP] cost_method moved to stock_account + stock_account implementation of stock valuation
bzr revid: qdp-launchpad@openerp.com-20130712141407-amspq13axc7x58l1
2013-07-12 16:14:07 +02:00
Quentin (OpenERP) 038fd04ea5 [WIP] split stock module in stock and stock_account that installs itself only if account+stock are installed
bzr revid: qdp-launchpad@openerp.com-20130711130528-c9jjiduqriakj9iv
2013-07-11 15:05:28 +02:00