Saturday, October 12, 2024
1 change · 17.0
Miscellaneous changes
Steps to reproduce: - use ODOO.BALANCE("1",,1) (make sure it returns some value) - switch to another company (company 1 should not be active) => the balance doesn't appear even though the company_id is provided and set to 1 Issue introduced with a707f8345cec8f40407 Task: 4223319 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.
Original PR description
Steps to reproduce:
- use ODOO.BALANCE("1",,1) (make sure it returns some value)
- switch to another company (company 1 should not be active) => the balance doesn't appear even though the company_id is provided
and set to 1
Issue introduced with a707f8345cec8f40407
Task: 4223319
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
Forward-Port-Of: odoo/odoo#182344