odooapps/account_payment_portal/__manifest__.py
madmooose e2492df90e
Some checks failed
pre-commit / pre-commit (push) Failing after 2m39s
tests / Detect unreleased dependencies (push) Successful in 5s
tests / test with OCB (push) Successful in 3m32s
tests / test with Odoo (push) Successful in 2m34s
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>
2026-06-08 20:36:22 +02:00

15 lines
446 B
Python

{
"name": "Account Payment Portal",
"summary": "Add a Portal View for Customer Payments",
"author": "BAKEUP,Niels Göttsch",
"website": "https://ziemlichoptimal.de",
"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",
}