pos_reward_point_digits/__manifest__.py

18 lines
638 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',
'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',
}