Wednesday, March 27, 2019
4 changes · master
Enhancements to existing features
The accounting dashboard now presents clearer labels, cleaner spacing, and helpful sample data when no real data is available. These updates make onboarding easier and help users understand accounting actions such as uploading bills and reviewing balances more quickly.
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 POS loyalty program setup now shows only products that can be sold in Point of Sale, reducing confusion during reward configuration. New reward products are automatically marked as available in POS, and the points cost label is clearer for users.
Original PR description
Task: https://www.odoo.com/web?#id=1932191&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.8e5eeb9519db3a46ff046f174c9941ac - only products available in Pos are visible when setting reward program - checkbox 'Available in Pos' is ticked by default when creating product from reward program - "Points per currency" string on point_cost field is set
The bank account setup flow now defaults to linking a new online connection to an existing journal when opened from the dashboard configuration. This reduces an unnecessary choice for users and helps prevent creating duplicate bank journals during setup.
Original PR description
task 1893104
Users can now choose the batch booking option directly on SEPA Direct Debit batch payments instead of relying on a hidden default setting. The update also removes outdated internal code, making the payment process easier to manage and maintain.
Original PR description
Adds batch booking option to SDD module. Also, removes old functions that got deprecated after a fix and couldn't be directly removed from a stable version.