mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order Allow to download file in edit mode
This commit is contained in:
committed by
David Ramia
parent
fc3573739b
commit
da438f025b
@@ -9,7 +9,7 @@
|
||||
|
||||
{
|
||||
"name": "Account Payment Order",
|
||||
"version": "16.0.1.1.1",
|
||||
"version": "16.0.1.2.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, "
|
||||
"Therp BV, "
|
||||
|
||||
@@ -13,7 +13,12 @@
|
||||
<field name="name" />
|
||||
</h1>
|
||||
<group name="main">
|
||||
<field name="datas" filename="name" string="Generated File" />
|
||||
<field
|
||||
name="datas"
|
||||
filename="name"
|
||||
string="Generated File"
|
||||
readonly="1"
|
||||
/>
|
||||
<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