2021-03-12 16:21:19 +00:00
|
|
|
# Copyright 2016-2020 Akretion France (<https://www.akretion.com>)
|
|
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Payment Mode",
|
2022-06-29 18:32:58 +00:00
|
|
|
"version": "2.0.1.1.0",
|
|
|
|
"development_status": "Mature",
|
2021-03-12 16:21:19 +00:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
|
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
|
|
|
"category": "Banking addons",
|
|
|
|
"depends": ["account"],
|
|
|
|
"data": [
|
|
|
|
"security/account_payment_mode.xml",
|
|
|
|
"security/ir.model.access.csv",
|
|
|
|
"views/account_payment_method.xml",
|
|
|
|
"views/account_payment_mode.xml",
|
|
|
|
"views/account_journal.xml",
|
|
|
|
],
|
|
|
|
"demo": ["demo/payment_demo.xml"],
|
|
|
|
"installable": True,
|
|
|
|
}
|