Merge PR #557 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-09-03 18:40:17 +00:00

View File

@@ -8,7 +8,10 @@
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"license": "AGPL-3",
"depends": ["account"],
"depends": [
"account",
"account_reconciliation_widget",
],
"data": ["views/res_partner_view.xml"],
"installable": True,
}