Wednesday, September 7, 2016
6 changes · master
New functionality added to Odoo
This adds a generic activity scheduling feature to the chatter so users can create, edit, complete, and track follow-up activities directly on many types of records. It also adds kanban activity indicators, filters, and menus to help teams see overdue, today, and planned work across sales, CRM, projects, events, recruiting, and other business documents.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=24037&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.047d652c03fbd5491cdff467becbd444 Current behavior before PR: - Next activity is available in some modules, but its not generic for all documents. Desired behavior after PR is merged: - 'Schedule an Activity' is integrated with the chatter (mail.thread) generic - Create Next Activity from any created document - Log as many activity as you want, and then you can edit, remove or log any activity in chatter by clicking "Mark as done" - Kanban Widget, with options of creating new activity, edit activity, and mark as done ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds activity filters and quick activity buttons in several app views, making it easier for users to find records that need follow-up and act on them from kanban boards. It also removes older CRM VoIP next-activity fields because activity management is now handled more consistently across documents.
Original PR description
- Task: https://www.odoo.com/web#id=24037&view_type=form&model=project.task&action=327 - Pad: https://pad.odoo.com/p/r.047d652c03fbd5491cdff467becbd444
Enhancements to existing features
Users can now select the company’s base currency as an account currency without receiving a confusing error. The warning is only shown when the journal and account currencies truly differ, making invoice validation smoother and easier to understand.
Original PR description
Description of the issue/feature this PR addresses: - Base currency and account currency <strong>Task:</strong>https://www.odoo.com/web#id=26905&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad:</strong>https://pad.odoo.com/p/r.3bed85539d6bc71aae01bf51f3ad74a2 Current behavior before PR: - If you set the base currency as account currency in account , than it gives the wanning message which is not understanding fot the users. Desired behavior after PR is merged: - User can select 'base currency' as 'account currency' in account than the users got expected behavior ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Customer portal pages now exclude internal stock transfers, so customers only see delivery information relevant to them. The change also fixes report printing access issues for portal users while preserving company information display in reports.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=24290&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ec63337ac6c4a0339491e2ea5358128b Current behavior before PR: see for more detail: https://drive.google.com/file/d/0B2-AYc9-ezYhaHhuYVo0cnFCN1U/view?usp=sharing Desired behavior after PR is merged: Internal transfers not appear on the portal of the customer. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The email template preview now lets users pick a sample document through a clearer record selector instead of a limited dropdown. The wizard wording and buttons are simplified so users can preview templates more naturally and close the window when done.
Original PR description
Description of the issue/feature this PR addresses: <strong>Task: </strong>https://www.odoo.com/web#id=26754&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong>https://pad.odoo.com/p/r.d08719a600388717a9f0da776d6e5c25 Current behavior before PR: - Email Template Preview we get to choose out of max 10 records. Desired behavior after PR is merged: - Email templates 'Sample Document' field Change 'Selection' to 'Many2one' with no create and no open. - We rename "Choose an example _Model Name_ record:" into "Preview the _Model Name_ record for : ". ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When an XML file cannot be read correctly, Odoo now includes the affected file name in the error message. This helps developers and support teams find and fix broken files faster, reducing troubleshooting time.
Original PR description
### Description of the issue/feature this PR addresses: Be nice to Odoo developers! ### Current behavior before PR: When an XML file fails to parse, it report the problem and line number, but not the file name. ### Desired behavior after PR is merged: Show the file name with the parsing problem. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr