Odoo18-Base/addons/pos_self_order_adyen/__manifest__.py
2025-01-06 10:57:38 +07:00

10 lines
288 B
Python

# -*- coding: utf-8 -*-
{
"name": "POS Self Order Adyen",
"summary": "Addon for the Self Order App that allows customers to pay by Adyen.",
"category": "Sales/Point Of Sale",
"depends": ["pos_adyen", "pos_self_order"],
"auto_install": True,
"license": "LGPL-3",
}