obook/sale_calc_discount_b2c/__manifest__.py
2021-09-04 19:34:02 +02:00

14 lines
406 B
Python

# Copyright 2021 Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Sale Calc Discount B2C',
'summary': 'When prices are tax included, calculates the discount in price excluding tax.',
'version': '12.0.1.0.0',
'author': 'Criptomart',
'depends': [
'sale',
],
'installable': True,
'auto_install': False,
'application': False,
}