Daily updates from Odoo
Wednesday, February 14, 2018
6 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=
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`.