Friday, April 19, 2019
1 change
Enhancements to existing features
Odoo now installs website forms automatically with the Website app, replacing the older email-link contact flow with a usable form out of the box. New forms come with sensible default layouts, fields, and thank-you pages across contact, CRM lead, project task, job application, and customer creation scenarios, while still allowing users to customize or disable them.
Original PR description
Before this PR, if you don't know that we have a website_form module, you will never use it and keep the 80's feature of send an email. Now, it is automatically with website. Before, when you drop a new form, you just had the default required fields. Now, you will have default form and will be able to finetune this one. There still some fixes to do: - extra_step: restore default value - contact_form: default value based on request.params - Refresh optionally data-source of x2many That's one small step for Odoo, one giant leap for website_form. See commits to have more details. task-32212