From 2c8d0ffd1b96a95a32adab37939615a06c1d6b03 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Thu, 14 Aug 2025 16:06:11 +0400 Subject: [PATCH] added is standart field to item groups --- jey_erp/custom_fields.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index df663f7..b964382 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -121,6 +121,16 @@ def create_custom_fields(): in_list_view=1, in_standard_filter=1 ) + ], + "Item Group": [ + dict( + fieldname='is_standard', + label='Is Standard', + fieldtype='Check', + insert_after='is_group', + hidden=1, + read_only=1 + ) ], "Bank": [ dict(