Daily updates from Odoo
Friday, April 19, 2019
2 changes · master
New functionality added to Odoo
Adds Mongolia-specific accounting setup so companies can use Odoo with a local chart of accounts, tax groups, tax templates, and fiscal positions. This helps Mongolian businesses configure accounting more quickly and align records with local reporting needs.
Original PR description
Task: https://www.odoo.com/web#id=1946238&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.4dae8eac38283f5748a45d5f983adb9e -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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