[MIG] contract_mandate: Migration to 10.0

This commit is contained in:
Carlos Dauden
2017-11-03 17:59:16 +01:00
committed by Guille
parent 6d3c67d247
commit dedcaddc2c
24 changed files with 44 additions and 44 deletions

View File

@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Contract Mandate',
'summary': 'Mandate in contracts and their invoices',
'version': '10.0.1.0.0',
'author': 'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'http://www.tecnativa.com',
'depends': [
'contract_payment_mode',
'account_banking_mandate',
],
'category': 'Sales Management',
'license': 'AGPL-3',
'data': [
'views/contract_view.xml',
],
'installable': True,
'auto_install': True,
}