Skip to content
Snippets Groups Projects
Commit bcb22aca authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website_form: allow to add form snippet inside columns


closes odoo/odoo#61787

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent a8c56602
Branches
Tags
No related merge requests found
......@@ -18,6 +18,9 @@
</template>
<template id="s_website_form_options" inherit_id="website.snippet_options">
<!-- Extend drop locations to columns -->
<xpath expr="//t[@t-set='so_content_addition_selector']" position="inside">, .s_website_form</xpath>
<xpath expr="//div" position="after">
<!-- Form -->
<div data-js="WebsiteFormEditor" data-selector=".s_website_form" data-target="form">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment