crea mandatos SEPA desde pedidos del TPV

This commit is contained in:
GitHub Copilot 2026-06-26 19:41:54 +02:00
parent a754df3914
commit 62e0e8a92c
7 changed files with 262 additions and 15 deletions

View file

@ -0,0 +1,17 @@
# 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",
],
}