Daily updates from Odoo
Tuesday, November 12, 2019
3 changes · master
Enhancements to existing features
New websites now start with a clear default theme option, making the theme selection process easier to understand. Users can switch themes from the customization flow, improving the website setup experience without requiring technical steps.
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
The accounting dashboard now shows the relevant tax return period based on each company’s tax filing frequency. This helps users quickly understand which tax period an activity relates to, without incorrectly applying the information to unrelated activities.
Original PR description
Task [2076244](https://www.odoo.com/web#id=2076244&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) Commit 4a1bbbf added that but it had to be reverted because it didn't take into account the periodicity of the tax return of the company and because it added the period for all mail.activity 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
Tax closing activities now start from the current month by default instead of a later quarter-end month. Activity details also keep the defaults from the selected activity type while allowing that type to be edited, reducing manual corrections during setup.
Original PR description
Task [2076244](https://www.odoo.com/web#id=2076244&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) * The first default tax closing date should be the current month, not the last month of the current quarter * The default values of the activity should come from the activity type, and the activity type should be editable (before values were erased) Community PR https://github.com/odoo/odoo/pull/38199