Skip to content

Commit

Permalink
feat: add connections to Incoterm doctype
Browse files Browse the repository at this point in the history
(cherry picked from commit a5966b6)
  • Loading branch information
barredterra authored and mergify[bot] committed Nov 27, 2022
1 parent f7988de commit 89b9a06
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions erpnext/setup/doctype/incoterm/incoterm.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,59 @@
"label": "Description"
}
],
"links": [],
"modified": "2022-11-17 17:31:49.113954",
"links": [
{
"group": "Selling",
"link_doctype": "Quotation",
"link_fieldname": "incoterm"
},
{
"group": "Selling",
"link_doctype": "Sales Order",
"link_fieldname": "incoterm"
},
{
"group": "Buying",
"link_doctype": "Request for Quotation",
"link_fieldname": "incoterm"
},
{
"group": "Buying",
"link_doctype": "Supplier Quotation",
"link_fieldname": "incoterm"
},
{
"group": "Buying",
"link_doctype": "Purchase Order",
"link_fieldname": "incoterm"
},
{
"group": "Stock",
"link_doctype": "Delivery Note",
"link_fieldname": "incoterm"
},
{
"group": "Stock",
"link_doctype": "Purchase Receipt",
"link_fieldname": "incoterm"
},
{
"group": "Stock",
"link_doctype": "Shipment",
"link_fieldname": "incoterm"
},
{
"group": "Accounts",
"link_doctype": "Sales Invoice",
"link_fieldname": "incoterm"
},
{
"group": "Accounts",
"link_doctype": "Purchase Invoice",
"link_fieldname": "incoterm"
}
],
"modified": "2022-11-17 22:35:52.084553",
"modified_by": "Administrator",
"module": "Setup",
"name": "Incoterm",
Expand Down

0 comments on commit 89b9a06

Please sign in to comment.