classMyModelAdmin(admin.ModelAdmin):defformfield_for_choice_field(self, db_field, request, **kwargs):ifdb_field.name =="status": kwargs['choices'] = ( ('accepted','Accepted'), ('denied','Denied'), )ifrequest.user.is_superuser: kwargs['choices'] += (('ready','Ready for ...
We're starting to transition from SAP R3/ECC to SAP S4 HANA, aiming to use it in its standard form. We've conducted show-and-tell workshops to assess the need for any deviations and plan to move core functions like customer care, CRM...