mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
22 lines
645 B
Python
22 lines
645 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2015 Angel Moya <angel.moya@domatix.com>
|
|
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Contract Show Invoice',
|
|
'summary': 'Button in contracts to show their invoices',
|
|
'version': '10.0.1.0.2',
|
|
'license': 'AGPL-3',
|
|
'author': 'Domatix,'
|
|
'Tecnativa,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'http://www.domatix.com',
|
|
'depends': ['account', 'analytic'],
|
|
'category': 'Sales Management',
|
|
'data': [
|
|
'views/contract_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|