2
0
account-financial-tools/account_asset_batch_compute/__openerp__.py
2023-05-29 08:23:29 +02:00

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',
],
}