Last active
October 22, 2020 01:40
-
-
Save tom10271/855628e1f461e44ac8b54b1657910c61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<record id="my_data" model="my.model"> | |
<field name="ref_id" eval="'my.ref_model,'+str(ref(...))"/> | |
<field name="ref_id2" model="my.ref_model" search="..." /> | |
<field name="ref_id3" ref="..."/> | |
</record> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment