Saturday, December 31, 2022
2 changes · master
Miscellaneous changes
Current behavior: If you add cash at the opening of a session that already has cash in the cash register; the closing popup will show a negative profit (loss) for the cash payment method. Steps to reproduce: - Open a POS session - Add cash to the cash register (50€) - Close the session - Open a new session - The popup show that there is already 50€ in the cash register, add cash to the cash register (100€) - Close the session, the closing popup will show a loss of 50€ for the cash paym
Original PR description
Current behavior: If you add cash at the opening of a session that already has cash in the cash register; the closing popup will show a negative profit (loss) for the cash payment method. Steps to reproduce: - Open a POS session - Add cash to the cash register (50€) - Close the session - Open a new session - The popup show that there is already 50€ in the cash register, add cash to the cash register (100€) - Close the session, the closing popup will show a loss of 50€ for the cash payment method. Wich is not true, it's a profit of 50€. opw-3101297 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#108737
This commit fixes a failing old test that expected picking `state` to become `assigned` only after calling `action_assign`. Forward-Port-Of: odoo/enterprise#35304
Original PR description
This commit fixes a failing old test that expected picking `state` to become `assigned` only after calling `action_assign`. Forward-Port-Of: odoo/enterprise#35304