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).
|
|
|
|
|
|
|
|
{
|
2021-02-22 17:48:48 +01:00
|
|
|
"name": "Account Asset Batch Compute",
|
|
|
|
"summary": """
|
2016-08-25 15:26:49 +02:00
|
|
|
Add the possibility to compute assets in batch""",
|
2022-01-12 10:05:38 +01:00
|
|
|
"version": "14.0.1.0.0",
|
2021-02-22 17:48:48 +01:00
|
|
|
"license": "AGPL-3",
|
2021-02-22 18:39:52 +01:00
|
|
|
"author": "ACSONE SA/NV,ForgeFlow,Odoo Community Association (OCA)",
|
2021-02-22 17:48:48 +01:00
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
2021-02-22 18:39:52 +01:00
|
|
|
"depends": ["account_asset_management", "queue_job"],
|
|
|
|
"data": ["wizards/account_asset_compute_views.xml", "data/queue_data.xml"],
|
2016-08-25 15:26:49 +02:00
|
|
|
}
|