Role and Permission error in V16

Hi everyone,

I’m encountering a strange permission error in ERPNext. Even though I am logged in as the Administrator user, I receive the following pop-up when trying to view the Sales Invoice list/form:

Permission Error You do not have permission to access field: Sales Invoice.title

What I’ve checked so far:

  • User Roles: I am logged in as ‘Administrator’ with all roles assigned.

  • Role Permissions Manager: All permissions (Read, Write, Create, etc.) are checked for Sales Invoice.

Environment:

  • ERPNext: v16.4.1 (master)

  • Frappe Framework: v16.5.0 (master)

Despite having full “System Manager” and “Administrator” rights, the system is specifically blocking access to the title field. Has anyone encountered a Property Setter or a Schema conflict that causes this?

Any guidance on how to debug this via the bench or MariaDB would be appreciated.

Sales Invoice remove the title in V16. Change the sort field (title) in List View can fix it.