Bench Update V-13 Error Item Barcode: Field Barcode in row 1 cannot be hidden and mandatory without default

Getting below error for V-13 bench update --reset

Updating customizations for Address
Updating customizations for Contact
Updating customizations for Item Barcode

Traceback (most recent call last):
File “/usr/lib/python3.9/runpy.py”, line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/usr/lib/python3.9/runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “/opt/erp/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 110, in
main()
File “/opt/erp/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 20, in main
click.Group(commands=commands)(prog_name=“bench”)
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 829, in call
return self.main(*args, **kwargs)
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 782, in main
rv = self.invoke(ctx)
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/core.py”, line 610, in invoke
return callback(*args, **kwargs)
File “/opt/erp/frappe-bench/env/lib/python3.9/site-packages/click/decorators.py”, line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File “/opt/erp/frappe-bench/apps/frappe/frappe/commands/init.py”, line 31, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File “/opt/erp/frappe-bench/apps/frappe/frappe/commands/site.py”, line 433, in migrate
migrate(context.verbose, skip_failing=skip_failing, skip_search_index=skip_search_index)
File “/opt/erp/frappe-bench/apps/frappe/frappe/migrate.py”, line 81, in migrate
sync_customizations()
File “/opt/erp/frappe-bench/apps/frappe/frappe/modules/utils.py”, line 112, in sync_customizations
sync_customizations_for_doctype(data, folder)
File “/opt/erp/frappe-bench/apps/frappe/frappe/modules/utils.py”, line 171, in sync_customizations_for_doctype
validate_fields_for_doctype(doctype)
File “/opt/erp/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py”, line 907, in validate_fields_for_doctype
validate_fields(meta)
File “/opt/erp/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py”, line 1312, in validate_fields
check_hidden_and_mandatory(meta.get(“name”), d)
File “/opt/erp/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py”, line 1003, in check_hidden_and_mandatory
frappe.throw(
File “/opt/erp/frappe-bench/apps/frappe/frappe/init.py”, line 504, in throw
msgprint(
File “/opt/erp/frappe-bench/apps/frappe/frappe/init.py”, line 479, in msgprint
_raise_exception()
File “/opt/erp/frappe-bench/apps/frappe/frappe/init.py”, line 434, in _raise_exception
raise raise_exception(msg)
frappe.core.doctype.doctype.doctype.HiddenAndMandatoryWithoutDefaultError: Item Barcode: Field Barcode in row 1 cannot be hidden and mandatory without default

Can anyone help me to fix?

hi,
Today i got the same error, so i had to uninstall that app

Then tried in a fresh site and it worked on the same erp server