mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Missing dependency account_reconciliation_widget
This commit is contained in:
@@ -8,7 +8,10 @@
|
|||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/account-reconcile",
|
"website": "https://github.com/OCA/account-reconcile",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["account"],
|
"depends": [
|
||||||
|
"account",
|
||||||
|
"account_reconciliation_widget",
|
||||||
|
],
|
||||||
"data": ["views/res_partner_view.xml"],
|
"data": ["views/res_partner_view.xml"],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user