Files
pms/pms_l10n_es_sii/__manifest__.py
2023-10-05 18:12:05 +02:00

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,
}