mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] account_invoice_margin: to 16.0
(from 15.0 hard copy due to errors)
This commit is contained in:
24
account_invoice_margin/__manifest__.py
Executable file
24
account_invoice_margin/__manifest__.py
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
'name': 'Invoice Margin',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'version': '16.0.1.0.0',
|
||||
'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,
|
||||
}
|
||||
Reference in New Issue
Block a user