[15.0][FIX] document_page: Fix quick create and edit form category on pages

This commit is contained in:
Carolina Fernandez 2024-01-10 09:39:12 -03:00
parent 244f280fd6
commit a67de9ae29

View File

@ -64,7 +64,7 @@
name="parent_id"
required="True"
string="Category"
context="{'default_type':'category'}"
context="{'default_type':'category', 'form_view_ref': 'document_page.view_category_form'}"
/>
<field
name="company_id"