odoo/addons/account_asset
Goffin Simon d812175390 [FIX] account_asset: asset_create
When creating assets from invoice lines, the system must check
that assets have not already been created for the related invoice.
If assets already exist then these assets have to be removed.

Used case:

- In the purchase journal, tick "allow canceling entries"
- On a supplier invoice line, set an asset category
- validate the invoice
- cancel the invoice
- set to draft
- validate the invoice

Before the fix: the asset is created twice.
After the fix: the asset is created once.

opw:674674
2016-04-26 10:39:27 +02:00
..
i18n [I18N] Update translation terms from Transifex 2016-04-24 02:59:16 +02:00
report [FIX] account_asset: Assets Analysis performance 2015-10-22 16:04:19 +02:00
security kill the executable bit on things that are clearly not executables or scripts 2013-01-03 18:10:05 -05:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [FIX] account_asset: moves should use the depreciation line date 2014-11-06 14:06:55 +01:00
wizard [MERGE] forward port of branch saas-3 up to dd72d15 2015-01-20 13:25:53 +01:00
__init__.py [FIX] account_asset: remove 'x' flag on .xml and .py files 2011-09-22 11:44:06 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
account_asset.py [MERGE] forward port of branch saas-3 up to 55d6c19 2015-05-28 14:45:30 +02:00
account_asset_demo.xml [FIX] account_asset: moves should use the depreciation line date 2014-11-06 14:06:55 +01:00
account_asset_invoice.py [FIX] account_asset: asset_create 2016-04-26 10:39:27 +02:00
account_asset_invoice_view.xml [FIX] Adding asset category in supplier invoice form 2013-05-08 14:51:01 +05:30
account_asset_view.xml [FIX] account_asset: compute depreciation board 2016-04-21 16:12:32 +02:00