migrate account_asset_batch_compute

This commit is contained in:
Jordi Ballester Alomar
2019-10-31 07:20:20 +01:00
committed by Javier Iniesta
parent 2db6a14053
commit d94fdeff34
10 changed files with 116 additions and 133 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016-2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@@ -6,15 +5,17 @@
'name': 'Account Asset Batch Compute',
'summary': """
Add the possibility to compute assets in batch""",
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
'author': 'ACSONE SA/NV,'
'Eficent,'
'Odoo Community Association (OCA)',
'website': 'www.acsone.eu',
'depends': [
'account_asset_management',
'queue_job',
],
'data': [
'wizards/asset_depreciation_confirmation_wizard.xml',
'wizards/account_asset_compute_views.xml',
],
}