mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
21 lines
614 B
Python
21 lines
614 B
Python
# Copyright 2020-21 Jose Luis Algara (Alda Hotels <https://www.aldahotels.es>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "OCR Klippa",
|
|
"version": "14.0.1.0.1",
|
|
"author": "Commit [Sun], Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": True,
|
|
"category": "Generic Modules/Property Management System",
|
|
"website": "https://github.com/OCA/pms",
|
|
"depends": [
|
|
"pms_api_rest",
|
|
],
|
|
"data": [
|
|
"data/pms_ocr_klippa_data.xml",
|
|
"views/res_partner_id_category_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|