17 lines
484 B
Python
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",
|
|
],
|
|
}
|