bank-payment/account_vendor_bank_account_default/__manifest__.py

23 lines
730 B
Python
Raw Permalink Normal View History

2024-10-01 05:24:28 +00:00
# Copyright 2024 Alberto Martínez <alberto.martinez@sygel.es>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account Vendor Bank Account Default",
"summary": "Set a default bank account on partners for their vendor bills",
"version": "3.0.1.0.0",
"development_status": "Beta",
"category": "Banking addons",
"website": "https://gitlab.com/flectra-community/bank-payment",
"author": "Sygel, Odoo Community Association (OCA)",
"maintainers": ["tisho99"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account",
"account_payment_partner",
],
"data": [
"views/res_partner_views.xml",
],
}