pos_custom_closing/__manifest__.py

22 lines
622 B
Python

# -*- coding: utf-8 -*-
{
'name': 'POS Custom Closing',
'version': '1.0',
'category': 'Sales/Point of Sale',
'summary': 'Customize Point of sale Closing Register modal',
'author': 'Aziz',
'depends': ['point_of_sale', 'pos_hr'],
'data': [
'views/res_config_settings_views.xml',
],
'assets': {
'point_of_sale._assets_pos': [
'pos_custom_closing/static/src/app/close_pos_popup_inherit.xml',
'pos_custom_closing/static/src/app/close_pos_popup_patch.js',
],
},
'installable': True,
'application': False,
'license': 'LGPL-3',
}