Friday, August 10, 2018
3 changes
Resolved issues and error corrections
The initialization option that promises to install all available modules now does so instead of only installing the base module. It skips modules that cannot be installed and themes that conflict with each other, making setup behavior match what users are told to expect.
Original PR description
Before init all was just installing base, with this commit, it installs all modules (as advertised in the config flag help text) excluding uninstallable modules and themes (as they are mutually conflicting) Replaces #24452 As an alternative to #24451 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes issues in the onboarding flow so setup steps behave more consistently across accounting and payment configuration screens. It also renames tax identification labels to “Tax ID,” making company and partner information clearer for users.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes several onboarding issues caused by a technical migration and makes setup steps behave more consistently across dashboards. Businesses should see smoother onboarding, clearer step completion, and fewer repeated celebration animations when returning to pages.