mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
migrate account_asset_batch_compute
This commit is contained in:
committed by
Javier Iniesta
parent
2db6a14053
commit
d94fdeff34
@@ -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',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user