mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
* [ADD] account_statement_import_sftp Add a mechanism to receive file from an sftp back end. --------- Co-authored-by: ecino <ecino@users.noreply.github.com>
8 lines
238 B
XML
8 lines
238 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="sftp_bank_edi" model="edi.backend.type">
|
|
<field name="name">Bank SFTP Import</field>
|
|
<field name="code">bk_sftp_imp</field>
|
|
</record>
|
|
</odoo>
|