[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:
Valentin Vinagre Urteaga
2020-05-28 20:21:31 +02:00
committed by Carlos Roca
parent 4d8e722b8d
commit 24dbb35c18
2 changed files with 2 additions and 7 deletions

View File

@@ -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, "

View File

@@ -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" />