pos_self_order_adyen/__manifest__.py

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