2019-10-06 23:24:00 +02:00
|
|
|
# Copyright 2009-2019 Noviat
|
2019-08-12 11:42:21 +02:00
|
|
|
# Copyright 2019 Tecnativa - Pedro M. Baeza
|
2021-01-14 08:53:25 +01:00
|
|
|
# Copyright 2021 Tecnativa - João Marques
|
2018-08-05 20:33:56 +02:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
2020-01-29 18:34:31 +01:00
|
|
|
"name": "Assets Management",
|
2024-02-16 09:44:28 +01:00
|
|
|
"version": "16.0.1.2.0",
|
2020-01-29 18:34:31 +01:00
|
|
|
"license": "AGPL-3",
|
2019-10-06 23:24:00 +02:00
|
|
|
"depends": ["account", "report_xlsx_helper"],
|
2020-01-29 18:34:31 +01:00
|
|
|
"excludes": ["account_asset"],
|
2022-01-06 20:55:34 +01:00
|
|
|
"development_status": "Mature",
|
2020-01-29 18:37:08 +01:00
|
|
|
"external_dependencies": {"python": ["python-dateutil"]},
|
|
|
|
"author": "Noviat, Odoo Community Association (OCA)",
|
2020-01-29 18:34:31 +01:00
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
|
|
"category": "Accounting & Finance",
|
|
|
|
"data": [
|
|
|
|
"security/account_asset_security.xml",
|
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"wizard/account_asset_compute.xml",
|
|
|
|
"wizard/account_asset_remove.xml",
|
|
|
|
"views/account_account.xml",
|
|
|
|
"views/account_asset.xml",
|
|
|
|
"views/account_asset_group.xml",
|
|
|
|
"views/account_asset_profile.xml",
|
|
|
|
"views/account_move.xml",
|
|
|
|
"views/account_move_line.xml",
|
|
|
|
"views/menuitem.xml",
|
2020-07-03 15:01:24 +02:00
|
|
|
"data/cron.xml",
|
2019-10-06 23:24:00 +02:00
|
|
|
"wizard/wiz_account_asset_report.xml",
|
2021-07-06 17:34:48 +02:00
|
|
|
"wizard/wiz_asset_move_reverse.xml",
|
2018-08-05 20:33:56 +02:00
|
|
|
],
|
|
|
|
}
|