feat: add connections to Incoterm doctype
(cherry picked from commit a5966b6f84)
This commit is contained in:
@@ -35,8 +35,59 @@
|
|||||||
"label": "Description"
|
"label": "Description"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [
|
||||||
"modified": "2022-11-17 17:31:49.113954",
|
{
|
||||||
|
"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",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Incoterm",
|
"name": "Incoterm",
|
||||||
|
|||||||
Reference in New Issue
Block a user