# Copyright 2023 Jacques-Etienne Baudoux (BCIM) # Copyright 2023 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Base WAMAS UBL", "summary": """Base module to aggregate WAMAS - UBL features.""", "version": "16.0.1.17.1", "development_status": "Alpha", "category": "Hidden", "website": "https://github.com/OCA/edi", "license": "AGPL-3", "author": "Camptocamp,BCIM,Odoo Community Association (OCA)", "depends": ["base_edi", "base_ubl"], "external_dependencies": { "python": ["xmltodict", "dotty-dict", "pytz"], }, "data": [ "security/ir.model.access.csv", "wizards/wamas_ubl_wiz_check.xml", "wizards/wamas_ubl_wiz_simulate.xml", "views/wamas_menu.xml", ], }