Thursday, November 22, 2018
7 changes · master
Enhancements to existing features
Postal mail handling is easier to manage with clearer letter views, accounting menu access, and pricing shown in stamps. The update also helps prevent failed mailings by detecting invalid addresses before invoices or batch letters are sent.
Original PR description
- Improved the form and list views of snailmail.letter objects, - Added menus to access the letters from the account app, - Manage invalid address on the partners when trying to send a postal letter This merge is linked to the task ID 1892473
Sales and purchase journals in Belgium, France and Luxembourg will now use a dedicated numbering sequence for credit notes by default. This helps companies in these countries follow local accounting expectations more consistently without manual setup.
Original PR description
Description of the issue/feature this PR addresses: Make “Dedicated Credit Note Sequence” depend on localization. Activate that option for Belgium, France and Luxembourg. Current behavior before PR: “Dedicated Credit Note Sequence” always set to False Desired behavior after PR is merged: Set to true for be/fr/lu -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the setup of unit of measure form screens so they are better structured for future customization. It adds clearer layout sections and identifiers, making it easier and safer for teams or partners to adapt these screens when needed.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created views with no group names set on the harder to reach elements. Current behavior before PR: The form views have no `<sheet>` set and no group names. Desired behavior after PR is merged: The form views have a `<sheet>` set and have group names set for easy `<xpath>` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The membership product form has been adjusted to use a clearer page structure. This makes the view easier to maintain and customize, reducing friction for future updates without changing day-to-day business workflows.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created views with hard to reach elements for developers. Current behavior before PR: Multiple base views have no `<sheet>` set and have some annoying parts to xpath. Desired behavior after PR is merged: The form views have a `<sheet>` set and have names set on the most important items for easy `xpath` expressions. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves the layout of the email campaign label form so it matches the polished look of other Odoo forms. Users get a more consistent and visually organized experience when managing mailing labels.
Original PR description
Description of the issue/feature this PR addresses: Create a neat form view for this menu Current behavior before PR: The formview has no `<sheet>` which results in a not really beautiful form view Desired behavior after PR is merged: A great looking form view like most views in Odoo. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM scoring configuration now uses a clearer domain selector when defining which leads or opportunities a rule applies to. This makes it easier for sales and marketing teams to set targeting criteria accurately without needing technical knowledge.
Original PR description
…for domain field Task: https://www.odoo.com/web?#id=35178&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.58e1405f40eb33ca586c72f96f1b135e
Resolved issues and error corrections
Purchase users without accounting permissions can now open partner records and still see purchase order counts. This removes an unnecessary access barrier while keeping purchase and accounting permissions separated.
Original PR description
Description of the issue/feature this PR addresses: On partners form, purchase orders count should be accessible even for purchase users with no accounting rights Current behavior before PR: Impossible to access to partners form for purchase users with no accounting rights Desired behavior after PR is merged: Possibility to access to partners form for purchase users with no accounting rights -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr