I am trying to create a access right for sale.order, but the sale.model_sale_order, model_sale_order and sale_crm.model_sale_order none of them works. The odoo.log says the model_id is wrong but I can't find anyother suggestions from internet or in the External Identifiers in Odoo settings.
Here is the full line:
access_sale_order,Access Sale Order,sale.model_sale_order,test-module.group_sales,1,1,1,1
Here is the error:
ERROR: null value in column "model_id" of relation "ir_model_access" violates not-null constraint
Version: Odoo 16
Any help is greatly appreciated.
Br. Turi
Turi, were you able to resolve this? I have the same issue and have tried everything.