Daily updates from Odoo
Navigate
Branch
Wednesday, February 14, 2018
11 changes
New functionality added to Odoo
This change lets users choose how the first depreciation date is set for an asset: based on the purchase month, manually, or on the last day of the period. It also allows asset categories to define the default choice, making depreciation scheduling more consistent and easier to manage.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web?#id=29411&view_type=form&model=project.task&menu_id= Current behavior before PR: Desired behavior after PR is merged: - add management of depreciation dates with last day of the period and manually - add field to set a category as last day of the period by default -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Leave types can now be configured with validity dates, clearer approval rules, display order, and where employees may use them. This helps HR teams reduce incorrect leave requests or allocations, such as employees selecting outdated leave categories.
Original PR description
Task: https://www.odoo.com/web#id=46107&view_type=form&model=project.task&menu_id=
This update adds broader checks to ensure employee leave times are handled correctly across different time zones. It helps prevent misunderstandings when employees and managers view time off from different locations, while keeping internal calculations consistent.
Original PR description
Purpose ======= We need to check if resource module takes into account the timezone of the employee taking a leave and the timezone of the user asking to see when this employee has taken some leave. Basically everything should be done in UTC internally and then converted back to the user's timezone. 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
Changing the unit of measure on an invoice now automatically updates the unit price, matching the behavior already available on sales orders. This helps reduce manual price corrections and keeps invoicing more consistent when quantities are billed in different units.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=35387&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.d00bbc3de2d9fe89bc67cd2f2bb36ba8 Current behavior before PR: - When I change the unit of measure on a SO, the price is automatically changed (great). - When I do the same on an invoice, it's not the case. - It should work the same way than on the SO Desired behavior after PR is merged: - When we chagne the UoM on an account invoice, Unit Price should be change automatically same on SO. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change makes records opened from a list behave like records opened from a Kanban board, taking users to the same intended screen. It reduces confusion by ensuring the same item leads to the same workflow regardless of which view the user starts from.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=34897&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.7a5e85304e2ce25cccee80ddb5b3a703 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
Manual check numbers are now assigned and shown only after a payment is confirmed, rather than while it is still a draft. This helps prevent numbering conflicts or wasted check numbers when draft payments are changed or cancelled.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=32693&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.5b8d668904c610a6dfe01c3cfd99a113 Current behavior before PR: - Avoid issues in checks numbering. Desired behavior after PR is merged: - When the manual numbering of the checks is ticked on the bank journal (https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrdmNCUXZBOVJkdDQ/view?usp=drivesdk), - assign and display number to the check only when the payment is confirmed, not when the check is still in draft. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo Surveys can now be used by community users without installing the Website app. Website-specific survey assets have been moved into a separate website survey module, keeping survey access simpler while preserving website integration where needed.
Original PR description
- https://www.odoo.com/web?#id=23849&view_type=form&model=project.task&menu_id=5195 This is an improvement for the Odoo community users as they won't have to install `website` anymore to use `survey`.
The accounting reports search filter now uses a clearer name for its default date option. This small wording improvement helps users better understand report filters and reduces confusion when reviewing financial reports.
Original PR description
Issue : https://www.odoo.com/web?#id=805140&view_type=form&model=project.issue&action=609&menu_id=4720
Resolved issues and error corrections
This update renames a duplicate date filter in the Accounting search view to avoid confusion with an existing date field. It helps prevent users from accidentally applying the wrong date input, which could trigger an error.
Original PR description
… date field in searchview also, so its confusing where the date should be set (on field or on filter) so it considers on field here in this case and try to set value 1 on date field, which is not possible and it gives traceback.) Issue : https://www.odoo.com/web?#id=805140&view_type=form&model=project.issue&action=609&menu_id=4720 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
Opening a signature request from the list view now leads to the same detailed screen as opening it from the kanban view. This makes navigation more predictable and helps users avoid confusion when managing website signature requests.
Original PR description
task: https://www.odoo.com/web?#id=34897&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.7a5e85304e2ce25cccee80ddb5b3a703
Code cleanup and technical improvements
This update standardizes several notification email templates so customers and employees receive more consistent messages. It also carries over previous company-related fixes into a shared template, reducing the chance of inconsistent or incorrect email content.
Original PR description
Linked to https://github.com/odoo/odoo/pull/22205