mirror of
https://gitlab.com/itsulu-odoo/itsulu-blog-publisher.git
synced 2026-05-30 23:41:23 +00:00
Fix action: replace target=inline with target=current for Odoo 17+
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1042567afd
commit
086749d9fe
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
<field name="name">Blog Publisher Settings</field>
|
||||
<field name="res_model">res.config.settings</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">inline</field>
|
||||
<field name="target">current</field>
|
||||
<field name="context">{'module': 'itsulu_blog_publisher'}</field>
|
||||
</record>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue