20 lines
499 B
Python
20 lines
499 B
Python
{
|
|
'name': 'POS iMin Extended',
|
|
'version': '1.0',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Extended configuration for iMin printers',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['pos_imin'],
|
|
'data': [
|
|
'views/res_config_settings_views.xml',
|
|
'views/pos_config_views.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_imin_extended/static/src/app/**/*',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|