2
0
account-financial-tools/account_partner_required/__manifest__.py

20 lines
691 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# © 2014-2016 Acsone (http://acsone.eu).
# © 2016 Akretion (http://www.akretion.com/)
# @author Stéphane Bidoul <stephane.bidoul@acsone.eu>
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
2014-04-18 14:53:38 +02:00
{
'name': 'Account partner required',
'version': '10.0.1.0.0',
'category': 'Accounting',
2014-04-18 14:53:38 +02:00
'license': 'AGPL-3',
'summary': "Adds an option 'partner policy' on account types",
'author': "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)",
2014-04-18 14:53:38 +02:00
'website': 'http://acsone.eu/',
'depends': ['account_type_menu'],
'data': ['views/account.xml'],
'installable': True,
2014-04-18 14:53:38 +02:00
}