Daily updates from Odoo
Monday, July 29, 2019
13 changes · master
Enhancements to existing features
This change removes outdated internal code in the purchase requisition stock area that no longer runs after earlier system updates. It helps keep the codebase simpler and easier to maintain without changing day-to-day user behavior.
Original PR description
The commit https://github.com/odoo/odoo/commit/d3dc5048e40d1aef693336d10ce582d39ce17337 from v11 should be removed, as in v12 becomes dead code because the commit https://github.com/odoo/odoo/commit/93ae1b1a041b6a36521263ff87ac980e6102551a deleted the _get_exceptions_domain method.
Website shop managers can now reset product ordering after using the promotion option. This makes it easier to undo promotional ordering changes and return products to their normal sequence without manual rework.
Original PR description
Purpose of this task is, After a promotion, can't reset the order of the product So I added option in In the customize > Promote > New last option = "Reset order" to reset sequence Task Id : 1960777 Pad link : https://pad.odoo.com/p/r.fb7f3c7b15d330a19eed7648d06219ec
This update improves partner and company autocomplete so teams can create or edit customer and supplier records with more pre-filled information from VAT and external data sources. It also makes the underlying autocomplete flow easier to extend across sales, purchasing, accounting, CRM, and repair screens.
Original PR description
Task: https://www.odoo.com/web?#id=1867818&action=327&model=project.task&view_type=form&menu_id=4720
This update improves the layout of several Odoo settings pages to prevent display issues and make configuration screens easier to read. It standardizes label spacing across affected apps, reducing visual clutter for administrators.
Original PR description
layout issue in settings 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 makes the accounting setup flow more practical by moving fiscal localization into the company data step and improving how bank accounts open from the setup bar. It also filters reconciliation entries from the selected fiscal year opening date and removes a settings option that belongs to the enterprise reporting flow.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=38737&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad-ID:…
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=38737&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad-ID: https://pad.odoo.com/p/r.0a035006ed129691ccddcd17e8525d5d Before this commit: Fiscal localization can be selected from settings only. If there are more than one bank accounts, accounting configuration bar -> bank accounts view was only showing one bank account into form view. account_hide_setup_bar option can be seen in community settings. After this commit: If user will select fiscal year date from accounting configuration bar, reconciliation interface will show only those entries which is on or after that selected date, Fiscal localization option is now available under this view: accounting configuration bar -> company data form-view. If there are more than one bank accounts, accounting configuration bar -> bank accounts view will open multiple bank accounts into list view and incase of only one bank account it will open into edit form view. account_hide_setup_bar option has been removed from community settings. Task-ID: 38737 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves several accounting workflows to make credit notes, refunds, journal settings, and reconciliation clearer for users. It adds a credit note email template, improves labels and navigation after payment matching, and removes duplicate or overly visible accounting options.
Original PR description
TASK:https://www.odoo.com/web?debug#id=1838648&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.295c94d0e862ea72b70e82ab7cc0a001 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
Users who join or leave channels they are not subscribed to now see a clear yellow notification instead of triggering a regular chatter message. This makes channel activity easier to understand and reduces confusing or unnecessary messages in discussions.
Original PR description
Task: https://www.odoo.com/web#id=1839849&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Pad: https://pad.odoo.com/p/r.46c4d20bd4d7e6605bd68ef5b0eef95d
CRM kanban boards now highlight overdue opportunities in red and show their deadline, helping sales teams quickly spot where action is needed. Stage tooltips also display conversion rates, giving managers an at-a-glance view of how opportunities progress through the pipeline.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=41689&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.fd8e2bc90e1cb19782d31e8772b9b946 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
List views now keep their column headers visible while users scroll through many records. This makes it easier to understand and compare data without repeatedly scrolling back to the top, including in many-to-many and many-to-one selection lists.
Original PR description
make sticky header for only listview and m2m and m2o selection listview, for o2m which are displayed in form we do not make sticky headers as scroller will be on whole form view Co-Authored by: Mohammed Shekha <msh@openerp.com> Task :- https://www.odoo.com/web#id=38262&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD :- https://pad.odoo.com/p/r.00683421860d31123f96ea4d7eed0142 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
Company document branding settings have been moved into a guided wizard available from general settings and the sales and accounting onboarding flows. Users can now adjust report layout, logo, colors, fonts, headers, footers, paper format, and preview changes in one place, making branded business documents easier to configure.
Original PR description
The onboarding modal for setting up the few base fields of a company has now been moved to a wizard It is accessible from the general settings, but also in the onboarding section of sale and account…
The onboarding modal for setting up the few base fields of a company
has now been moved to a wizard
It is accessible from the general settings, but also in the onboarding
section of sale and account modules.
The following company settings are editable with that wizard:
- Set report layout:
The user can chose the overall look of the report. The current choices
are : "Standard" (default), "Background", "Boxed" and "Clean".
Each layout has its own pair of default colors.
- Set company logo:
Changes the company logo.
- Set report colors:
The user can set the primary and secondary colors of the report through
a newly added widget allowing to pick a custom color.
Colors are automatically changed when:
> changing company logo:c olors are computed from the logo
> changing the report layout:
colors are set to the default colors of the new layout
A "Reset colors" button is shown when using custom colors, allowing
the user to set the colors to the layout default colors
- Set report font:
Changes the overall font of the report. Only Google Fonts are used
for enhanced compatibility.
- Company tagline, also called "header"
- Footer
- Paper format
- Report preview:
A mockup of a final report
Reacts to changes of relevant fields
Task 1919288
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prAfter all follow-up reports are processed, the celebratory confirmation now includes a direct link back to the dashboard. This helps users continue their workflow more quickly without manually navigating back.
Original PR description
TASK:https://www.odoo.com/web?debug#id=1838648&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.295c94d0e862ea72b70e82ab7cc0a001 --'Follow-up Reports' rainbow inside added 'got to dashboard' This commit is related to task ID 1838648
The helpdesk portal was updated to work with the newer customer communication panel and to improve ticket list navigation. Customers can now browse tickets using pagination, replacing the older expand button for a clearer and more scalable experience.
Original PR description
Task: https://www.odoo.com/web#id=30059&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
Sales coupon rules can now apply a discount to several selected products or product categories instead of only one. This gives businesses more flexibility to create promotions such as a single discount covering related items like pen drives and hard disks.
Original PR description
Currently, on specific product, only one product or categogory can be selected. After this, multiple products and category can be selected. This task is related to task #33737.