[19.0][MIG] ddmrp_history: Migration to 19.0#607
Open
LoisRForgeFlow wants to merge 81 commits intoOCA:19.0from
Open
[19.0][MIG] ddmrp_history: Migration to 19.0#607LoisRForgeFlow wants to merge 81 commits intoOCA:19.0from
LoisRForgeFlow wants to merge 81 commits intoOCA:19.0from
Conversation
* Migration to 11.0 * Add python unittest * Improve code according to reviews
* update ddmrp_history README and manifest to follow OCA guideliens and add new icon. * add context to be able to avoid history creation. * improve tests. * solve todo comments.
* make charts responsive. * remove nfp from execution chart. * remove bokeh logo from charts. * format dates using user's language.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-11.0/ddmrp-11.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-11-0/ddmrp-11-0-ddmrp_history/
Currently translated at 93.1% (27 of 29 strings) Translation: ddmrp-13.0/ddmrp-13.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-13-0/ddmrp-13-0-ddmrp_history/fr/
There is a frequent search on it
Resize the top yellow of the execution chart to share half of the top zone with the red zone. This fixes the case when the green zone is big enought to consume enterily the top yellow zone.
Currently translated at 100.0% (29 of 29 strings) Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_history/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_history/
Currently translated at 100.0% (30 of 30 strings) Translation: ddmrp-16.0/ddmrp-16.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_history/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: ddmrp-17.0/ddmrp-17.0-ddmrp_history Translate-URL: https://translation.odoo-community.org/projects/ddmrp-17-0/ddmrp-17-0-ddmrp_history/
Field company_id on ddmrp.history is defined as a related to buffer_id.company_id which is a required field on stock.buffer. Therefore, we do not need to consider the possibility of a null value in the rule, which will in turn improve how Odoo's ORM will generate the SQL to fetch records linked to a single buffer. In a table with >30M records and 2000 linked to a single buffer, execution time went from 10-15ms to 3-5ms to get all the records from a single buffer.
bf27492 to
ce84b08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.