Skip to content

Commit

Permalink
fix: change integration datatype to Dynamic Link (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchez authored Mar 3, 2022
1 parent b43f853 commit c81e7fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shopify_integration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ def setup_custom_fields(args=None):
dict(fieldname="integration_doctype", label="Integration DocType",
fieldtype="Link", options="DocType", insert_after="sb_integration",
hidden=1, print_hide=1),
dict(fieldname="integration_doc", label="Integration Doc", fieldtype="Data",
insert_after="integration_doctype", read_only=1, print_hide=1)
dict(fieldname="integration_doc", label="Integration Doc", fieldtype="Dynamic Link",
insert_after="integration_doctype", options="integration_doctype", read_only=1,
print_hide=1),
],
"Sales Order": [
dict(fieldname="sb_shopify", label="Shopify", fieldtype="Section Break",
Expand Down

0 comments on commit c81e7fb

Please sign in to comment.