Daily updates from Odoo
Friday, March 3, 2017
8 changes · master
New functionality added to Odoo
Introduces a redesigned website dashboard and clearer menu structure for website, eCommerce, CRM, recruitment, and events workflows. Sales access and reporting are improved with new dashboard metrics, while repair permissions are adjusted for inventory roles.
Original PR description
https://www.odoo.com/web?debug=#id=29247&view_type=form&model=project.task&menu_id=5200
Enhancements to existing features
Event management is easier to configure through reusable event categories that carry defaults for tickets, website visibility, attendee questions, mailing, and seat limits. The update also improves event registration wording, automated communications, reporting views, and track/session management so event teams can run and promote events with less manual setup.
Original PR description
Task: https://www.odoo.com/web#id=28791&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
The Website app dashboard is redesigned to give teams faster access to website, eCommerce orders, payments, and performance indicators. Menu navigation is simplified so users land in the right place based on their role, while related website apps are easier to discover and install.
Original PR description
Task: https://www.odoo.com/web?debug=#id=29247&view_type=form&model=project.task&menu_id=5200
This update corrects the names of Belgian tax entries so they are clearer and more accurate for users. It helps businesses using Belgian localization identify taxes correctly in accounting documents and configuration.
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
Scheduling or editing an activity in Mail no longer creates an extra log entry, reducing unnecessary chatter in records. This keeps communication histories easier to read and focused on meaningful updates for users.
Original PR description
Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web#id=31647&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.e7eaba8361fae7fc82478233396e7337 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 website catalog menu labels for coupon and promotion programs were renamed to make them easier for users to understand. This is a small navigation improvement that helps staff find the right promotional tools more quickly.
Original PR description
See https://github.com/odoo/odoo/pull/15667 .
Resolved issues and error corrections
This update fixes an error that could occur when a Point of Sale user tried to access a POS session. It improves day-to-day reliability for POS users by ensuring the right access permissions are in place.
Original PR description
Task : https://www.odoo.com/web#id=710186&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
This fix stops users from deleting journal entries that are still linked to employee expenses. It helps keep expenses and accounting records consistent by requiring the expense to be removed first.
Original PR description
Description of the issue/feature this PR addresses: After the idea of @mart-e https://github.com/odoo/odoo/pull/15646 : Add ondelete='restrict' on many2one 'account.move 'field , like in account.invoice. https://github.com/odoo/odoo/blob/10.0/addons/account/models/account_invoice.py#L268 Current behavior before PR: You can unlink an journal entrie linked to an expense. After unlink, the state of expense is still "Posted", and you can not generate a new expense. Desired behavior after PR is merged: Impossible to unlink the journal entries, you need to unlink the expense before. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr