crea mandatos SEPA desde pedidos del TPV
This commit is contained in:
parent
a754df3914
commit
62e0e8a92c
7 changed files with 262 additions and 15 deletions
17
pos_account_payment_order_sepa/__manifest__.py
Normal file
17
pos_account_payment_order_sepa/__manifest__.py
Normal 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",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue