Files
flectra/addons/account_discount/__manifest__.py
T
Renzo Meister 16b82d2414 [ADD] sale_discount:
New implementation of sale_discount with full support
of tax reduction respecting also different taxes used
on sales positions
2021-02-12 10:58:50 +00:00

26 lines
600 B
Python

# -*- coding: utf-8 -*-
{
'name': "Invoice Document Discount",
'summary': """
Use Document Discounts on Invoices
""",
'description': """
Use Document Discounts on Invoices
""",
'author': "Jamotion GmbH, Flectra HQ",
'website': "https://flectra-hq.com",
'category': 'Accounting',
'version': '0.1',
'depends': [
'account',
],
'data': [
'views/res_config_settings_views.xml',
'views/account_move_views.xml',
'reports/invoice_report_views.xml',
],
'demo': [
# 'demo/demo.xml',
],
}