Merge PR #923 into 14.0

Signed-off-by etobella
This commit is contained in:
OCA-git-bot
2022-04-21 09:39:48 +00:00
3 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
{
"name": "Account Payment Mode",
"version": "14.0.1.0.2",
"development_status": "Production/Stable",
"development_status": "Mature",
"license": "AGPL-3",
"author": "Akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",

View File

@@ -16,6 +16,7 @@
"Akretion, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
"development_status": "Mature",
"category": "Banking addons",
"external_dependencies": {"python": ["lxml"]},
"depends": ["account_payment_partner", "base_iban"], # for manual_bank_tranfer

View File

@@ -12,6 +12,7 @@
"summary": "Adds payment mode on partners and invoices",
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
"development_status": "Mature",
"depends": ["account_payment_mode"],
"data": [
"views/res_partner_view.xml",