chore: linting

(cherry picked from commit be6970c850)
This commit is contained in:
CaseSolved
2024-09-25 19:27:21 +01:00
committed by Mergify
parent 4f8a8a5e99
commit 7906c21bdf

View File

@@ -20,14 +20,8 @@ def get_data():
"Blanket Order": ["items", "blanket_order"],
},
"transactions": [
{
"label": _("Related"),
"items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]
},
{
"label": _("Payment"),
"items": ["Payment Entry", "Journal Entry", "Payment Request"]
},
{"label": _("Related"), "items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]},
{"label": _("Payment"), "items": ["Payment Entry", "Journal Entry", "Payment Request"]},
{
"label": _("Reference"),
"items": ["Supplier Quotation", "Project", "Auto Repeat"],