odoo
odoo copied to clipboard
Odoo. Open Source Apps To Grow Your Business.
New image development was started in August but now being released in October, so bump version from 24.08 -> 24.10. --- I confirm I have signed the CLA and read...
**Description of the issue/feature this PR addresses:** The value `move.tax_totals` is defined in `/addons/account/models/account_move.py` by calling the function `_get_tax_totals_summary` from `account_tax`: https://github.com/odoo/odoo/blob/5714ee114fb5c4b9d1342159b07efa27f16a7c8d/addons/account/models/account_move.py#L1551 The `_get_tax_totals_summary` generates a dict with the total...
The issue: When setting an automation rule to trigger 'On Save' onto a model with a settable non-stored compute field it will sometimes cause an error. For example, the boolean_favortie...
WIP Task-4252043 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
## Issue: - When a database is set to a language other than English, the 'Expected Date' for product replenishment does not adapt according to the set vendor lead time....
New image development was started in August but now being released in October, so bump version from 24.08 -> 24.10. --- I confirm I have signed the CLA and read...
upgrade: https://github.com/odoo/upgrade/pull/7911
This commit provides a way for agents to quickly identify the conversations on which they need to take action. part of task-4771890 --- I confirm I have signed the CLA...
*=project_timesheet_holidays,sale_timesheet Task-4760337
## Commit 1 [FIX] point_of_sale, pos_sale: fix product loading in POS Before this commit, when loading additional products after the initial load, the PoS were not receiving all necessary data...