Created
September 28, 2016 19:18
-
-
Save aliomattux/1f4d02d9ec7ae4754490236a324b5fcd to your computer and use it in GitHub Desktop.
This file contains 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
<field name="crawls" widget="one2many_list" nolabel="1"> | |
<tree string=""> | |
<field name="name" /> | |
<field name="enabled" /> | |
<field name="crawl_type" /> | |
</tree> | |
<form string=""> | |
<field name="name" /> | |
<field name="enabled" /> | |
<field name="crawl_type" /> | |
</form> | |
</field> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment