mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: fix the attachment file name & dowload.
Case: After the configuration of a debit order and generating the .xml file, user can't download it from the next step screen using the download link. This fix makes the .xml file downloadable from the .xml file name as it was in older versions
This commit is contained in:
committed by
Carlos Roca
parent
4d8e722b8d
commit
24dbb35c18
@@ -8,7 +8,7 @@
|
||||
|
||||
{
|
||||
"name": "Account Payment Order",
|
||||
"version": "13.0.1.1.0",
|
||||
"version": "13.0.1.3.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, "
|
||||
"Therp BV, "
|
||||
|
||||
@@ -13,12 +13,7 @@
|
||||
<field name="name" />
|
||||
</h1>
|
||||
<group name="main">
|
||||
<field
|
||||
name="datas"
|
||||
filename="store_fname"
|
||||
string="Generated File"
|
||||
/>
|
||||
<field name="store_fname" invisible="1" />
|
||||
<field name="datas" filename="name" string="Generated File" />
|
||||
<label for="create_uid" string="Created by" />
|
||||
<div name="creation_div">
|
||||
<field name="create_uid" readonly="1" class="oe_inline" />
|
||||
|
||||
Reference in New Issue
Block a user