19 lines
660 B
Python
19 lines
660 B
Python
{
|
|
'name': 'POS Reward Point Digits',
|
|
'version': '1.0',
|
|
'category': 'Point of Sale',
|
|
'summary': 'Configure the decimal precision of reward points in POS loyalty rules',
|
|
'author': 'Aziz',
|
|
'description': """
|
|
This module allows administrators to configure the number of decimal places for the reward_point_amount field in loyalty programs directly from the Point of Sale settings.
|
|
""",
|
|
'depends': ['point_of_sale', 'pos_loyalty', 'loyalty'],
|
|
'data': [
|
|
'data/decimal_precision_data.xml',
|
|
'views/res_config_settings_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|