- Sep 03, 2023
-
-
Odoo Translation Bot authored
-
- Jul 02, 2023
-
-
Odoo Translation Bot authored
-
- Jun 11, 2023
-
-
Odoo Translation Bot authored
-
- May 28, 2023
-
-
Odoo Translation Bot authored
-
- Apr 30, 2023
-
-
Odoo Translation Bot authored
-
- Apr 23, 2023
-
-
Odoo Translation Bot authored
-
- Apr 09, 2023
-
-
Odoo Translation Bot authored
-
- Mar 20, 2023
-
-
Andrew Gavgavian authored
`Account.move.line` contains a stored related field called `parent_state` which relates to `move_id.state`. This allows for performance improvements by accessing that instead of `move_id.state`. However, across odoo and enterprise `account.move.line` is domained against `move_id.state`. This can produce an unnecessary left join on SQL queries for reports or other queries when instead it could use the stored field directly. To accomplish this fix, we adjust domains to refer to 'parent_state' instead of `move_id.state` While this PR will adjust multiple modules to fix this domain, it should improve SQL queries over large tables when a left join is no-longer necessary. opw-3178866 closes odoo/odoo#114730 Related: odoo/enterprise#37939 Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Mar 19, 2023
-
-
Odoo Translation Bot authored
-
- Feb 26, 2023
-
-
Odoo Translation Bot authored
-
- Feb 19, 2023
-
-
Odoo Translation Bot authored
-
- Jan 08, 2023
-
-
Odoo Translation Bot authored
-
- Dec 11, 2022
-
-
Odoo Translation Bot authored
-
- Aug 07, 2022
-
-
Odoo Translation Bot authored
-
- Apr 03, 2022
-
-
Odoo Translation Bot authored
-
- Feb 27, 2022
-
-
Odoo Translation Bot authored
-
- Feb 25, 2022
-
-
root authored
By setting an index on the vehicle field and using a read_group we significantly improve the performance. closes odoo/odoo#85421 Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Feb 15, 2022
-
-
Odoo Translation Bot authored
-
- Dec 19, 2021
-
-
Odoo Translation Bot authored
-
- Nov 07, 2021
-
-
Odoo Translation Bot authored
-
- Oct 24, 2021
-
-
Odoo Translation Bot authored
-
- Oct 03, 2021
-
-
Odoo Translation Bot authored
-
- Sep 05, 2021
-
-
Odoo Translation Bot authored
-
- Aug 24, 2021
-
-
Nicolas Lempereur authored
The compute field for fleet_vehicle().account_move_ids can be using self.id where self might be a recordset with more than one record. opw-2630226 closes odoo/odoo#75532 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
- Jul 26, 2021
-
-
Xavier-Do authored
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74231 Related: odoo/enterprise#19850 Related: odoo/design-themes#43 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Jul 25, 2021
-
-
Odoo Translation Bot authored
-
- Jul 18, 2021
-
-
Odoo Translation Bot authored
-
- Jul 11, 2021
-
-
Odoo Translation Bot authored
-
- Jun 27, 2021
-
-
Odoo Translation Bot authored
-
- Jun 20, 2021
-
-
Odoo Translation Bot authored
-
- Jun 06, 2021
-
-
Odoo Translation Bot authored
-
- May 30, 2021
-
-
Odoo Translation Bot authored
-
- Apr 25, 2021
-
-
Odoo Translation Bot authored
-
- Mar 28, 2021
-
-
Odoo Translation Bot authored
-
- Mar 07, 2021
-
-
Odoo Translation Bot authored
-
- Mar 04, 2021
-
-
Goffin Simon authored
The fleet vehicle_id must be visible on vendor refund opw:2471784 closes odoo/odoo#67130 Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Feb 26, 2021
-
-
Florian Gilbert authored
Field vehicle_id is missing on the account.move.line view of refunds. This fix updates the domain to make visible the field in in_refund. Task ID: #2466914 closes odoo/odoo#66892 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
- Feb 28, 2021
-
-
Odoo Translation Bot authored
-
- Feb 21, 2021
-
-
Odoo Translation Bot authored
-
- Feb 14, 2021
-
-
Odoo Translation Bot authored
-