Files
pms/pms_account/__manifest__.py
Maxime Chambreuil 91d9129c93 [ADD] pms_account
2022-01-26 12:42:25 -06:00

25 lines
796 B
Python

# Copyright 2019 Darío Lodeiros, Alexandre Díaz, Jose Luis Algara, Pablo Quesada
# Copyright (c) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Property Management System",
"summary": "Manage the accounting aspects of your properties",
"version": "14.0.1.0.0",
"development_status": "Alpha",
"category": "Generic Modules/Property Management System",
"website": "https://github.com/OCA/pms",
"author": "Commit [Sun], Open Source Integrators, Odoo Community Association (OCA)",
"maintainers": ["eantones"],
"license": "AGPL-3",
"depends": [
"account",
"analytic",
"pms_base",
],
"data": [
"views/account_move.xml",
"views/pms_property.xml",
],
}