Files
bank-payment/account_payment_purchase/__manifest__.py
Jonas Alder c2e396336b [FIX] account_payment_purchase: use company context on partner lookup
Use company of purchase order when checking the partner.
Field supplier_payment_mode_id is company dependant.
2023-07-24 18:33:01 +02:00

18 lines
652 B
Python

# 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",
"version": "14.0.1.0.4",
"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://github.com/OCA/bank-payment",
"depends": ["account_payment_partner", "purchase"],
"data": ["views/purchase_order_view.xml"],
"installable": True,
"auto_install": True,
}