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:07:43 +02:00 committed by GitHub
parent 1e98a89bbd
commit 87df342a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,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>