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

This commit is contained in:
Carolina Fernandez 2024-01-10 10:10:34 -03:00 committed by Justine Doutreloux
parent 17d246f7e4
commit bc4ba3459a

View File

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