23 lines
711 B
Python
23 lines
711 B
Python
{
|
|
"name": "POS Loyalty Discount Before Tax",
|
|
"version": "1.0",
|
|
"category": "Point of Sale",
|
|
"summary": "Modify loyalty reward discount calculation to apply before tax in POS",
|
|
"author": "Suherdy Yacob",
|
|
"description": """
|
|
This module modifies the loyalty reward discount calculation in POS to apply discounts before tax calculation.
|
|
""",
|
|
"depends": ["point_of_sale", "pos_loyalty"],
|
|
"data": [
|
|
|
|
],
|
|
"assets": {
|
|
"point_of_sale._assets_pos": [
|
|
'pos_loyalty_discount_before_tax/static/src/overrides/models/loyalty.js',
|
|
]
|
|
},
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "LGPL-3"
|
|
}
|