odoo/addons/stock_landed_costs
Olivier Dony 15d00bd957 [FIX] stock_landed_cost: allow reversing valuation via negative quantity + safer cancel/unlink
- Support negative costs by creating reverse valuation move,
  and undoing the quant computation.
  This may or may not produce the exact reverse effect on
  the quant, as it depends on the rounding of the unit
  cost, which uses decimal precision 'Account'
- Hide 'compute' button when cost is not draft
- Forbid cancel of posted cost
- Forbid deletion of cost if not draft
2015-04-09 13:04:24 +02:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-02-18 11:51:07 +01:00
security [ADD] stock_landed_costs : Added the access rights. 2014-04-24 17:10:17 +05:30
test [FIX] stock_landed_costs: fixed several issues related to the computation and the accounting entries creation. Added a yaml test to cover the different split methods 2014-08-08 10:58:14 +02:00
__init__.py [ADD] stock_landed_costs : Added the stock_landed_costs module. 2014-04-08 17:09:35 +05:30
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
product.py [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
product_view.xml [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
stock_landed_costs.py [FIX] stock_landed_cost: allow reversing valuation via negative quantity + safer cancel/unlink 2015-04-09 13:04:24 +02:00
stock_landed_costs_data.xml [MERGE] stock_landed_costs: better usability 2014-04-25 14:46:34 +02:00
stock_landed_costs_sequence.xml [ADD] Added sequence on Stock Landed Cost and added Landed Cost type Configuration view and improved product view 2014-04-25 16:19:45 +05:30
stock_landed_costs_view.xml [FIX] stock_landed_cost: allow reversing valuation via negative quantity + safer cancel/unlink 2015-04-09 13:04:24 +02:00