Daily updates from Odoo
Friday, July 26, 2019
10 changes
Enhancements to existing features
The old Settings dashboard is removed and its key actions are moved into the General Settings page. Users can now invite people, access developer tools, view the Odoo edition, and manage IAP account links from one clearer settings area.
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
The manufacturing demo instructions for producing a Table (MTO) have been updated so the worksheet pages follow the revised step order. This makes the demo flow easier to follow and avoids users jumping backward and forward through the instruction file.
Original PR description
The demo data for the quality points for producing a Table (MTO) was changed. The order of the quality points changed, but not the pages they need to scroll to. So changed the pages to scroll too, such that you always scroll further in the file. Task ID : 1893502 Description of the issue/feature this PR addresses: Task ID - https://www.odoo.com/web#id=1893502&action=327&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.625cacc87571d9af2fadc903679c9a7f 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 update fixes website forms so visitors can submit messages with attachments reliably. It also adds confirmation prompts to kanban actions, removes an unused recruitment field, and adds LinkedIn as a marketing tracking medium.
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
Purchase order and quotation reports are now structured to make them easier to customize in add-on modules. This helps businesses adapt purchasing documents to their own layout or information needs with less development effort and lower maintenance risk.
Original PR description
**Description of the issue/feature this PR addresses:** In a custom module, suppose you extend the purchase report template using inherit. Then if you want to add `<tr>` tags it's difficult if there is a `<tr t-foreach=` and you are forced to do a xpath replace. To avoid that, this PR adds the same trick as [sale report](https://github.com/odoo/odoo/blob/11.0/addons/sale/report/sale_report_templates.xml#L97-L98). **Current behavior before PR:** Purchase reports lack some extensibility. **Desired behavior after PR is merged:** Extensibility of purchase reports are improved. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds internal labels to key e-learning and lead generation page elements, making them easier for implementers to target when customizing views. It does not change the visible user experience, but it reduces effort and risk when tailoring these pages for specific business needs.
Original PR description
Description of the issue/feature this PR addresses: Creating `xpath` expressions into the e-learning its main view is rather tricky. Current behavior before PR: The main elements have no `name` attribute, which makes it harder to modify/inherit the view. Desired behavior after PR is merged: There are `name` attributes on the main elements so it is easy to modify the view. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Several Odoo form screens now include the standard sheet layout, making them render more consistently with the rest of the application. This is a small visual improvement that helps users see cleaner, more predictable forms in affected areas such as marketing tracking and e-learning content.
Original PR description
Description of the issue/feature this PR addresses: There are no `<sheet>` items set on a few form view in Odoo. Current behavior before PR: No `<sheet>` on the form views. Desired behavior after PR is merged: `<sheet>` set on the form views. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds labels to key parts of the CRM lead mining view so they are easier to identify and customize. It helps implementers adapt the view more reliably without changing what end users see.
Original PR description
Description of the issue/feature this PR addresses: Creating `xpath` expressions in the leaning mining view is rather tricky. Current behavior before PR: The main elements have no `name` attribute, which makes it harder to modify/inherit the view. Desired behavior after PR is merged: There are `name` attributes on the main elements so it is easy to modify the view. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The stock replenishment flow now allows the source document text "Manual Replenishment" to appear in the user's language. This helps international teams, such as Chinese users, see clearer localized wording on generated purchase requests.
Original PR description
Description of the issue/feature this PR addresses: Let "Manual Replenishment" translatable. Current behavior before PR: Use the button Replenish on product form view. A new Requests for Quotation is created with Source Document set to "Manual Replenishment". Desired behavior after PR is merged: Use the button Replenish on product form view. In China, A new Requests for Quotation is created with Source Document set to "手动补给". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Settings entry now takes users straight to the General Settings page instead of an intermediate dashboard. Key tools from the removed dashboard, such as user invitations, developer tools, edition details, and account links, were moved into settings or menus to reduce duplication and improve navigation.
Demo work order and quality check data for make-to-order table production now follows the correct page order in the worksheet. This makes the sample manufacturing flow clearer and easier to follow for users exploring or demonstrating the process.
Original PR description
…e (MTO) WorkOrder.
The demo data for the quality points for producing a Table (MTO) was changed. The order of the quality points changed, but not the pages they need to scroll. So changed the pages to scroll too, such that you always scroll further in the file.
And then again changed the page number in the demo data according to the pages.
Task ID : 1893502
Task - https://www.odoo.com/web#id=1893502&action=327&model=project.task&view_type=form&menu_id=4720
Pad- https://pad.odoo.com/p/r.625cacc87571d9af2fadc903679c9a7f