21 lines
556 B
Python
21 lines
556 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Copyright 2016 ACSONE SA/NV
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
{
|
||
|
'name': 'Account Asset Batch Compute',
|
||
|
'summary': """
|
||
|
Add the possibility to compute assets in batch""",
|
||
|
'version': '8.0.1.0.0',
|
||
|
'license': 'AGPL-3',
|
||
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
||
|
'website': 'www.acsone.eu',
|
||
|
'depends': [
|
||
|
'account_asset_management',
|
||
|
'connector',
|
||
|
],
|
||
|
'data': [
|
||
|
'wizards/asset_depreciation_confirmation_wizard.xml',
|
||
|
],
|
||
|
}
|