1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/pos_account_reports/__manifest__.py
2024-12-10 09:04:09 +07:00

12 lines
323 B
Python

# -*- coding: utf-8 -*-
{
'name': "pos_account_reports",
'summary': "Bridge module between point_of_sale and account_reports, for tax reporting.",
'category': 'Sales/Point of Sale',
'version': '0.1',
'depends': ['point_of_sale', 'account_reports'],
'auto_install': True,
'license': 'OEEL-1',
}