24 lines
763 B
Python
24 lines
763 B
Python
{
|
|
'name': 'POS Receipt Print Default Settings',
|
|
'version': '1.0',
|
|
'category': 'Sales/Point of Sale',
|
|
'summary': 'Set default number of copies and paper size for POS receipts',
|
|
'description': """
|
|
This module allows you to configure the default number of copies and paper size
|
|
for receipt printing in the Point of Sale.
|
|
It auto-fills the paper size selection via CSS @page and handles multiple copies.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/pos_config_views.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_receipt_print_default/static/src/app/**/*',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|