Hello
I am using Odoo16 enterprise. I want to make the tree view of journal entries multi-editable so I can select multiple records and edit at the same time
I opened the studio and I selected mass editing but it gives me the following error:
Error while validating view near: Field 'company_id' used in domain of field 'partner_id' ([('company_id', 'in', [company_id, False])]) is restricted to the group(s) base.group_multi_company.
Can anybody help me please