diff --git a/document_page/security/document_page_security.xml b/document_page/security/document_page_security.xml index 24e810f9..18c0cd37 100644 --- a/document_page/security/document_page_security.xml +++ b/document_page/security/document_page_security.xml @@ -17,7 +17,7 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + >['|',('company_id','=',False),('company_id', 'in', company_ids)] document_page_history multi-company @@ -25,6 +25,6 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + >['|',('company_id','=',False),('company_id', 'in', company_ids)] diff --git a/document_page/views/document_page_category.xml b/document_page/views/document_page_category.xml index cbcd4b95..796f83f5 100644 --- a/document_page/views/document_page_category.xml +++ b/document_page/views/document_page_category.xml @@ -18,6 +18,10 @@ string="Category" context="{'default_type':'category'}" /> + @@ -60,6 +64,7 @@ + @@ -76,6 +81,7 @@ +