{ 'name': 'POS Export BC Format', 'version': '1.0', 'category': 'Point of Sale', 'summary': 'Export POS orders to BC Excel format', 'author': 'Aziz', 'description': """ This module adds a wizard in the POS backend to export POS Orders into a specific BC Excel format ("MIE MAPAN INVOICES"). """, 'depends': ['point_of_sale'], 'data': [ 'security/ir.model.access.csv', 'wizard/pos_export_bc_wizard_views.xml', ], 'installable': True, 'application': False, 'license': 'LGPL-3', }