mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
19 lines
542 B
Python
19 lines
542 B
Python
# Copyright 2009-2020 Noviat.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "PMS AEAT SII Integration",
|
|
"author": "Commit [Sun], Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pms",
|
|
"category": "Generic Modules/Property Management System",
|
|
"version": "14.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"l10n_es_aeat_sii_oca",
|
|
"l10n_es_aeat_partner_identification",
|
|
"pms",
|
|
],
|
|
"data": ["data/pms_data.xml"],
|
|
"installable": True,
|
|
}
|