* [WIP] account_payment_portal: first draft * [ADD] account_payment_portal * [IMP] account_payment_portal: Fix user rights and add test --------- Co-authored-by: Niels Göttsch <ng@ife.de>
15 lines
427 B
Python
15 lines
427 B
Python
{
|
|
"name": "Account Payment Portal",
|
|
"summary": "Add a Portal View for Customer Payments",
|
|
"author": "BAKEUP",
|
|
"website": "https://www.bakeup.org",
|
|
"category": "Accounting",
|
|
"version": "16.0.1.0.2",
|
|
"depends": ["account", "portal"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/account_security.xml",
|
|
"views/portal_templates.xml",
|
|
],
|
|
"license": "LGPL-3",
|
|
}
|