Monday, December 7, 2020
6 changes · master
Enhancements to existing features
Portal users can now send chatter messages and immediately see them appear without the page refreshing. Attachments in portal messages also look more consistent with the backend and can be previewed in a document viewer, with fixes for access and download issues.
Original PR description
Description of the issue/feature this PR addresses: Task-ID: https://www.odoo.com/web?#id=2054662&action=327&model=project.task&view_type=form&menu_id=4720 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 CRM quotation wizard no longer offers an option to continue without linking a customer. This simplifies the sales flow and helps ensure quotations are created with the required customer information.
Original PR description
PURPOSE Clicking on 'New Quotation' button on the lead, a wizard is opened, with three radio options out of which the last one (nothing) seems to be of no use. SPECIFICATION Remove the option 'nothing' from the wizard and it's related code. PR Task 2360863 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Companies can now choose between the standard EC Sales List and versions tailored to local country requirements. Belgium and Luxembourg intrastat taxes are enabled by default, making cross-border reporting easier and more consistent.
Original PR description
Adapt EC Sales List report to meet current company country requirements. User can now choose to display global report (same as previous EC Sales List report) or display company specific report meeting country specific requirements. Task: 2217469
Purchase orders can now be identified by whether they are standard procurement orders or commission-related orders. This supports more precise access rules, helping businesses control who can view or manage commission purchases separately from regular purchasing activity.
Original PR description
Aiming for more fine-grained access rules, this commit introduces a new field: purchase_type. Business flows dictate its value: - By default, a purchase order's purchase_type is: procurement. - In the context of commissions, purchase_type is: commission. Task: https://www.odoo.com/web#active_id=2276754&cids=1%2C3%2C5&id=2276754&menu_id=&model=project.task
The EC Sales List report now lets companies choose between the standard global view and a version tailored to their country’s reporting requirements. This helps businesses meet local compliance needs while keeping the familiar generic report available.
Original PR description
Adapt EC Sales List report to meet current company country requirements. User can now choose to display global report (same as previous EC Sales List report) or display company specific report meeting country specific requirements. Task: 2217469
Survey-related appraisal activities now include a direct link to the selected survey template. This makes it easier for employees or managers to open the right feedback survey from the activity description, reducing extra navigation.
Original PR description
**PURPOSE** Add a link in a Activity description is a standard behavior. The link is not added for survey activities. **SPECIFICATION** Adding a link to survey activities which directly redirects to selected survey template's URL. **LINKS** PR https://github.com/odoo/enterprise/pull/14189 Task- 2354467