2017-03-23 07:52:07 +01:00
|
|
|
# Copyright 2016-2017 ACSONE SA/NV
|
2016-08-25 15:26:49 +02:00
|
|
|
# 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""",
|
2019-10-31 07:20:20 +01:00
|
|
|
'version': '11.0.1.0.0',
|
2016-08-25 15:26:49 +02:00
|
|
|
'license': 'AGPL-3',
|
2019-10-31 07:20:20 +01:00
|
|
|
'author': 'ACSONE SA/NV,'
|
|
|
|
'Eficent,'
|
|
|
|
'Odoo Community Association (OCA)',
|
2016-08-25 15:26:49 +02:00
|
|
|
'website': 'www.acsone.eu',
|
|
|
|
'depends': [
|
|
|
|
'account_asset_management',
|
2017-03-23 07:52:07 +01:00
|
|
|
'queue_job',
|
2016-08-25 15:26:49 +02:00
|
|
|
],
|
|
|
|
'data': [
|
2019-10-31 07:20:20 +01:00
|
|
|
'wizards/account_asset_compute_views.xml',
|
2016-08-25 15:26:49 +02:00
|
|
|
],
|
|
|
|
}
|