Tuesday, January 7, 2020
4 changes · master
Enhancements to existing features
When creating a new bank account from a vendor bill or related accounting document, Odoo now automatically sets the vendor as the account holder when available. This reduces manual data entry and helps avoid mistakes when adding vendor banking details.
Original PR description
Description of the issue/feature this PR addresses: Automatically set the account holder Current behavior before PR: When you click on "Create and Edit" for a bank account related to a vendor you always need to fill in the "Account holder" manually. Desired behavior after PR is merged: As we can create a bank account from the account.move we can directly set the vendor (account holder) if there is one set as this almost always matches.  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds a demo activity type for sending emails with a predefined template in CRM. It helps demonstrate how sales teams can use email templates in their workflow, making demo environments more realistic and easier to understand.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=1887986&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.c45a2f20d6e372fe9ed4095d03a097f5 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 Members app now places membership product settings under a dedicated Membership Products item in the Configuration menu. This makes the navigation consistent with other Odoo apps and easier for users to find.
Original PR description
PURPOSE ======= It is odd that the 'configuration' menu item on the 'Members' app does not unfold on configuration items like in all other apps. Even though there are only membership products to configure, the action should still have its dedicated menu item for consistency across modules. SPECIFICATION ============= 'Move' action membership.action_membership_products to a new 'Membership Products' menu item under 'Members/Configuration' TaskID: 2167683 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 Time Off app now includes improved tooltip guidance for the person responsible for time off requests. This helps users better understand the field’s purpose and reduces confusion when configuring employee leave management.