Friday, October 9, 2020
3 changes · master
Resolved issues and error corrections
The Chilean contact form no longer shows “Tax Payer Type” as a selectable placeholder in the taxpayer type field. This makes the dropdown clearer and helps users leave the field empty when appropriate without choosing a misleading option.
Original PR description
…from res_partner view Description of the issue/feature this PR addresses: The Tax Payer Type field for a Chilean partner contains the text Tax Payer Type as first option instead of an empty value.  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The eCommerce dashboard now uses the same criteria when showing abandoned cart counts and opening the related order list. This reduces confusion for users deciding which carts still need recovery emails, though date filters from the dashboard may still not carry over to the list view.
Original PR description
Before this commit, the Number of Abandoned Carts on the website dashboard and the Number of sales order was different due to mismatch in the domain. (Same was there for `Abandoned` filter) Now we align domain of `action_abandoned_orders_ecommerce` action and `order_abandoned` filter. 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 fix ensures Belgian payroll meal voucher calculations use the latest work entry data before running. It helps avoid misleading test results and improves confidence that voucher computations are based on complete payroll information.
Original PR description
…chers Purpose ======= On some tests, it could lead to false positive if the work entries creation and the meal vouchers computation are done during the same transaction. TASKID: 2357771