mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [WIP] Folio Checkins * [WIP] Process Partner checkin Import * [WIP] Process Partner checkin Import * [IMP] key fields to partner creation * [IMP] Views * [IMP] Folio Views
23 lines
639 B
Python
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,
|
|
}
|