# Part of Odoo. See LICENSE file for full copyright and licensing details. { "name": "Malaysia - E-invoicing (POS)", "countries": ["my"], "version": "1.0", "category": "Accounting/Localizations/EDI", "icon": "/account/static/description/l10n.png", "summary": "Consolidated E-invoicing using MyInvois", "description": """ This modules allows the user to send consolidated invoices to the MyInvois system when using the POS app. """, "depends": ["l10n_my_edi_extended", "point_of_sale"], "data": [ "data/ir_cron.xml", "data/res_partner.xml", "security/myinvois_security.xml", "security/ir.model.access.csv", "views/account_tax_view.xml", "views/myinvois_document_views.xml", "views/myinvois_document_pos_views.xml", "views/pos_order_views.xml", "views/product_view.xml", "wizard/myinvois_consolidate_invoice_wizard.xml", "wizard/myinvois_status_update_wizard.xml", ], "installable": True, 'auto_install': True, "license": "LGPL-3", }