Files
pms/pms_rooming_xls/__manifest__.py
Darío Lodeiros 080f1ab6f0 [WIP] Folio Group Management (#31)
* [WIP] Folio Checkins

* [WIP] Process Partner checkin Import

* [WIP] Process Partner checkin Import

* [IMP] key fields to partner creation

* [IMP] Views

* [IMP] Folio Views
2021-01-04 15:19:39 +01:00

23 lines
639 B
Python

# Copyright 2009-2020 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Rooming xlsx Management",
"author": "Commitsun, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pms",
"category": "Generic Modules/Property Management System",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"depends": [
"report_xlsx_helper",
"pms",
],
"data": [
"security/ir.model.access.csv",
"views/pms_folio.xml",
"wizard/import_rooming_xlsx.xml",
],
"external_dependencies": {"python": ["xlrd"]},
"installable": True,
}