Skip to content
Snippets Groups Projects
Commit 6c3bf61d authored by Swapnesh Shah's avatar Swapnesh Shah Committed by GitHub
Browse files

[FIX] website_blog: readonly visits


Before this commit, Field "No of Views (visits)" was editable on multi_edit mode.

Field "No of Views (visits)" should be readonly for Obvious reason.

closes odoo/odoo#60483

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent 31a54b5e
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@
<field name="blog_id"/>
<field name="website_id" groups="website.group_multi_website"/>
<field name="is_published" string="Is Published" optional="hide"/>
<field name="visits"/>
<field name="visits" readonly="1"/>
<field name="create_uid" invisible="1"/>
<field name="write_uid"/>
<field name="write_date"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment