Corrected the field name from res_owner to res_creator.

In database has only the res_creator column.
This commit is contained in:
Tomasz Jakubowski 2018-09-25 02:05:57 +02:00 committed by GitHub
parent 1e98a89bbd
commit 0f485040b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@
<description value="Created by"/>
<hbox>
<menulist>
<menupopup type="select-account" id="res_owner" readonly="true"/>
<menupopup type="select-account" id="res_creator" readonly="true"/>
</menulist>
<date-time id="res_created" readonly="true" align="right"/>
</hbox>