Files
suite/account_invoice_margin/__manifest__.py
2023-11-02 22:16:26 +00:00

25 lines
604 B
Python
Executable File

{
'name': 'Invoice Margin',
'version': '17.0.1.1.0',
'author': 'Hibou Corp.',
'license': 'AGPL-3',
'category': 'Accounting',
'sequence': 95,
'summary': 'Invoices include margin calculation.',
'description': """
Invoices include margin calculation.
If the invoice line comes from a sale order line, the cost will come
from the sale order line.
""",
'website': 'https://hibou.io/',
'depends': [
'account',
'sale_margin',
],
'data': [
'views/account_invoice_views.xml',
],
'installable': True,
'application': False,
}