2021-03-12 16:21:19 +00:00
|
|
|
# Copyright 2016 Akretion (<http://www.akretion.com>).
|
|
|
|
# Copyright 2017 Tecnativa - Vicent Cubells
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Payment Purchase",
|
2024-08-26 14:11:32 +00:00
|
|
|
"version": "2.0.1.0.5",
|
2021-03-12 16:21:19 +00:00
|
|
|
"category": "Banking addons",
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"summary": "Adds Bank Account and Payment Mode on Purchase Orders",
|
|
|
|
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
|
|
|
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
|
|
|
"depends": ["account_payment_partner", "purchase"],
|
|
|
|
"data": ["views/purchase_order_view.xml"],
|
|
|
|
"installable": True,
|
|
|
|
"auto_install": True,
|
|
|
|
}
|