mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
15 lines
504 B
Python
15 lines
504 B
Python
# Copyright (c) 2022 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "PMS - Stock",
|
|
"summary": "Manage the content of a property.",
|
|
"version": "14.0.1.0.0",
|
|
"category": "stock",
|
|
"website": "https://github.com/OCA/pms",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"maintainers": ["Hardik-OSI"],
|
|
"license": "AGPL-3",
|
|
"depends": ["pms_base", "stock"],
|
|
"data": ["views/pms_property.xml"],
|
|
}
|