mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
20 lines
615 B
Python
20 lines
615 B
Python
# Copyright 2022 Comunitea Servicios Tecnológicos S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Assets Management PMS",
|
|
"summary": "Add property in assets configuration",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Accounting & Finance",
|
|
"website": "https://github.com/OCA/pms",
|
|
"author": "Comunitea, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["account_asset_management", "pms"],
|
|
"data": [
|
|
"views/account_asset_view.xml",
|
|
],
|
|
"auto_install": True,
|
|
}
|