addons-cm/pos_account_payment_order_sepa/__manifest__.py
2026-06-26 19:42:45 +02:00

17 lines
484 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "POS Account Payment Order SEPA",
"summary": "Contextual action on POS orders to collect 'Customer Account' "
"receivables through a SEPA direct debit payment order.",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "Custom",
"depends": [
"account_banking_sepa_direct_debit",
"point_of_sale",
],
"data": [
"data/server_action.xml",
],
}