forked from Mapan/odoo17e
12 lines
323 B
Python
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',
|
|
} |