fix: make SO item code reqd
This commit is contained in:
parent
a552df8a9f
commit
7f8303a493
@ -118,6 +118,7 @@
|
|||||||
"oldfieldtype": "Link",
|
"oldfieldtype": "Link",
|
||||||
"options": "Item",
|
"options": "Item",
|
||||||
"print_width": "150px",
|
"print_width": "150px",
|
||||||
|
"reqd": 1,
|
||||||
"width": "150px"
|
"width": "150px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -908,7 +909,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-11-24 13:24:55.756320",
|
"modified": "2024-01-25 14:24:00.330219",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order Item",
|
"name": "Sales Order Item",
|
||||||
|
|||||||
@ -43,7 +43,8 @@ class SalesOrderItem(Document):
|
|||||||
gross_profit: DF.Currency
|
gross_profit: DF.Currency
|
||||||
image: DF.Attach | None
|
image: DF.Attach | None
|
||||||
is_free_item: DF.Check
|
is_free_item: DF.Check
|
||||||
item_code: DF.Link | None
|
is_stock_item: DF.Check
|
||||||
|
item_code: DF.Link
|
||||||
item_group: DF.Link | None
|
item_group: DF.Link | None
|
||||||
item_name: DF.Data
|
item_name: DF.Data
|
||||||
item_tax_rate: DF.Code | None
|
item_tax_rate: DF.Code | None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user