When the Add Customer prompt is brought up as I try to add a new Company, Odoo tells me:
The requested operation cannot be completed due to security restrictions. Please contact your system administrator.(Document type: Contact, Operation: create)
and /var/log/audit/audit.log tells me
2019-02-12 18:04:19,613 3189 INFO odoo12 odoo.models: Access Denied by record rules for operation: create on record ids: [825], uid: 6, model: res.partner
2019-02-12 18:04:19,615 3189 INFO odoo12 werkzeug: 162.246.248.137 - - [12/Feb/2019 18:04:19] "POST /web/dataset/call_kw/res.partner/create HTTP/1.1" 200 - 41 0.016 0.042
The way I got here was that I tried to create an outside_sales group that has limited access to contacts. I think I backed out of my new rules and groups and as far as I can tell, the settings look the same as a new installation. The other change was that new user had a different email domain. That user is completely gone now.
Is there any logging I can turn on or anything that I can do to help debug this? I prefer not to have to build this all from scratch but at this point it is my quickest option to get functional again.