Daily updates from Odoo
Navigate
Branch
Thursday, January 18, 2018
6 changes
Enhancements to existing features
Empty “no item found” pages now show centered onboarding illustrations and clearer text instead of small corner tips. This makes first-time or empty views easier to understand and gives users a direct link to create their first record.
Original PR description
We would like to make the "no item found" screens more appealing. Before this commit, it shows a small help tip in the top-left corner of the screen, just below the "Create" button. With this commit,…
We would like to make the "no item found" screens more appealing. Before this commit, it shows a small help tip in the top-left corner of the screen, just below the "Create" button. With this commit, these help tips have been replaced by onboarding screens, which consist of a picture and some text below, both of which are horizontally centered. The texts have been slightly changed, so that they are shorter and clearer. Also, they include a link to create an item, of which their behavior is exactly similar to the "create" buttons. Following apps have been considered: (A) accounting, (C) contacts, crm (D) dashboard, discuss (F) fleet (H) helpdesk, hr, hr_attendance, hr_expense, hr_holidays (I) im_livechat, inventory, invoicing (L) link_tracker, lunch (M) maintenance, mass_mailing, mrp (P) plm, pos, project, purchases (S) sales, subscription, survey (W) website_event, website_sale -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo’s test runner can now label tests and run only selected groups, making quality checks faster and easier to target. This helps teams focus on relevant tests, such as slow tests or tests for a specific app, while removing little-used test reporting options.
Original PR description
Add the possibility to tag tests and select them with a CLI option. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website contact form is now easier to customize and reuse, with better handling for CRM opportunity creation and email replies. Businesses can capture richer lead details such as salesperson and sales channel, while visitors can submit another contact request without refreshing the page.
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
This update adds several French cash-basis VAT tax options for sales and purchases in the French localization. It helps French companies select the correct VAT treatment more easily when configuring invoices and accounting.
Original PR description
Task : https://www.odoo.com/web#id=42558&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.a950d3f15f4baaf54d4b0c43fe3a6e49 Description of the issue/feature this PR addresses: Add some taxes in l10n_fr module Current behavior before PR: Add some taxes in l10n_fr module Desired behavior after PR is merged: Taxes are Added in l10n_fr module -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Empty list screens now show centered onboarding visuals and clearer guidance instead of small help tips near the Create button. This makes first-time use easier and gives users a more polished path to creating their first record across many apps.
Original PR description
We would like to make the "no item found" screens more appealing. Before this commit, it shows a small help tip in the top-left corner of the screen, just below the "Create" button. With this commit, these help tips have been replaced by onboarding screens, which consist of a picture and some text below, both of which are horizontally centered. The texts have been slightly changed, so that they are shorter and clearer. Also, they include a link to create an item, of which their behavior is exactly similar to the "create" buttons. Following apps have been considered: (A) accounting, (C) contacts, crm (D) dashboard, discuss (F) fleet (H) helpdesk, hr, hr_attendance, hr_expense, hr_holidays (I) im_livechat, inventory, invoicing (L) link_tracker, lunch (M) maintenance, mass_mailing, mrp (P) plm, pos, project, purchases (S) sales, subscription, survey (W) website_event, website_sale
The website form builder now opens with useful default forms and clearer setup behavior, making it easier for teams to create contact and support forms without extra configuration. Contact forms can default to emailing the administrator, previous choices are retained in setup dialogs, and helpdesk form editing behavior is more reliable.
Original PR description
…der has been updated.