From 86e6f2ef417753fc109a7b22c54d9ee58a4beefe Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Tue, 26 May 2020 10:50:38 +0200 Subject: [PATCH] [FIX][13.0] retrive 12.0 behaviours in category creation without content The document.page content for category is required as in 12.0 but in IHM in 12.0 we can create a category without fill this field. It's only one fix to retrive the same behaviour but investigation in the field definition and computation will be great --- document_page/views/document_page_category.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/document_page/views/document_page_category.xml b/document_page/views/document_page_category.xml index a956be02..cbcd4b95 100644 --- a/document_page/views/document_page_category.xml +++ b/document_page/views/document_page_category.xml @@ -38,6 +38,7 @@ widget="html" class="oe_view_only" options='{"safe": True}' + required="0" />