23 lines
795 B
Python
23 lines
795 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'POS Sync Before Print',
|
|
'version': '19.0.1.0.0',
|
|
'summary': 'Ensure POS receipts are only printed after the order is successfully synced with the server.',
|
|
'description': """
|
|
Ensure POS receipts are only printed after the order is successfully synced with the server.
|
|
If an order is not synced, the receipt will not be printed automatically, and manual printing will show a warning popup.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'category': 'Point of Sale',
|
|
'depends': ['point_of_sale'],
|
|
'data': [],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'pos_sync_before_print/static/src/app/services/pos_store_patch.js',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|