2021-03-23 19:28:51 +00:00
|
|
|
# Copyright 2014 Akretion - Alexis de Lattre <alexis.delattre@akretion.com>
|
|
|
|
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
|
|
|
# Copyright 2018 Tecnativa - Carlos Dauden
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Account Payment Partner',
|
2021-05-27 10:42:51 +00:00
|
|
|
'version': '1.0.1.4.0',
|
2021-03-23 19:28:51 +00:00
|
|
|
'category': 'Banking addons',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'summary': 'Adds payment mode on partners and invoices',
|
|
|
|
'author': "Akretion, "
|
|
|
|
"Tecnativa, "
|
|
|
|
"Odoo Community Association (OCA)",
|
|
|
|
'website': 'https://gitlab.com/flectra-community/bank-payment',
|
|
|
|
'depends': ['account_payment_mode'],
|
|
|
|
'data': [
|
|
|
|
'views/res_partner_view.xml',
|
|
|
|
'views/account_invoice_view.xml',
|
|
|
|
'views/account_move_line.xml',
|
|
|
|
'views/account_payment_mode.xml',
|
|
|
|
'views/report_invoice.xml',
|
|
|
|
],
|
|
|
|
'demo': ['demo/partner_demo.xml'],
|
|
|
|
'installable': True,
|
|
|
|
}
|