Initial commit of account_invoice_margin for 11.0

This commit is contained in:
Jared Kipe
2018-05-28 15:41:28 -07:00
parent a90f7d939f
commit 16410b3e8b
7 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
'name': 'Invoice Margin',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.1.0.0',
'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,
}