acción de servidor para crear mandatos bancarios en lote
This commit is contained in:
parent
65818b0155
commit
42da5ed3db
4 changed files with 105 additions and 0 deletions
14
account_banking_mandate_batch/__manifest__.py
Normal file
14
account_banking_mandate_batch/__manifest__.py
Normal 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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue