acción de servidor para crear mandatos bancarios en lote

This commit is contained in:
GitHub Copilot 2026-08-07 16:38:15 +02:00
parent 65818b0155
commit 42da5ed3db
4 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Banking Mandate Batch Create",
"summary": "Adds a contextual action on contacts to create and validate "
"SEPA direct debit mandates in bulk for the selected partners.",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "Criptomart",
"depends": ["account_banking_sepa_direct_debit"],
"data": [
"data/server_action.xml",
],
}