nfu/account_payment_portal/__manifest__.py
madmooose c509a1be9b
[112] [ADD] account_payment_portal
* [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>
2025-07-30 12:26:09 +02:00

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",
}