Skip to content
Snippets Groups Projects
Commit cd90e838 authored by Denis Vermylen's avatar Denis Vermylen
Browse files

[IMP] website_hr_recruitment: add url widget to url field

This also allows the selection of the url which was previously bugged.
parent 79bf6276
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<field name="inherit_id" ref="hr_recruitment.hr_recruitment_source_tree"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='create_alias']" position="before">
<field name="url"/>
<field name="url" widget="url"/>
</xpath>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment