Merge pull request #48912 from maasanto/dont-set-description

This commit is contained in:
maasanto
2025-11-11 05:45:15 +01:00
committed by GitHub
parent f7c9dc20a8
commit 722581cf05
4 changed files with 3 additions and 14 deletions

View File

@@ -114,7 +114,6 @@
"fieldtype": "Text Editor",
"label": "Description",
"print_width": "300px",
"reqd": 1,
"width": "300px"
},
{
@@ -415,7 +414,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-03-02 17:05:28.386492",
"modified": "2025-08-10 22:37:39.863628",
"modified_by": "Administrator",
"module": "Subcontracting",
"name": "Subcontracting Order Item",
@@ -429,4 +428,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

View File

@@ -19,7 +19,7 @@ class SubcontractingOrderItem(Document):
bom: DF.Link
conversion_factor: DF.Float
cost_center: DF.Link | None
description: DF.TextEditor
description: DF.TextEditor | None
expected_delivery_date: DF.Date | None
expense_account: DF.Link | None
image: DF.Attach | None