chore: resolve conflicts

Stock Reservation Entry is unavailable in v14
This commit is contained in:
ruthra kumar
2024-11-04 14:14:49 +05:30
parent 7906c21bdf
commit 0f4c5dd26c
2 changed files with 1 additions and 10 deletions

View File

@@ -30,14 +30,10 @@ def get_data():
"label": _("Manufacturing"),
"items": ["Material Request", "BOM", "Production Plan", "Blanket Order"],
},
<<<<<<< HEAD
{"label": _("Sub-contracting"), "items": ["Subcontracting Order", "Stock Entry"]},
{"label": _("Internal"), "items": ["Sales Order"]},
=======
{
"label": _("Sub-contracting"),
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
},
>>>>>>> 2017fd80d1 (fix: SO link on PO and add in missing dashboard references on both)
{"label": _("Internal"), "items": ["Sales Order"]},
],
}

View File

@@ -24,13 +24,8 @@ def get_data():
},
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
{"label": _("Projects"), "items": ["Project"]},
<<<<<<< HEAD
{"label": _("Manufacturing"), "items": ["Work Order"]},
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat"]},
=======
{"label": _("Manufacturing"), "items": ["Work Order", "BOM", "Blanket Order"]},
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat", "Stock Reservation Entry"]},
>>>>>>> 2017fd80d1 (fix: SO link on PO and add in missing dashboard references on both)
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
],
}