diff --git a/docs/.buildinfo b/docs/.buildinfo index 8fc3afba..317400dc 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 648f9f2e07c7deec50164f503d59c282 +config: 29056e948188a77cedc1ab2380ef1ba4 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.doctrees/API.doctree b/docs/.doctrees/API.doctree index 76e7e494..b5f0e194 100644 Binary files a/docs/.doctrees/API.doctree and b/docs/.doctrees/API.doctree differ diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 39de8db6..31bec831 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/API.html b/docs/API.html index ad8409c3..1810c3b7 100644 --- a/docs/API.html +++ b/docs/API.html @@ -4,7 +4,7 @@ - OpenUpgrade API — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + OpenUpgrade API — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 21f06d9c..387f7efd 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.1.dev1+g1da2a4f', + VERSION: '0.1.dev1+g9f5fd6c', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_static/searchtools.js b/docs/_static/searchtools.js index 92da3f8b..b08d58c9 100644 --- a/docs/_static/searchtools.js +++ b/docs/_static/searchtools.js @@ -178,7 +178,7 @@ const Search = { htmlToText: (htmlString, anchor) => { const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); - for (const removalQuery of [".headerlinks", "script", "style"]) { + for (const removalQuery of [".headerlink", "script", "style"]) { htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); } if (anchor) { @@ -328,13 +328,14 @@ const Search = { for (const [title, foundTitles] of Object.entries(allTitles)) { if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { for (const [file, id] of foundTitles) { - let score = Math.round(100 * queryLower.length / title.length) + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles normalResults.push([ docNames[file], titles[file] !== title ? `${titles[file]} > ${title}` : title, id !== null ? "#" + id : "", null, - score, + score + boost, filenames[file], ]); } diff --git a/docs/authors.html b/docs/authors.html index 514b7691..66187a50 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -4,7 +4,7 @@ - Credits — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Credits — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/contributing.html b/docs/contributing.html index e23a6cd5..794dc988 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -4,7 +4,7 @@ - Contributing — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Contributing — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/genindex.html b/docs/genindex.html index 5dbb6a67..3dc602ad 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -3,7 +3,7 @@ - Index — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Index — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/history.html b/docs/history.html index d95b7251..eddc2807 100644 --- a/docs/history.html +++ b/docs/history.html @@ -4,7 +4,7 @@ - History — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + History — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/index.html b/docs/index.html index 9e285a6e..17350780 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - Welcome to OpenUpgrade Library’s documentation! — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Welcome to OpenUpgrade Library’s documentation! — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -36,7 +36,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/installation.html b/docs/installation.html index 0ca02147..81aa367e 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -4,7 +4,7 @@ - Installation — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Installation — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/objects.inv b/docs/objects.inv index 8ccd03bd..4476da13 100644 Binary files a/docs/objects.inv and b/docs/objects.inv differ diff --git a/docs/py-modindex.html b/docs/py-modindex.html index 6a93da0e..b4e88a0d 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -3,7 +3,7 @@ - Python Module Index — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Python Module Index — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -14,7 +14,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/readme.html b/docs/readme.html index 775dd350..dddf3a4e 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -4,7 +4,7 @@ - OpenUpgrade Library — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + OpenUpgrade Library — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/search.html b/docs/search.html index 9a06050a..42082a74 100644 --- a/docs/search.html +++ b/docs/search.html @@ -3,7 +3,7 @@ - Search — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Search — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c
diff --git a/docs/searchindex.js b/docs/searchindex.js index 86ff8b26..6786fa24 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"0.1.0 (2015-05-04)": [[3, "id14"]], "0.1.1 (2015-05-05)": [[3, "id13"]], "0.1.2 (2015-06-23)": [[3, "id12"]], "1.0.0 (2015-08-10)": [[3, "id11"]], "1.1.0 (2015-09-21)": [[3, "id10"]], "1.1.1 (2015-10-30)": [[3, "id9"]], "1.1.2 (2016-06-13)": [[3, "id8"]], "1.2.0 (2016-10-10)": [[3, "id7"]], "1.2.1 (2016-11-07)": [[3, "id6"]], "1.2.2 (2016-12-27)": [[3, "id5"]], "1.3.0 (2017-05-01)": [[3, "id4"]], "1.3.1 (2017-09-01)": [[3, "id3"]], "2.0.0 (2018-07-21)": [[3, "id2"]], "3.0.0 (2019-09-16)": [[3, "id1"]], "Contributing": [[2, "contributing"]], "Contributors": [[1, "contributors"]], "Credits": [[1, "credits"]], "Development Lead": [[1, "development-lead"]], "Features": [[6, "features"]], "Fix Bugs": [[2, "fix-bugs"]], "General methods": [[0, "module-openupgradelib.openupgrade"]], "Get Started!": [[2, "get-started"]], "History": [[3, "history"]], "Implement Features": [[2, "implement-features"]], "Indices and tables": [[4, "indices-and-tables"]], "Install": [[6, "install"]], "Installation": [[5, "installation"]], "Methods for OpenUpgrade 12.0": [[0, "methods-for-openupgrade-12-0"]], "Methods for OpenUpgrade 13.0": [[0, "methods-for-openupgrade-13-0"]], "Methods for OpenUpgrade 16.0": [[0, "methods-for-openupgrade-16-0"]], "Methods for OpenUpgrade 7.0": [[0, "methods-for-openupgrade-7-0"]], "Methods for OpenUpgrade 8.0": [[0, "methods-for-openupgrade-8-0"]], "Methods for OpenUpgrade 9.0": [[0, "methods-for-openupgrade-9-0"]], "OpenUpgrade API": [[0, "openupgrade-api"]], "OpenUpgrade Library": [[6, "openupgrade-library"]], "Pull Request Guidelines": [[2, "pull-request-guidelines"]], "Report Bugs": [[2, "report-bugs"]], "Submit Feedback": [[2, "submit-feedback"]], "Tips": [[2, "tips"]], "Types of Contributions": [[2, "types-of-contributions"]], "Usage": [[7, "usage"]], "Welcome to OpenUpgrade Library\u2019s documentation!": [[4, "welcome-to-openupgrade-library-s-documentation"]], "Write Documentation": [[2, "write-documentation"]]}, "docnames": ["API", "authors", "contributing", "history", "index", "installation", "readme", "usage"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["API.rst", "authors.rst", "contributing.rst", "history.rst", "index.rst", "installation.rst", "readme.rst", "usage.rst"], "indexentries": {"add_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_fields", false]], "add_ir_model_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_ir_model_fields", false]], "add_xmlid() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_xmlid", false]], "check_values_selection_field() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.check_values_selection_field", false]], "chunked() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.chunked", false]], "clean_transient_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.clean_transient_models", false]], "column_exists() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.column_exists", false]], "convert_binary_field_to_attachment() (in module openupgradelib.openupgrade_90)": [[0, "openupgradelib.openupgrade_90.convert_binary_field_to_attachment", false]], "convert_field_bootstrap_3to4() (in module openupgradelib.openupgrade_120)": [[0, "openupgradelib.openupgrade_120.convert_field_bootstrap_3to4", false]], "convert_field_bootstrap_4to5() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.convert_field_bootstrap_4to5", false]], "convert_field_to_html() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.convert_field_to_html", false]], "convert_string_bootstrap_3to4() (in module openupgradelib.openupgrade_120)": [[0, "openupgradelib.openupgrade_120.convert_string_bootstrap_3to4", false]], "convert_string_bootstrap_4to5() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.convert_string_bootstrap_4to5", false]], "convert_to_company_dependent() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.convert_to_company_dependent", false]], "copy_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.copy_columns", false]], "copy_fields_multilang() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.copy_fields_multilang", false]], "cow_templates_mark_if_equal_to_upstream() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.cow_templates_mark_if_equal_to_upstream", false]], "cow_templates_replicate_upstream() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.cow_templates_replicate_upstream", false]], "date_to_datetime_tz() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.date_to_datetime_tz", false]], "deactivate_workflow_transitions() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.deactivate_workflow_transitions", false]], "delete_model_workflow() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_model_workflow", false]], "delete_record_translations() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_record_translations", false]], "delete_records_safely_by_xml_id() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_records_safely_by_xml_id", false]], "delete_sql_constraint_safely() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_sql_constraint_safely", false]], "disable_invalid_filters() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.disable_invalid_filters", false]], "drop_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.drop_columns", false]], "fill_analytic_distribution() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.fill_analytic_distribution", false]], "float_to_integer() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.float_to_integer", false]], "get_last_post_for_model() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.get_last_post_for_model", false]], "get_legacy_name() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.get_legacy_name", false]], "get_partner_id_from_user_id() (in module openupgradelib.openupgrade_70)": [[0, "openupgradelib.openupgrade_70.get_partner_id_from_user_id", false]], "lift_constraints() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.lift_constraints", false]], "load_data() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.load_data", false]], "logged_query() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.logged_query", false]], "logging() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.logging", false]], "m2o_to_x2m() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.m2o_to_x2m", false]], "map_values() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.map_values", false]], "merge_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.merge_models", false]], "message() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.message", false]], "migrate() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.migrate", false]], "migrate_translations_to_jsonb() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.migrate_translations_to_jsonb", false]], "module": [[0, "module-openupgradelib.openupgrade", false], [0, "module-openupgradelib.openupgrade_120", false], [0, "module-openupgradelib.openupgrade_130", false], [0, "module-openupgradelib.openupgrade_160", false], [0, "module-openupgradelib.openupgrade_70", false], [0, "module-openupgradelib.openupgrade_80", false], [0, "module-openupgradelib.openupgrade_90", false]], "move_field_m2o() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.move_field_m2o", false]], "openupgradelib.openupgrade": [[0, "module-openupgradelib.openupgrade", false]], "openupgradelib.openupgrade_120": [[0, "module-openupgradelib.openupgrade_120", false]], "openupgradelib.openupgrade_130": [[0, "module-openupgradelib.openupgrade_130", false]], "openupgradelib.openupgrade_160": [[0, "module-openupgradelib.openupgrade_160", false]], "openupgradelib.openupgrade_70": [[0, "module-openupgradelib.openupgrade_70", false]], "openupgradelib.openupgrade_80": [[0, "module-openupgradelib.openupgrade_80", false]], "openupgradelib.openupgrade_90": [[0, "module-openupgradelib.openupgrade_90", false]], "reactivate_workflow_transitions() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.reactivate_workflow_transitions", false]], "remove_tables_fks() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.remove_tables_fks", false]], "rename_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_columns", false]], "rename_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_fields", false]], "rename_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_models", false]], "rename_property() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_property", false]], "rename_tables() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_tables", false]], "rename_xmlids() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_xmlids", false]], "replace_account_types() (in module openupgradelib.openupgrade_90)": [[0, "openupgradelib.openupgrade_90.replace_account_types", false]], "safe_unlink() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.safe_unlink", false]], "set_defaults() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.set_defaults", false]], "set_message_last_post() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.set_message_last_post", false]], "set_partner_id_from_partner_address_id() (in module openupgradelib.openupgrade_70)": [[0, "openupgradelib.openupgrade_70.set_partner_id_from_partner_address_id", false]], "set_xml_ids_noupdate_value() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.set_xml_ids_noupdate_value", false]], "table_exists() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.table_exists", false]], "unlink_invalid_tax_tags_from_repartition_lines() (in module openupgradelib.openupgrade_130)": [[0, "openupgradelib.openupgrade_130.unlink_invalid_tax_tags_from_repartition_lines", false]], "update_aliases() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.update_aliases", false]], "update_field_multilang() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_field_multilang", false]], "update_module_moved_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_moved_fields", false]], "update_module_moved_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_moved_models", false]], "update_module_names() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_names", false]], "update_workflow_workitems() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_workflow_workitems", false]], "warn_possible_dataloss() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.warn_possible_dataloss", false]]}, "objects": {"openupgradelib": [[0, 0, 0, "-", "openupgrade"], [0, 0, 0, "-", "openupgrade_120"], [0, 0, 0, "-", "openupgrade_130"], [0, 0, 0, "-", "openupgrade_160"], [0, 0, 0, "-", "openupgrade_70"], [0, 0, 0, "-", "openupgrade_80"], [0, 0, 0, "-", "openupgrade_90"]], "openupgradelib.openupgrade": [[0, 1, 1, "", "add_fields"], [0, 1, 1, "", "add_ir_model_fields"], [0, 1, 1, "", "add_xmlid"], [0, 1, 1, "", "check_values_selection_field"], [0, 1, 1, "", "chunked"], [0, 1, 1, "", "clean_transient_models"], [0, 1, 1, "", "column_exists"], [0, 1, 1, "", "convert_field_to_html"], [0, 1, 1, "", "convert_to_company_dependent"], [0, 1, 1, "", "copy_columns"], [0, 1, 1, "", "copy_fields_multilang"], [0, 1, 1, "", "cow_templates_mark_if_equal_to_upstream"], [0, 1, 1, "", "cow_templates_replicate_upstream"], [0, 1, 1, "", "date_to_datetime_tz"], [0, 1, 1, "", "deactivate_workflow_transitions"], [0, 1, 1, "", "delete_model_workflow"], [0, 1, 1, "", "delete_record_translations"], [0, 1, 1, "", "delete_records_safely_by_xml_id"], [0, 1, 1, "", "delete_sql_constraint_safely"], [0, 1, 1, "", "disable_invalid_filters"], [0, 1, 1, "", "drop_columns"], [0, 1, 1, "", "float_to_integer"], [0, 1, 1, "", "get_legacy_name"], [0, 1, 1, "", "lift_constraints"], [0, 1, 1, "", "load_data"], [0, 1, 1, "", "logged_query"], [0, 1, 1, "", "logging"], [0, 1, 1, "", "m2o_to_x2m"], [0, 1, 1, "", "map_values"], [0, 1, 1, "", "merge_models"], [0, 1, 1, "", "message"], [0, 1, 1, "", "migrate"], [0, 1, 1, "", "move_field_m2o"], [0, 1, 1, "", "reactivate_workflow_transitions"], [0, 1, 1, "", "remove_tables_fks"], [0, 1, 1, "", "rename_columns"], [0, 1, 1, "", "rename_fields"], [0, 1, 1, "", "rename_models"], [0, 1, 1, "", "rename_property"], [0, 1, 1, "", "rename_tables"], [0, 1, 1, "", "rename_xmlids"], [0, 1, 1, "", "safe_unlink"], [0, 1, 1, "", "set_defaults"], [0, 1, 1, "", "set_xml_ids_noupdate_value"], [0, 1, 1, "", "table_exists"], [0, 1, 1, "", "update_field_multilang"], [0, 1, 1, "", "update_module_moved_fields"], [0, 1, 1, "", "update_module_moved_models"], [0, 1, 1, "", "update_module_names"], [0, 1, 1, "", "update_workflow_workitems"], [0, 1, 1, "", "warn_possible_dataloss"]], "openupgradelib.openupgrade_120": [[0, 1, 1, "", "convert_field_bootstrap_3to4"], [0, 1, 1, "", "convert_string_bootstrap_3to4"]], "openupgradelib.openupgrade_130": [[0, 1, 1, "", "unlink_invalid_tax_tags_from_repartition_lines"]], "openupgradelib.openupgrade_160": [[0, 1, 1, "", "convert_field_bootstrap_4to5"], [0, 1, 1, "", "convert_string_bootstrap_4to5"], [0, 1, 1, "", "fill_analytic_distribution"], [0, 1, 1, "", "migrate_translations_to_jsonb"]], "openupgradelib.openupgrade_70": [[0, 1, 1, "", "get_partner_id_from_user_id"], [0, 1, 1, "", "set_partner_id_from_partner_address_id"]], "openupgradelib.openupgrade_80": [[0, 1, 1, "", "get_last_post_for_model"], [0, 1, 1, "", "set_message_last_post"], [0, 1, 1, "", "update_aliases"]], "openupgradelib.openupgrade_90": [[0, 1, 1, "", "convert_binary_field_to_attachment"], [0, 1, 1, "", "replace_account_types"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:function"}, "terms": {"": [0, 2, 3], "0": 4, "01": 4, "04": 4, "05": 4, "06": 4, "07": 4, "08": 4, "09": 4, "1": [0, 4], "10": [0, 4], "1000": 0, "11": [0, 4], "12": 4, "13": 4, "16": 4, "17": 0, "2": [0, 2, 4], "2015": 4, "2016": 4, "2017": 4, "2018": 4, "2019": 4, "21": 4, "23": 4, "27": 4, "2xmuhmo": 0, "3": [0, 2, 4, 6], "30": 4, "4": [0, 2, 3], "5": 0, "6": [0, 2, 3], "7": [2, 3, 4], "8": [3, 4], "9": [3, 4], "9201f92a4f29a53a014b462469f27b32dca8fc5a": 0, "97692": 0, "A": [0, 6], "As": 0, "At": 5, "Be": 3, "But": 0, "By": 0, "For": [0, 3], "If": [0, 2], "In": [0, 5], "It": 0, "No": [0, 3], "Not": 0, "One": 0, "Or": 5, "The": [0, 2], "These": 0, "To": [0, 2, 7], "__doc__": 3, "_adjust_merged_values_orm": 3, "_chang": 3, "_change_foreign_key_ref": 3, "_change_gener": 3, "_delete_records_sql": 3, "_field": 3, "_get_existing_record": 3, "_get_translation_upgrade_queri": 0, "_ir_transl": 0, "_tabl": 0, "abl": 0, "about": [0, 2, 3], "abov": [0, 3], "accept": 3, "accord": 0, "account": [0, 3], "account_analytic_tag_id": 0, "account_analytic_tag_sale_order_line_rel": 0, "acosta": 1, "across": 3, "action": 0, "activ": 0, "actual": [0, 3], "ad": [0, 3], "adapt": [0, 3], "add": [0, 2, 3], "add_field": [0, 3, 4], "add_ir_model_field": [0, 4], "add_xmlid": [0, 4], "addit": 0, "addon": 0, "address": 0, "address_field": 0, "adjust": 3, "affect": [0, 3], "after": 0, "agpl": 6, "alexandr": 1, "alexi": 1, "algorithm": 0, "alia": 0, "alias": 0, "alias_default": 0, "alias_parent_model_id": 0, "alias_parent_thread_id": 0, "align": 3, "alix": 1, "all": [0, 2, 3], "allow": [0, 3], "allow_merg": 0, "allow_pgcod": 3, "allowed_valu": 0, "alreadi": 0, "also": [0, 3], "although": 0, "alwai": [0, 2, 6], "among": 0, "an": [0, 2, 3], "analyt": 0, "analytic_account_column": 0, "analytic_account_id": 0, "analytic_distribut": 0, "analyz": 0, "ani": [0, 2], "anoth": [0, 3], "anymor": 0, "anyth": 2, "api": [3, 4], "appli": [0, 3], "appreci": 2, "ar": [0, 2, 3], "arg": 0, "args_detail": 0, "argument": [0, 3], "aria": 1, "arnold": 1, "arthur": 1, "articl": 2, "ascii": 3, "assign": 0, "associ": [0, 1], "assum": [0, 2], "assur": 0, "attach": [0, 3], "attempt": 0, "attrib": 3, "attribut": [0, 3], "auto": 3, "automat": [0, 3], "avail": 0, "avoid": [0, 3], "b": [0, 2], "bad": 3, "badg": 3, "baeza": 1, "base": 0, "base_tag_xmlid": 0, "basic": 3, "becaus": 0, "becom": 0, "been": 0, "befor": [0, 2], "being": 0, "belong": 0, "below": 0, "benoit": 1, "best": 2, "beta": 3, "better": 3, "bewar": 0, "bidoul": 1, "binari": [0, 3], "binary_field": 0, "bit": [0, 2], "blauwendraat": 1, "blob": 0, "block": 0, "blog": 2, "bogdan": 1, "bongiovanni": 1, "bool": 0, "boolean": 0, "bootpli": 0, "bootstrap": [0, 3], "branch": [2, 3], "break": [0, 3], "broken": [0, 3], "brunn": 1, "bs3": 0, "bs4": 0, "bug": 4, "bugfix": 2, "build": 3, "butko": 1, "b\u00e9al": 1, "cach": 0, "call": [0, 3, 6], "callabl": [0, 3], "can": [0, 2, 3], "care": 0, "carousel": 3, "carter": 1, "cascad": 0, "case": [0, 3], "catch": 0, "categori": 0, "cd": 2, "certain": 0, "chain": 0, "chang": [0, 2, 3], "char": [0, 3], "charact": 3, "check": [0, 2, 3], "check_values_selection_field": [0, 4], "checkout": 2, "child": 0, "christoph": 1, "chunk": [0, 3, 4], "ci": 2, "clarifi": 3, "claus": 0, "clean": 0, "clean_transient_model": [0, 4], "cleanup": 0, "click": 0, "clone": 2, "clunki": 3, "code": [0, 3], "coincid": 0, "collis": 0, "column": [0, 3], "column_exist": [0, 3, 4], "column_spec": 0, "columnspec": 0, "com": [0, 2, 5, 6], "combin": 0, "come": 0, "command": 5, "comment": 0, "commit": 2, "common": 0, "commun": [1, 2], "compa": 3, "compani": 0, "compat": 3, "complet": [0, 3], "compute_func": 0, "concern": 0, "condit": 3, "configur": [0, 3], "conserv": 3, "consid": [0, 3], "consist": 0, "constraint": [0, 3], "consult": 0, "contact": 0, "contain": 0, "content": [0, 4], "context": [0, 3], "continu": 0, "contrast": 0, "contribut": 4, "contributor": 4, "convers": [0, 3], "convert": [0, 3], "convert_binary_field_to_attach": [0, 3, 4], "convert_field_bootstrap_3to4": [0, 4], "convert_field_bootstrap_4to5": [0, 4], "convert_field_to_html": [0, 3, 4], "convert_string_bootstrap_3to4": [0, 3, 4], "convert_string_bootstrap_4to5": [0, 4], "convert_to_company_depend": [0, 4], "convert_xml_nod": 3, "cope": 3, "copi": [0, 2, 3], "copy_column": [0, 3, 4], "copy_fields_multilang": [0, 3, 4], "cornec": 1, "corner": 3, "correct": [0, 3], "correctli": 3, "correspond": 0, "costli": 3, "could": [0, 2], "count": 0, "coupl": 0, "coux": 1, "cover": 0, "coverag": 3, "cow": 0, "cow_templates_mark_if_equal_to_upstream": [0, 4], "cow_templates_replicate_upstream": [0, 4], "cr": [0, 3], "craft": 0, "creat": [0, 2, 3], "credit": [2, 4], "critic": 0, "csv": 0, "currenc": 0, "current": 0, "cursor": 0, "custom": 0, "d": 0, "dacosta": 1, "daniel": 1, "data": 0, "databas": [0, 3], "dataset": 3, "datatyp": 0, "date": 0, "date_field_nam": 0, "date_to_datetime_tz": [0, 4], "datetim": 0, "datetime_field_nam": 0, "david": 1, "db": 0, "dbname": 0, "de": 1, "deactiv": 0, "deactivate_workflow_transit": [0, 4], "deal": 0, "debug": [0, 3], "declar": 0, "decor": [0, 3], "def": 0, "default": [0, 3], "default_spec": 0, "defaults_id_kei": 0, "deferred80": 3, "defin": 0, "definit": [0, 3], "deleg": 3, "delet": [0, 3], "delete_child": 0, "delete_model_workflow": [0, 4], "delete_record_transl": [0, 4], "delete_records_safely_by_xml_id": [0, 3, 4], "delete_sql_constraint_saf": [0, 4], "delete_template_transl": 3, "demo": 0, "depend": 0, "deploy": 3, "deprec": 0, "descript": 2, "destin": 0, "destination_column": 0, "destination_field_nam": 0, "destination_model": 0, "destination_t": 0, "detail": [0, 2], "develop": [0, 2, 4], "dict": 0, "dictionari": 0, "differ": 0, "dimitrio": 1, "direct": 0, "directori": 0, "disabl": 0, "disable_invalid_filt": [0, 3, 4], "distribut": 0, "dmytro": 1, "do": 0, "do_rais": 0, "doc": [0, 2, 3], "docstr": [2, 3], "document": 6, "doe": 0, "doesn": [0, 3], "domain": 0, "don": [0, 3], "done": [0, 2], "down": 0, "driven": 2, "drop": [0, 3], "drop_column": [0, 4], "drop_index": 0, "due": [0, 3], "duplic": [0, 3], "dure": [0, 3], "each": 0, "earli": 0, "earlier": 0, "easier": 2, "easy_instal": 5, "edg": 3, "eg": 0, "either": 0, "element": 0, "empti": [0, 3], "end": 0, "ensur": 3, "entri": 0, "env": [0, 3], "env_or_cr": 0, "environ": [0, 3], "equal": 0, "equival": 0, "ernesto": 1, "error": 0, "escap": 3, "essenti": 0, "estim": 0, "etc": 0, "even": [0, 2], "everi": [0, 2], "everyth": 0, "eviron": 0, "exampl": 0, "except": [0, 3], "exclus": 3, "execept": 0, "execut": 0, "exempl": 0, "exist": [0, 3], "expect": 0, "explain": 2, "export": 0, "extend": 0, "extern": 0, "extra": 0, "fact": 0, "factor": 3, "fail": 0, "fals": 0, "fayol": 1, "featur": [0, 4], "feedback": 4, "field": [0, 3], "field_list": 0, "field_nam": 0, "field_new_model": 0, "field_old_model": 0, "field_spec": 0, "fields_spec": 0, "file": [0, 2, 3], "filenam": 0, "fill": 0, "fill_analytic_distribut": [0, 4], "filter": [0, 3], "find": 0, "finish": 0, "first": [0, 3], "fix": [3, 4, 5], "fk": 0, "flake8": 2, "float": 0, "float_to_integ": [0, 4], "florent": 1, "florian": 1, "fly": 0, "follow": 0, "forc": [0, 3], "forcecr": 0, "forcefulli": 0, "foreign": 0, "fork": 2, "format": 0, "found": [0, 3], "fragment": 0, "frame": 0, "framework": 3, "free": 6, "friendli": 0, "from": [0, 3, 5, 6], "func": 0, "function": [0, 2, 3, 6], "futur": 0, "gal": 1, "gellatli": 1, "gener": 4, "get": [0, 4, 5, 6], "get_last_post_for_model": [0, 4], "get_legacy_nam": [0, 4], "get_partner_id_from_user_id": [0, 4], "get_pool": 0, "getbootstrap": 0, "giesel": 1, "git": [2, 3, 5, 6], "github": [0, 2, 5, 6], "given": [0, 2], "go": 0, "googl": 3, "govern": 0, "graem": 1, "greatli": 2, "guess": 0, "guidelin": 4, "guillot": 1, "ha": 0, "hack": 0, "had": 0, "hand": 0, "handl": [0, 3], "handler": 0, "happen": 0, "hash": 0, "have": [0, 2, 3, 5], "hector": 1, "help": 2, "helper": [0, 3], "here": [0, 2], "herv\u00e9": 1, "high": 0, "higher": 0, "hint": 0, "histori": 4, "holger": 1, "how": [0, 2], "howev": 0, "html": 0, "html_field_nam": 0, "html_string": 0, "http": [0, 2, 6], "h\u00e4usler": 1, "i": [0, 2, 3, 5], "id": [0, 3], "ident": 0, "identifi": 0, "idref": 0, "ignor": [0, 6], "imp": 3, "implement": [0, 4], "import": [0, 3, 7], "improv": 3, "inact": 3, "includ": [0, 2, 3], "incomplet": 0, "inconsist": 0, "index": [0, 3, 4], "indic": 0, "inherit": 3, "init": 0, "init_no_cr": 0, "initi": 0, "inlin": 0, "inner": 0, "instal": [0, 2, 3, 4], "instanc": 0, "instead": [0, 3], "integ": [0, 3], "intend": 0, "intern": 0, "invers": 0, "involv": 0, "io": 6, "ir": [0, 3], "ir_attach": 3, "ir_model": 0, "ir_model_data": 0, "ir_model_field": [0, 3], "ir_transl": [0, 3], "is_module_instal": 3, "issu": [0, 2, 3], "item": 0, "iter": 0, "its": [0, 3], "itself": 0, "iv\u00e0n": 1, "jairo": 1, "join": 0, "jordi": 1, "jsonb": 0, "juan": 1, "julien": 1, "just": [0, 2], "kai": 1, "katherin": 1, "katyukha": 1, "keep": [0, 2, 3], "kei": 0, "kind": 0, "know": 0, "kwarg": 0, "l": 3, "l794": 0, "l802": 0, "laitinen": 1, "lang_cod": 0, "languag": 0, "larg": [0, 3], "last": 0, "last_message_post": 3, "later": 0, "latest": [0, 3, 5, 6], "lattr": 1, "le": 1, "lead": [0, 4], "leav": 0, "legaci": 0, "length": 0, "let": [0, 3], "level": [0, 3], "lib": 3, "librari": [0, 2, 7], "licens": 6, "lift": [0, 3], "lift_constraint": [0, 4], "like": 0, "line": [0, 5], "link": [0, 3], "list": [0, 2, 3], "littl": 2, "llopi": 1, "load": [0, 3], "load_data": [0, 3, 4], "local": [2, 3], "log": [0, 3, 4], "logged_queri": [0, 3, 4], "logger": 3, "logic": 0, "longer": 0, "look": 2, "lose": 0, "loss": 0, "lot": 0, "ly": 0, "l\u00f3pez": 1, "m": [1, 2], "m2m": [0, 3], "m2m_column1": 0, "m2m_column2": 0, "m2m_rel": 0, "m2o": 0, "m2o_field_old_model": 0, "m2o_to_x2m": [0, 3, 4], "mai": 0, "mail": 3, "mail_message_subtyp": 3, "main": 0, "major": 0, "make": [0, 2], "manag": [0, 3], "mani": 2, "manual": 0, "manuel": 1, "many2mani": [0, 3], "many2on": [0, 3], "many2one_refer": 0, "map": 0, "map_valu": [0, 3, 4], "mark": [0, 3], "mark_colnam": 0, "martinet": 1, "master": 6, "mean": 0, "meant": 0, "mechan": 0, "meet": 2, "memori": 0, "merg": [0, 3], "merge_model": [0, 4], "merge_modul": [0, 3], "merge_record": 3, "messag": [0, 4], "message_last_post": 0, "metadata": 3, "method": [3, 4], "mig": 3, "might": 2, "migrat": [0, 3, 4, 6], "migrate_partn": 0, "migrate_stock_warehous": 0, "migrate_translations_to_jsonb": [0, 4], "miku": 1, "mime": 0, "minor": 0, "miquel": 1, "miss": [0, 3], "mkvirtualenv": [2, 5], "mode": [0, 3], "model": [0, 3], "model_id": 0, "model_nam": 0, "model_pool": 0, "model_spec": 0, "model_table_nam": 0, "modif": 0, "modifi": 0, "modul": [0, 3, 4], "module_nam": 0, "mois\u00e9": 1, "monetari": 0, "more": [0, 2, 3], "most": 0, "move": [0, 3], "move_field_m2o": [0, 4], "moved_field": [0, 3], "much": 0, "multilang": 3, "multipl": 0, "must": 0, "najman": 1, "name": [0, 2, 3], "namespec": 0, "narrow": 2, "nativ": 0, "necessari": 0, "necessarili": 0, "need": 0, "nest": 0, "never": 3, "new": [0, 2, 3], "new_model": 0, "new_modul": 0, "new_nam": 0, "newli": 0, "no_deep": 0, "no_vers": 0, "node": 3, "noisi": 3, "non": [0, 3], "none": 0, "normal": 0, "note": 0, "noth": 0, "notif": 0, "notset": 3, "noupdat": [0, 3], "now": [0, 2], "null": [0, 3], "number": 0, "nympi": 3, "o2m": 0, "object": [0, 3], "obsolet": 0, "obtain": 0, "obviou": 0, "oca": [0, 2, 5, 6], "occur": [0, 3], "occurr": 0, "odoo": [0, 1, 3, 6], "offici": 2, "old": [0, 3], "old_model": 0, "old_modul": 0, "old_nam": 0, "old_valu": 0, "one": [0, 3], "one2mani": 0, "onli": 0, "onward": 0, "open": [0, 2], "openerp": [0, 3], "openupgrad": [2, 7], "openupgrade_120": 0, "openupgrade_130": 0, "openupgrade_160": 0, "openupgrade_70": 0, "openupgrade_80": 0, "openupgrade_90": 0, "openupgrade_load": 3, "openupgrade_log": 3, "openupgrade_merge_record": 3, "openupgradelib": [0, 2, 3, 5, 6, 7], "oper": [0, 2], "option": 0, "order": [0, 5], "org": [0, 1, 2], "origin": [0, 2], "origin_field_nam": 0, "original_nam": 0, "orm": [0, 3], "ortega": 1, "other": [0, 2], "otherwis": 0, "out": 3, "output": 3, "over": 0, "overrid": 0, "overwrit": 0, "own": 0, "pablo": 1, "packag": 3, "page": 4, "param": 0, "paramet": 0, "part": [2, 3], "particular": 0, "partner": 0, "partner_field": 0, "partner_id": 0, "pass": [0, 2, 3], "past": 0, "patch": 0, "path": 0, "pauliu": 1, "pedro": 1, "per": 0, "perfect": 0, "perfectli": 3, "perform": 0, "period": 0, "petar": 1, "pg": 0, "pip": [0, 2, 3, 5, 6], "pip3": 6, "place": 0, "plain": 0, "pleas": 2, "point": 0, "pool": 0, "pooler": 0, "popul": 0, "portier": 1, "possibl": [0, 2], "possibli": 0, "post": [0, 2], "postgresql": 0, "potenti": 0, "pre": 0, "preexist": 3, "prefer": 0, "present": 0, "preserv": 0, "presum": 0, "pretti": 0, "pretty_print": 0, "prevent": 0, "previou": 0, "previous": 0, "previs": 0, "prior": 3, "probabl": 0, "problem": 0, "process": 0, "product_product": 0, "product_templ": 0, "project": [2, 7], "proper": 3, "properli": [0, 3], "properti": [0, 3], "propos": 2, "protect": 3, "provid": 0, "psycopg2": 3, "pull": [0, 4], "pull_request": 2, "pure": 0, "purpos": 0, "push": 2, "put": [0, 2, 3], "py": [0, 2, 3], "pypi": [2, 3], "pypy3": 3, "python": [2, 3], "queri": [0, 3], "question": 0, "quick_request": 0, "quintana": 1, "quot": 0, "raich": 1, "rais": 0, "ran": 0, "rang": 3, "rather": 3, "raw": 0, "re": [0, 2], "reactiv": 0, "reactivate_workflow_transit": [0, 4], "read": 0, "readi": 2, "readm": 2, "reason": 0, "receiv": 0, "recommend": [0, 5], "record": [0, 3], "recordset": 0, "recreat": [0, 3], "reduc": 3, "ref_field": 0, "ref_spec_act": 0, "refer": [0, 3], "regist": 0, "registri": 0, "registry_new_model": 0, "registry_old_model": 0, "regular": 0, "rei": 1, "reiniti": 0, "rel": [0, 3], "relat": [0, 3], "relation_column": 0, "releas": [0, 3], "rememb": 2, "remov": [0, 3], "remove_tables_fk": [0, 4], "renam": [0, 3], "rename_column": [0, 3, 4], "rename_field": [0, 3, 4], "rename_model": [0, 3, 4], "rename_properti": [0, 3, 4], "rename_t": [0, 4], "rename_xmlid": [0, 4], "repartit": 0, "replac": [0, 3], "replace_account_typ": [0, 3, 4], "repo": 2, "report": [0, 4], "repres": 0, "reproduc": 2, "request": [0, 3, 4], "requir": [0, 3], "rereleas": 3, "res_group": 0, "res_id": 0, "res_nam": 0, "reset": 0, "resourc": 0, "respect": [0, 3], "restrict": 0, "result": 0, "resurfac": 0, "retain": 0, "retriev": 0, "return": 0, "rewrit": 3, "rfr": 3, "riera": 1, "right": 0, "rijnhart": 1, "robert": 1, "ronald": 1, "round": 0, "routin": 0, "row": 0, "rst": 2, "rule": 0, "run": [0, 2, 3], "rvr": 3, "r\u00fcbner": 1, "safe": 3, "safe_unlink": [0, 4], "safest": 0, "sale_order_lin": 0, "sale_order_line_id": 0, "same": 0, "sandi": 1, "save": 0, "savepoint": 3, "scenario": 3, "scope": [0, 2], "script": [0, 3, 6], "search": [3, 4], "sebastien": 1, "second": 0, "see": 0, "select": 0, "selector": 3, "send": 2, "sens": 0, "sequenc": 0, "serial": 0, "set": [0, 2, 3], "set_default": [0, 3, 4], "set_message_last_post": [0, 4], "set_parent_thread_id": 0, "set_partner_id_from_partner_address_id": [0, 4], "set_xml_ids_noupdate_valu": [0, 4], "setdefault": 3, "setup": 2, "sever": 3, "should": [0, 2, 3], "shown": 0, "side": 0, "signatur": 0, "silvija": 1, "similar": 3, "simpl": 0, "simpli": 0, "sinc": 0, "singl": [0, 3], "skip": 0, "skip_no_result": 0, "sladkevi\u010diu": 1, "slider": 3, "slow": 0, "small": 3, "so": [0, 3], "softwar": 6, "solv": 3, "some": 0, "sourc": 0, "source_column": 0, "source_field": 0, "source_model": 0, "source_t": 0, "special": [0, 3], "specif": 0, "specifi": 0, "sql": [0, 3], "sql_constraint": 0, "sql_type": 3, "stabl": 0, "stage": 0, "stanciu": 1, "standard": 0, "start": [0, 3, 4], "state": [0, 3], "statement": 0, "static": 0, "stefan": 1, "step": [0, 2], "stephan": 1, "still": 0, "stock": 0, "store": 0, "str": 0, "string": 0, "stuff": 0, "style": 3, "st\u00e9phane": 1, "sub": 0, "submit": 4, "subsequ": 0, "subset": 2, "substitut": 0, "suggest": 3, "suitabl": 0, "sum": 3, "superuser_id": 0, "support": [0, 1, 2, 3, 6], "sure": [0, 2, 5], "switch": 0, "sylvain": 1, "system": 2, "t": [0, 1, 3], "tabl": [0, 3], "table_exist": [0, 4], "table_nam": 0, "table_spec": 0, "tag": [0, 2], "tag_id": 0, "take": [0, 3], "taken": 0, "tani": 1, "target": [0, 3], "target_column": 0, "task": 0, "tax": 0, "tax_tag_xmlid": 0, "techniqu": 0, "tejeda": 1, "templat": [0, 3], "test": [0, 2, 3], "test_openupgradelib": 2, "text": 0, "thei": [0, 2], "them": [0, 2], "theoret": 0, "thi": [0, 2, 3], "thing": 0, "those": 0, "though": 0, "through": [0, 2, 6], "thu": 0, "time": 0, "timezon": 0, "tip": [0, 4], "todo": [0, 6], "todorovich": 1, "tom": 1, "too": 0, "tool": [0, 3], "tox": 2, "transact": 0, "transfer": 0, "transform": 0, "transient": 0, "transit": 0, "transition_condit": 0, "translat": [0, 3], "translations_onli": 0, "travi": [2, 3], "trick": 0, "trigger": 0, "troubleshoot": 2, "true": [0, 3], "truncat": 0, "try": [0, 3], "tupl": [0, 3], "txt": 3, "type": [0, 3, 4], "type_spec": 0, "typeerror": 3, "typic": 0, "typo": 3, "uid": 0, "understand": 0, "uniqu": 0, "unit": 0, "unittest": 2, "unlink": 0, "unlink_invalid_tax_tags_from_repartition_lin": [0, 4], "unneed": 3, "unreach": 3, "until": 0, "up": [0, 2], "updat": [0, 2, 3], "update_alias": [0, 4], "update_field_multilang": [0, 4], "update_module_moved_field": [0, 3, 4], "update_module_moved_model": [0, 4], "update_module_nam": [0, 3, 4], "update_workflow_workitem": [0, 4], "upgrad": 0, "upload": 3, "upstream": 0, "us": [0, 2, 3, 7], "usag": [0, 4], "use_env": 0, "use_orm": 0, "user": 0, "user_field_nam": 0, "user_id": 0, "usual": 0, "v10": 3, "v11": 3, "v12": [0, 3], "v14": 0, "v15": 0, "v16": 0, "v8": 0, "val": 0, "valid": [0, 3], "valu": [0, 3], "vari": 0, "variabl": 0, "verbos": 0, "veri": 0, "version": [0, 2, 3, 6], "via": 0, "vidal": 1, "view": [0, 3], "villarr": 1, "virtualenv": 2, "virtualenvwrapp": [2, 5], "visual": 3, "vuillard": 1, "v\u00e1zquez": 1, "wa": 0, "wai": [0, 2], "want": [0, 2], "warn": [0, 3], "warn_possible_dataloss": [0, 4], "we": [0, 3], "web": 2, "websit": [0, 2], "welcom": [0, 2], "well": 0, "went": 0, "were": 0, "when": [0, 2, 3], "whenev": 0, "where": [0, 3], "whether": [0, 2], "which": [0, 3], "whoever": 2, "whole": [0, 3], "whose": 0, "wiki": 0, "wish": 0, "within": 0, "without": [0, 3], "won": 0, "work": [0, 2, 3], "workflow": 0, "wors": 0, "worth": 0, "would": [0, 2], "write": [0, 4], "written": 0, "wrong": 3, "www": 0, "xicluna": 1, "xml": [0, 3], "xml_id": 0, "xmlid": [0, 3], "xmlids_spec": 0, "yaml": 3, "yann": 1, "ye": 0, "yet": 0, "yield": 0, "yml": [0, 3], "you": [0, 2, 5], "your": [0, 2], "your_name_her": 2, "yuri": 1, "zaoral": 1}, "titles": ["OpenUpgrade API", "Credits", "Contributing", "History", "Welcome to OpenUpgrade Library\u2019s documentation!", "Installation", "OpenUpgrade Library", "Usage"], "titleterms": {"": 4, "0": [0, 3], "01": 3, "04": 3, "05": 3, "06": 3, "07": 3, "08": 3, "09": 3, "1": 3, "10": 3, "11": 3, "12": [0, 3], "13": [0, 3], "16": [0, 3], "2": 3, "2015": 3, "2016": 3, "2017": 3, "2018": 3, "2019": 3, "21": 3, "23": 3, "27": 3, "3": 3, "30": 3, "7": 0, "8": 0, "9": 0, "api": 0, "bug": 2, "contribut": 2, "contributor": 1, "credit": 1, "develop": 1, "document": [2, 4], "featur": [2, 6], "feedback": 2, "fix": 2, "gener": 0, "get": 2, "guidelin": 2, "histori": 3, "implement": 2, "indic": 4, "instal": [5, 6], "lead": 1, "librari": [4, 6], "method": 0, "openupgrad": [0, 4, 6], "pull": 2, "report": 2, "request": 2, "start": 2, "submit": 2, "tabl": 4, "tip": 2, "type": 2, "usag": 7, "welcom": 4, "write": 2}}) \ No newline at end of file +Search.setIndex({"alltitles": {"0.1.0 (2015-05-04)": [[3, "id14"]], "0.1.1 (2015-05-05)": [[3, "id13"]], "0.1.2 (2015-06-23)": [[3, "id12"]], "1.0.0 (2015-08-10)": [[3, "id11"]], "1.1.0 (2015-09-21)": [[3, "id10"]], "1.1.1 (2015-10-30)": [[3, "id9"]], "1.1.2 (2016-06-13)": [[3, "id8"]], "1.2.0 (2016-10-10)": [[3, "id7"]], "1.2.1 (2016-11-07)": [[3, "id6"]], "1.2.2 (2016-12-27)": [[3, "id5"]], "1.3.0 (2017-05-01)": [[3, "id4"]], "1.3.1 (2017-09-01)": [[3, "id3"]], "2.0.0 (2018-07-21)": [[3, "id2"]], "3.0.0 (2019-09-16)": [[3, "id1"]], "Contributing": [[2, null]], "Contributors": [[1, "contributors"]], "Credits": [[1, null]], "Development Lead": [[1, "development-lead"]], "Features": [[6, "features"]], "Fix Bugs": [[2, "fix-bugs"]], "General methods": [[0, "module-openupgradelib.openupgrade"]], "Get Started!": [[2, "get-started"]], "History": [[3, null]], "Implement Features": [[2, "implement-features"]], "Indices and tables": [[4, "indices-and-tables"]], "Install": [[6, "install"]], "Installation": [[5, null]], "Methods for OpenUpgrade 12.0": [[0, "methods-for-openupgrade-12-0"]], "Methods for OpenUpgrade 13.0": [[0, "methods-for-openupgrade-13-0"]], "Methods for OpenUpgrade 16.0": [[0, "methods-for-openupgrade-16-0"]], "Methods for OpenUpgrade 7.0": [[0, "methods-for-openupgrade-7-0"]], "Methods for OpenUpgrade 8.0": [[0, "methods-for-openupgrade-8-0"]], "Methods for OpenUpgrade 9.0": [[0, "methods-for-openupgrade-9-0"]], "OpenUpgrade API": [[0, null]], "OpenUpgrade Library": [[6, null]], "Pull Request Guidelines": [[2, "pull-request-guidelines"]], "Report Bugs": [[2, "report-bugs"]], "Submit Feedback": [[2, "submit-feedback"]], "Tips": [[2, "tips"]], "Types of Contributions": [[2, "types-of-contributions"]], "Usage": [[7, null]], "Welcome to OpenUpgrade Library\u2019s documentation!": [[4, null]], "Write Documentation": [[2, "write-documentation"]]}, "docnames": ["API", "authors", "contributing", "history", "index", "installation", "readme", "usage"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["API.rst", "authors.rst", "contributing.rst", "history.rst", "index.rst", "installation.rst", "readme.rst", "usage.rst"], "indexentries": {"add_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_fields", false]], "add_ir_model_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_ir_model_fields", false]], "add_xmlid() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.add_xmlid", false]], "check_values_selection_field() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.check_values_selection_field", false]], "chunked() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.chunked", false]], "clean_transient_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.clean_transient_models", false]], "column_exists() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.column_exists", false]], "convert_binary_field_to_attachment() (in module openupgradelib.openupgrade_90)": [[0, "openupgradelib.openupgrade_90.convert_binary_field_to_attachment", false]], "convert_field_bootstrap_3to4() (in module openupgradelib.openupgrade_120)": [[0, "openupgradelib.openupgrade_120.convert_field_bootstrap_3to4", false]], "convert_field_bootstrap_4to5() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.convert_field_bootstrap_4to5", false]], "convert_field_to_html() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.convert_field_to_html", false]], "convert_string_bootstrap_3to4() (in module openupgradelib.openupgrade_120)": [[0, "openupgradelib.openupgrade_120.convert_string_bootstrap_3to4", false]], "convert_string_bootstrap_4to5() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.convert_string_bootstrap_4to5", false]], "convert_to_company_dependent() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.convert_to_company_dependent", false]], "copy_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.copy_columns", false]], "copy_fields_multilang() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.copy_fields_multilang", false]], "cow_templates_mark_if_equal_to_upstream() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.cow_templates_mark_if_equal_to_upstream", false]], "cow_templates_replicate_upstream() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.cow_templates_replicate_upstream", false]], "date_to_datetime_tz() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.date_to_datetime_tz", false]], "deactivate_workflow_transitions() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.deactivate_workflow_transitions", false]], "delete_model_workflow() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_model_workflow", false]], "delete_record_translations() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_record_translations", false]], "delete_records_safely_by_xml_id() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_records_safely_by_xml_id", false]], "delete_sql_constraint_safely() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.delete_sql_constraint_safely", false]], "disable_invalid_filters() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.disable_invalid_filters", false]], "drop_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.drop_columns", false]], "fill_analytic_distribution() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.fill_analytic_distribution", false]], "float_to_integer() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.float_to_integer", false]], "get_last_post_for_model() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.get_last_post_for_model", false]], "get_legacy_name() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.get_legacy_name", false]], "get_partner_id_from_user_id() (in module openupgradelib.openupgrade_70)": [[0, "openupgradelib.openupgrade_70.get_partner_id_from_user_id", false]], "lift_constraints() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.lift_constraints", false]], "load_data() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.load_data", false]], "logged_query() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.logged_query", false]], "logging() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.logging", false]], "m2o_to_x2m() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.m2o_to_x2m", false]], "map_values() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.map_values", false]], "merge_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.merge_models", false]], "message() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.message", false]], "migrate() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.migrate", false]], "migrate_translations_to_jsonb() (in module openupgradelib.openupgrade_160)": [[0, "openupgradelib.openupgrade_160.migrate_translations_to_jsonb", false]], "module": [[0, "module-openupgradelib.openupgrade", false], [0, "module-openupgradelib.openupgrade_120", false], [0, "module-openupgradelib.openupgrade_130", false], [0, "module-openupgradelib.openupgrade_160", false], [0, "module-openupgradelib.openupgrade_70", false], [0, "module-openupgradelib.openupgrade_80", false], [0, "module-openupgradelib.openupgrade_90", false]], "move_field_m2o() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.move_field_m2o", false]], "openupgradelib.openupgrade": [[0, "module-openupgradelib.openupgrade", false]], "openupgradelib.openupgrade_120": [[0, "module-openupgradelib.openupgrade_120", false]], "openupgradelib.openupgrade_130": [[0, "module-openupgradelib.openupgrade_130", false]], "openupgradelib.openupgrade_160": [[0, "module-openupgradelib.openupgrade_160", false]], "openupgradelib.openupgrade_70": [[0, "module-openupgradelib.openupgrade_70", false]], "openupgradelib.openupgrade_80": [[0, "module-openupgradelib.openupgrade_80", false]], "openupgradelib.openupgrade_90": [[0, "module-openupgradelib.openupgrade_90", false]], "reactivate_workflow_transitions() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.reactivate_workflow_transitions", false]], "remove_tables_fks() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.remove_tables_fks", false]], "rename_columns() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_columns", false]], "rename_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_fields", false]], "rename_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_models", false]], "rename_property() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_property", false]], "rename_tables() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_tables", false]], "rename_xmlids() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.rename_xmlids", false]], "replace_account_types() (in module openupgradelib.openupgrade_90)": [[0, "openupgradelib.openupgrade_90.replace_account_types", false]], "safe_unlink() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.safe_unlink", false]], "set_defaults() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.set_defaults", false]], "set_message_last_post() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.set_message_last_post", false]], "set_partner_id_from_partner_address_id() (in module openupgradelib.openupgrade_70)": [[0, "openupgradelib.openupgrade_70.set_partner_id_from_partner_address_id", false]], "set_xml_ids_noupdate_value() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.set_xml_ids_noupdate_value", false]], "table_exists() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.table_exists", false]], "unlink_invalid_tax_tags_from_repartition_lines() (in module openupgradelib.openupgrade_130)": [[0, "openupgradelib.openupgrade_130.unlink_invalid_tax_tags_from_repartition_lines", false]], "update_aliases() (in module openupgradelib.openupgrade_80)": [[0, "openupgradelib.openupgrade_80.update_aliases", false]], "update_field_multilang() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_field_multilang", false]], "update_module_moved_fields() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_moved_fields", false]], "update_module_moved_models() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_moved_models", false]], "update_module_names() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_module_names", false]], "update_workflow_workitems() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.update_workflow_workitems", false]], "warn_possible_dataloss() (in module openupgradelib.openupgrade)": [[0, "openupgradelib.openupgrade.warn_possible_dataloss", false]]}, "objects": {"openupgradelib": [[0, 0, 0, "-", "openupgrade"], [0, 0, 0, "-", "openupgrade_120"], [0, 0, 0, "-", "openupgrade_130"], [0, 0, 0, "-", "openupgrade_160"], [0, 0, 0, "-", "openupgrade_70"], [0, 0, 0, "-", "openupgrade_80"], [0, 0, 0, "-", "openupgrade_90"]], "openupgradelib.openupgrade": [[0, 1, 1, "", "add_fields"], [0, 1, 1, "", "add_ir_model_fields"], [0, 1, 1, "", "add_xmlid"], [0, 1, 1, "", "check_values_selection_field"], [0, 1, 1, "", "chunked"], [0, 1, 1, "", "clean_transient_models"], [0, 1, 1, "", "column_exists"], [0, 1, 1, "", "convert_field_to_html"], [0, 1, 1, "", "convert_to_company_dependent"], [0, 1, 1, "", "copy_columns"], [0, 1, 1, "", "copy_fields_multilang"], [0, 1, 1, "", "cow_templates_mark_if_equal_to_upstream"], [0, 1, 1, "", "cow_templates_replicate_upstream"], [0, 1, 1, "", "date_to_datetime_tz"], [0, 1, 1, "", "deactivate_workflow_transitions"], [0, 1, 1, "", "delete_model_workflow"], [0, 1, 1, "", "delete_record_translations"], [0, 1, 1, "", "delete_records_safely_by_xml_id"], [0, 1, 1, "", "delete_sql_constraint_safely"], [0, 1, 1, "", "disable_invalid_filters"], [0, 1, 1, "", "drop_columns"], [0, 1, 1, "", "float_to_integer"], [0, 1, 1, "", "get_legacy_name"], [0, 1, 1, "", "lift_constraints"], [0, 1, 1, "", "load_data"], [0, 1, 1, "", "logged_query"], [0, 1, 1, "", "logging"], [0, 1, 1, "", "m2o_to_x2m"], [0, 1, 1, "", "map_values"], [0, 1, 1, "", "merge_models"], [0, 1, 1, "", "message"], [0, 1, 1, "", "migrate"], [0, 1, 1, "", "move_field_m2o"], [0, 1, 1, "", "reactivate_workflow_transitions"], [0, 1, 1, "", "remove_tables_fks"], [0, 1, 1, "", "rename_columns"], [0, 1, 1, "", "rename_fields"], [0, 1, 1, "", "rename_models"], [0, 1, 1, "", "rename_property"], [0, 1, 1, "", "rename_tables"], [0, 1, 1, "", "rename_xmlids"], [0, 1, 1, "", "safe_unlink"], [0, 1, 1, "", "set_defaults"], [0, 1, 1, "", "set_xml_ids_noupdate_value"], [0, 1, 1, "", "table_exists"], [0, 1, 1, "", "update_field_multilang"], [0, 1, 1, "", "update_module_moved_fields"], [0, 1, 1, "", "update_module_moved_models"], [0, 1, 1, "", "update_module_names"], [0, 1, 1, "", "update_workflow_workitems"], [0, 1, 1, "", "warn_possible_dataloss"]], "openupgradelib.openupgrade_120": [[0, 1, 1, "", "convert_field_bootstrap_3to4"], [0, 1, 1, "", "convert_string_bootstrap_3to4"]], "openupgradelib.openupgrade_130": [[0, 1, 1, "", "unlink_invalid_tax_tags_from_repartition_lines"]], "openupgradelib.openupgrade_160": [[0, 1, 1, "", "convert_field_bootstrap_4to5"], [0, 1, 1, "", "convert_string_bootstrap_4to5"], [0, 1, 1, "", "fill_analytic_distribution"], [0, 1, 1, "", "migrate_translations_to_jsonb"]], "openupgradelib.openupgrade_70": [[0, 1, 1, "", "get_partner_id_from_user_id"], [0, 1, 1, "", "set_partner_id_from_partner_address_id"]], "openupgradelib.openupgrade_80": [[0, 1, 1, "", "get_last_post_for_model"], [0, 1, 1, "", "set_message_last_post"], [0, 1, 1, "", "update_aliases"]], "openupgradelib.openupgrade_90": [[0, 1, 1, "", "convert_binary_field_to_attachment"], [0, 1, 1, "", "replace_account_types"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"]}, "objtypes": {"0": "py:module", "1": "py:function"}, "terms": {"": [0, 2, 3], "0": 4, "01": 4, "04": 4, "05": 4, "06": 4, "07": 4, "08": 4, "09": 4, "1": [0, 4], "10": [0, 4], "1000": 0, "11": [0, 4], "12": 4, "13": 4, "16": 4, "17": 0, "2": [0, 2, 4], "2015": 4, "2016": 4, "2017": 4, "2018": 4, "2019": 4, "21": 4, "23": 4, "27": 4, "2xmuhmo": 0, "3": [0, 2, 4, 6], "30": 4, "4": [0, 2, 3], "5": 0, "6": [0, 2, 3], "7": [2, 3, 4], "8": [3, 4], "9": [3, 4], "9201f92a4f29a53a014b462469f27b32dca8fc5a": 0, "97692": 0, "A": [0, 6], "As": 0, "At": 5, "Be": 3, "But": 0, "By": 0, "For": [0, 3], "If": [0, 2], "In": [0, 5], "It": 0, "No": [0, 3], "Not": 0, "One": 0, "Or": 5, "The": [0, 2], "These": 0, "To": [0, 2, 7], "__doc__": 3, "_adjust_merged_values_orm": 3, "_chang": 3, "_change_foreign_key_ref": 3, "_change_gener": 3, "_delete_records_sql": 3, "_field": 3, "_get_existing_record": 3, "_get_translation_upgrade_queri": 0, "_ir_transl": 0, "_tabl": 0, "abl": 0, "about": [0, 2, 3], "abov": [0, 3], "accept": 3, "accord": 0, "account": [0, 3], "account_analytic_tag_id": 0, "account_analytic_tag_sale_order_line_rel": 0, "acosta": 1, "across": 3, "action": 0, "activ": 0, "actual": [0, 3], "ad": [0, 3], "adapt": [0, 3], "add": [0, 2, 3], "add_field": [0, 3, 4], "add_ir_model_field": [0, 4], "add_xmlid": [0, 4], "addit": 0, "addon": 0, "address": 0, "address_field": 0, "adjust": 3, "affect": [0, 3], "after": 0, "agpl": 6, "alexandr": 1, "alexi": 1, "algorithm": 0, "alia": 0, "alias": 0, "alias_default": 0, "alias_parent_model_id": 0, "alias_parent_thread_id": 0, "align": 3, "alix": 1, "all": [0, 2, 3], "allow": [0, 3], "allow_merg": 0, "allow_pgcod": 3, "allowed_valu": 0, "alreadi": 0, "also": [0, 3], "although": 0, "alwai": [0, 2, 6], "among": 0, "an": [0, 2, 3], "analyt": 0, "analytic_account_column": 0, "analytic_account_id": 0, "analytic_distribut": 0, "analyz": 0, "ani": [0, 2], "anoth": [0, 3], "anymor": 0, "anyth": 2, "api": [3, 4], "appli": [0, 3], "appreci": 2, "ar": [0, 2, 3], "arg": 0, "args_detail": 0, "argument": [0, 3], "aria": 1, "arnold": 1, "arthur": 1, "articl": 2, "ascii": 3, "assign": 0, "associ": [0, 1], "assum": [0, 2], "assur": 0, "attach": [0, 3], "attempt": 0, "attrib": 3, "attribut": [0, 3], "auto": 3, "automat": [0, 3], "avail": 0, "avoid": [0, 3], "b": [0, 2], "bad": 3, "badg": 3, "baeza": 1, "base": 0, "base_tag_xmlid": 0, "basic": 3, "becaus": 0, "becom": 0, "been": 0, "befor": [0, 2], "being": 0, "belong": 0, "below": 0, "benoit": 1, "best": 2, "beta": 3, "better": 3, "bewar": 0, "bidoul": 1, "binari": [0, 3], "binary_field": 0, "bit": [0, 2], "blauwendraat": 1, "blob": 0, "block": 0, "blog": 2, "bogdan": 1, "bongiovanni": 1, "bool": 0, "boolean": 0, "bootpli": 0, "bootstrap": [0, 3], "branch": [2, 3], "break": [0, 3], "broken": [0, 3], "brunn": 1, "bs3": 0, "bs4": 0, "bug": 4, "bugfix": 2, "build": 3, "butko": 1, "b\u00e9al": 1, "cach": 0, "call": [0, 3, 6], "callabl": [0, 3], "can": [0, 2, 3], "care": 0, "carousel": 3, "carter": 1, "cascad": 0, "case": [0, 3], "catch": 0, "categori": 0, "cd": 2, "certain": 0, "chain": 0, "chang": [0, 2, 3], "char": [0, 3], "charact": 3, "check": [0, 2, 3], "check_values_selection_field": [0, 4], "checkout": 2, "child": 0, "christoph": 1, "chunk": [0, 3, 4], "ci": 2, "clarifi": 3, "claus": 0, "clean": 0, "clean_transient_model": [0, 4], "cleanup": 0, "click": 0, "clone": 2, "clunki": 3, "code": [0, 3], "coincid": 0, "collis": 0, "column": [0, 3], "column_exist": [0, 3, 4], "column_spec": 0, "columnspec": 0, "com": [0, 2, 5, 6], "combin": 0, "come": 0, "command": 5, "comment": 0, "commit": 2, "common": 0, "commun": [1, 2], "compa": 3, "compani": 0, "compat": 3, "complet": [0, 3], "compute_func": 0, "concern": 0, "condit": 3, "configur": [0, 3], "conserv": 3, "consid": [0, 3], "consist": 0, "constraint": [0, 3], "consult": 0, "contact": 0, "contain": 0, "content": [0, 4], "context": [0, 3], "continu": 0, "contrast": 0, "contribut": 4, "contributor": 4, "convers": [0, 3], "convert": [0, 3], "convert_binary_field_to_attach": [0, 3, 4], "convert_field_bootstrap_3to4": [0, 4], "convert_field_bootstrap_4to5": [0, 4], "convert_field_to_html": [0, 3, 4], "convert_string_bootstrap_3to4": [0, 3, 4], "convert_string_bootstrap_4to5": [0, 4], "convert_to_company_depend": [0, 4], "convert_xml_nod": 3, "cope": 3, "copi": [0, 2, 3], "copy_column": [0, 3, 4], "copy_fields_multilang": [0, 3, 4], "cornec": 1, "corner": 3, "correct": [0, 3], "correctli": 3, "correspond": 0, "costli": 3, "could": [0, 2], "count": 0, "coupl": 0, "coux": 1, "cover": 0, "coverag": 3, "cow": 0, "cow_templates_mark_if_equal_to_upstream": [0, 4], "cow_templates_replicate_upstream": [0, 4], "cr": [0, 3], "craft": 0, "creat": [0, 2, 3], "credit": [2, 4], "critic": 0, "csv": 0, "currenc": 0, "current": 0, "cursor": 0, "custom": 0, "d": 0, "dacosta": 1, "daniel": 1, "data": 0, "databas": [0, 3], "dataset": 3, "datatyp": 0, "date": 0, "date_field_nam": 0, "date_to_datetime_tz": [0, 4], "datetim": 0, "datetime_field_nam": 0, "david": 1, "db": 0, "dbname": 0, "de": 1, "deactiv": 0, "deactivate_workflow_transit": [0, 4], "deal": 0, "debug": [0, 3], "declar": 0, "decor": [0, 3], "def": 0, "default": [0, 3], "default_spec": 0, "defaults_id_kei": 0, "deferred80": 3, "defin": 0, "definit": [0, 3], "deleg": 3, "delet": [0, 3], "delete_child": 0, "delete_model_workflow": [0, 4], "delete_record_transl": [0, 4], "delete_records_safely_by_xml_id": [0, 3, 4], "delete_sql_constraint_saf": [0, 4], "delete_template_transl": 3, "demo": 0, "depend": 0, "deploy": 3, "deprec": 0, "descript": 2, "destin": 0, "destination_column": 0, "destination_field_nam": 0, "destination_model": 0, "destination_t": 0, "detail": [0, 2], "develop": [0, 2, 4], "dict": 0, "dictionari": 0, "differ": 0, "dimitrio": 1, "direct": 0, "directori": 0, "disabl": 0, "disable_invalid_filt": [0, 3, 4], "distribut": 0, "dmytro": 1, "do": 0, "do_rais": 0, "doc": [0, 2, 3], "docstr": [2, 3], "document": 6, "doe": 0, "doesn": [0, 3], "domain": 0, "don": [0, 3], "done": [0, 2], "down": 0, "driven": 2, "drop": [0, 3], "drop_column": [0, 4], "drop_index": 0, "due": [0, 3], "duplic": [0, 3], "dure": [0, 3], "each": 0, "earli": 0, "earlier": 0, "easier": 2, "easy_instal": 5, "edg": 3, "eg": 0, "either": 0, "element": 0, "empti": [0, 3], "end": 0, "ensur": 3, "entri": 0, "env": [0, 3], "env_or_cr": 0, "environ": [0, 3], "equal": 0, "equival": 0, "ernesto": 1, "error": 0, "escap": 3, "essenti": 0, "estim": 0, "etc": 0, "even": [0, 2], "everi": [0, 2], "everyth": 0, "eviron": 0, "exampl": 0, "except": [0, 3], "exclus": 3, "execept": 0, "execut": 0, "exempl": 0, "exist": [0, 3], "expect": 0, "explain": 2, "export": 0, "extend": 0, "extern": 0, "extra": 0, "fact": 0, "factor": 3, "fail": 0, "fals": 0, "fayol": 1, "featur": [0, 4], "feedback": 4, "field": [0, 3], "field_list": 0, "field_nam": 0, "field_new_model": 0, "field_old_model": 0, "field_spec": 0, "fields_spec": 0, "file": [0, 2, 3], "filenam": 0, "fill": 0, "fill_analytic_distribut": [0, 4], "filter": [0, 3], "find": 0, "finish": 0, "first": [0, 3], "fix": [3, 4, 5], "fk": 0, "flake8": 2, "float": 0, "float_to_integ": [0, 4], "florent": 1, "florian": 1, "fly": 0, "follow": 0, "forc": [0, 3], "forcecr": 0, "forcefulli": 0, "foreign": 0, "fork": 2, "format": 0, "found": [0, 3], "fragment": 0, "frame": 0, "framework": 3, "free": 6, "friendli": 0, "from": [0, 3, 5, 6], "func": 0, "function": [0, 2, 3, 6], "futur": 0, "gal": 1, "gellatli": 1, "gener": 4, "get": [0, 4, 5, 6], "get_last_post_for_model": [0, 4], "get_legacy_nam": [0, 4], "get_partner_id_from_user_id": [0, 4], "get_pool": 0, "getbootstrap": 0, "giesel": 1, "git": [2, 3, 5, 6], "github": [0, 2, 5, 6], "given": [0, 2], "go": 0, "googl": 3, "govern": 0, "graem": 1, "greatli": 2, "guess": 0, "guidelin": 4, "guillot": 1, "ha": 0, "hack": 0, "had": 0, "hand": 0, "handl": [0, 3], "handler": 0, "happen": 0, "hash": 0, "have": [0, 2, 3, 5], "hector": 1, "help": 2, "helper": [0, 3], "here": [0, 2], "herv\u00e9": 1, "high": 0, "higher": 0, "hint": 0, "histori": 4, "holger": 1, "how": [0, 2], "howev": 0, "html": 0, "html_field_nam": 0, "html_string": 0, "http": [0, 2, 6], "h\u00e4usler": 1, "i": [0, 2, 3, 5], "id": [0, 3], "ident": 0, "identifi": 0, "idref": 0, "ignor": [0, 6], "imp": 3, "implement": [0, 4], "import": [0, 3, 7], "improv": 3, "inact": 3, "includ": [0, 2, 3], "incomplet": 0, "inconsist": 0, "index": [0, 3, 4], "indic": 0, "inherit": 3, "init": 0, "init_no_cr": 0, "initi": 0, "inlin": 0, "inner": 0, "instal": [0, 2, 3, 4], "instanc": 0, "instead": [0, 3], "integ": [0, 3], "intend": 0, "intern": 0, "invers": 0, "involv": 0, "io": 6, "ir": [0, 3], "ir_attach": 3, "ir_model": 0, "ir_model_data": 0, "ir_model_field": [0, 3], "ir_transl": [0, 3], "is_module_instal": 3, "issu": [0, 2, 3], "item": 0, "iter": 0, "its": [0, 3], "itself": 0, "iv\u00e0n": 1, "jairo": 1, "join": 0, "jordi": 1, "jsonb": 0, "juan": 1, "julien": 1, "just": [0, 2], "kai": 1, "katherin": 1, "katyukha": 1, "keep": [0, 2, 3], "kei": 0, "kind": 0, "know": 0, "kwarg": 0, "l": 3, "l794": 0, "l802": 0, "laitinen": 1, "lang_cod": 0, "languag": 0, "larg": [0, 3], "last": 0, "last_message_post": 3, "later": 0, "latest": [0, 3, 5, 6], "lattr": 1, "le": 1, "lead": [0, 4], "leav": 0, "legaci": 0, "length": 0, "let": [0, 3], "level": [0, 3], "lib": 3, "librari": [0, 2, 7], "licens": 6, "lift": [0, 3], "lift_constraint": [0, 4], "like": 0, "line": [0, 5], "link": [0, 3], "list": [0, 2, 3], "littl": 2, "llopi": 1, "load": [0, 3], "load_data": [0, 3, 4], "local": [2, 3], "log": [0, 3, 4], "logged_queri": [0, 3, 4], "logger": 3, "logic": 0, "longer": 0, "look": 2, "lose": 0, "loss": 0, "lot": 0, "ly": 0, "l\u00f3pez": 1, "m": [1, 2], "m2m": [0, 3], "m2m_column1": 0, "m2m_column2": 0, "m2m_rel": 0, "m2o": 0, "m2o_field_old_model": 0, "m2o_to_x2m": [0, 3, 4], "mai": 0, "mail": 3, "mail_message_subtyp": 3, "main": 0, "major": 0, "make": [0, 2], "manag": [0, 3], "mani": 2, "manual": 0, "manuel": 1, "many2mani": [0, 3], "many2on": [0, 3], "many2one_refer": 0, "map": 0, "map_valu": [0, 3, 4], "mark": [0, 3], "mark_colnam": 0, "martinet": 1, "master": 6, "mean": 0, "meant": 0, "mechan": 0, "meet": 2, "memori": 0, "merg": [0, 3], "merge_model": [0, 4], "merge_modul": [0, 3], "merge_record": 3, "messag": [0, 4], "message_last_post": 0, "metadata": 3, "method": [3, 4], "mig": 3, "might": 2, "migrat": [0, 3, 4, 6], "migrate_partn": 0, "migrate_stock_warehous": 0, "migrate_translations_to_jsonb": [0, 4], "miku": 1, "mime": 0, "minor": 0, "miquel": 1, "miss": [0, 3], "mkvirtualenv": [2, 5], "mode": [0, 3], "model": [0, 3], "model_id": 0, "model_nam": 0, "model_pool": 0, "model_spec": 0, "model_table_nam": 0, "modif": 0, "modifi": 0, "modul": [0, 3, 4], "module_nam": 0, "mois\u00e9": 1, "monetari": 0, "more": [0, 2, 3], "most": 0, "move": [0, 3], "move_field_m2o": [0, 4], "moved_field": [0, 3], "much": 0, "multilang": 3, "multipl": 0, "must": 0, "najman": 1, "name": [0, 2, 3], "namespec": 0, "narrow": 2, "nativ": 0, "necessari": 0, "necessarili": 0, "need": 0, "nest": 0, "never": 3, "new": [0, 2, 3], "new_model": 0, "new_modul": 0, "new_nam": 0, "newli": 0, "no_deep": 0, "no_vers": 0, "node": 3, "noisi": 3, "non": [0, 3], "none": 0, "normal": 0, "note": 0, "noth": 0, "notif": 0, "notset": 3, "noupdat": [0, 3], "now": [0, 2], "null": [0, 3], "number": 0, "nympi": 3, "o2m": 0, "object": [0, 3], "obsolet": 0, "obtain": 0, "obviou": 0, "oca": [0, 2, 5, 6], "occur": [0, 3], "occurr": 0, "odoo": [0, 1, 3, 6], "offici": 2, "old": [0, 3], "old_model": 0, "old_modul": 0, "old_nam": 0, "old_valu": 0, "one": [0, 3], "one2mani": 0, "onli": 0, "onward": 0, "open": [0, 2], "openerp": [0, 3], "openupgrad": [2, 7], "openupgrade_120": 0, "openupgrade_130": 0, "openupgrade_160": 0, "openupgrade_70": 0, "openupgrade_80": 0, "openupgrade_90": 0, "openupgrade_load": 3, "openupgrade_log": 3, "openupgrade_merge_record": 3, "openupgradelib": [0, 2, 3, 5, 6, 7], "oper": [0, 2], "option": 0, "order": [0, 5], "org": [0, 1, 2], "origin": [0, 2], "origin_field_nam": 0, "original_nam": 0, "orm": [0, 3], "ortega": 1, "other": [0, 2], "otherwis": 0, "out": 3, "output": 3, "over": 0, "overrid": 0, "overwrit": 0, "own": 0, "pablo": 1, "packag": 3, "page": 4, "param": 0, "paramet": 0, "part": [2, 3], "particular": 0, "partner": 0, "partner_field": 0, "partner_id": 0, "pass": [0, 2, 3], "past": 0, "patch": 0, "path": 0, "pauliu": 1, "pedro": 1, "per": 0, "perfect": 0, "perfectli": 3, "perform": 0, "period": 0, "petar": 1, "pg": 0, "pip": [0, 2, 3, 5, 6], "pip3": 6, "place": 0, "plain": 0, "pleas": 2, "point": 0, "pool": 0, "pooler": 0, "popul": 0, "portier": 1, "possibl": [0, 2], "possibli": 0, "post": [0, 2], "postgresql": 0, "potenti": 0, "pre": 0, "preexist": 3, "prefer": 0, "present": 0, "preserv": 0, "presum": 0, "pretti": 0, "pretty_print": 0, "prevent": 0, "previou": 0, "previous": 0, "previs": 0, "prior": 3, "probabl": 0, "problem": 0, "process": 0, "product_product": 0, "product_templ": 0, "project": [2, 7], "proper": 3, "properli": [0, 3], "properti": [0, 3], "propos": 2, "protect": 3, "provid": 0, "psycopg2": 3, "pull": [0, 4], "pull_request": 2, "pure": 0, "purpos": 0, "push": 2, "put": [0, 2, 3], "py": [0, 2, 3], "pypi": [2, 3], "pypy3": 3, "python": [2, 3], "queri": [0, 3], "question": 0, "quick_request": 0, "quintana": 1, "quot": 0, "raich": 1, "rais": 0, "ran": 0, "rang": 3, "rather": 3, "raw": 0, "re": [0, 2], "reactiv": 0, "reactivate_workflow_transit": [0, 4], "read": 0, "readi": 2, "readm": 2, "reason": 0, "receiv": 0, "recommend": [0, 5], "record": [0, 3], "recordset": 0, "recreat": [0, 3], "reduc": 3, "ref_field": 0, "ref_spec_act": 0, "refer": [0, 3], "regist": 0, "registri": 0, "registry_new_model": 0, "registry_old_model": 0, "regular": 0, "rei": 1, "reiniti": 0, "rel": [0, 3], "relat": [0, 3], "relation_column": 0, "releas": [0, 3], "rememb": 2, "remov": [0, 3], "remove_tables_fk": [0, 4], "renam": [0, 3], "rename_column": [0, 3, 4], "rename_field": [0, 3, 4], "rename_model": [0, 3, 4], "rename_properti": [0, 3, 4], "rename_t": [0, 4], "rename_xmlid": [0, 4], "repartit": 0, "replac": [0, 3], "replace_account_typ": [0, 3, 4], "repo": 2, "report": [0, 4], "repres": 0, "reproduc": 2, "request": [0, 3, 4], "requir": [0, 3], "rereleas": 3, "res_group": 0, "res_id": 0, "res_nam": 0, "reset": 0, "resourc": 0, "respect": [0, 3], "restrict": 0, "result": 0, "resurfac": 0, "retain": 0, "retriev": 0, "return": 0, "rewrit": 3, "rfr": 3, "riera": 1, "right": 0, "rijnhart": 1, "robert": 1, "ronald": 1, "round": 0, "routin": 0, "row": 0, "rst": 2, "rule": 0, "run": [0, 2, 3], "rvr": 3, "r\u00fcbner": 1, "safe": 3, "safe_unlink": [0, 4], "safest": 0, "sale_order_lin": 0, "sale_order_line_id": 0, "same": 0, "sandi": 1, "save": 0, "savepoint": 3, "scenario": 3, "scope": [0, 2], "script": [0, 3, 6], "search": [3, 4], "sebastien": 1, "second": 0, "see": 0, "select": 0, "selector": 3, "send": 2, "sens": 0, "sequenc": 0, "serial": 0, "set": [0, 2, 3], "set_default": [0, 3, 4], "set_message_last_post": [0, 4], "set_parent_thread_id": 0, "set_partner_id_from_partner_address_id": [0, 4], "set_xml_ids_noupdate_valu": [0, 4], "setdefault": 3, "setup": 2, "sever": 3, "should": [0, 2, 3], "shown": 0, "side": 0, "signatur": 0, "silvija": 1, "similar": 3, "simpl": 0, "simpli": 0, "sinc": 0, "singl": [0, 3], "skip": 0, "skip_no_result": 0, "sladkevi\u010diu": 1, "slider": 3, "slow": 0, "small": 3, "so": [0, 3], "softwar": 6, "solv": 3, "some": 0, "sourc": 0, "source_column": 0, "source_field": 0, "source_model": 0, "source_t": 0, "special": [0, 3], "specif": 0, "specifi": 0, "sql": [0, 3], "sql_constraint": 0, "sql_type": 3, "stabl": 0, "stage": 0, "stanciu": 1, "standard": 0, "start": [0, 3, 4], "state": [0, 3], "statement": 0, "static": 0, "stefan": 1, "step": [0, 2], "stephan": 1, "still": 0, "stock": 0, "store": 0, "str": 0, "string": 0, "stuff": 0, "style": 3, "st\u00e9phane": 1, "sub": 0, "submit": 4, "subsequ": 0, "subset": 2, "substitut": 0, "suggest": 3, "suitabl": 0, "sum": 3, "superuser_id": 0, "support": [0, 1, 2, 3, 6], "sure": [0, 2, 5], "switch": 0, "sylvain": 1, "system": 2, "t": [0, 1, 3], "tabl": [0, 3], "table_exist": [0, 4], "table_nam": 0, "table_spec": 0, "tag": [0, 2], "tag_id": 0, "take": [0, 3], "taken": 0, "tani": 1, "target": [0, 3], "target_column": 0, "task": 0, "tax": 0, "tax_tag_xmlid": 0, "techniqu": 0, "tejeda": 1, "templat": [0, 3], "test": [0, 2, 3], "test_openupgradelib": 2, "text": 0, "thei": [0, 2], "them": [0, 2], "theoret": 0, "thi": [0, 2, 3], "thing": 0, "those": 0, "though": 0, "through": [0, 2, 6], "thu": 0, "time": 0, "timezon": 0, "tip": [0, 4], "todo": [0, 6], "todorovich": 1, "tom": 1, "too": 0, "tool": [0, 3], "tox": 2, "transact": 0, "transfer": 0, "transform": 0, "transient": 0, "transit": 0, "transition_condit": 0, "translat": [0, 3], "translations_onli": 0, "travi": [2, 3], "trick": 0, "trigger": 0, "troubleshoot": 2, "true": [0, 3], "truncat": 0, "try": [0, 3], "tupl": [0, 3], "txt": 3, "type": [0, 3, 4], "type_spec": 0, "typeerror": 3, "typic": 0, "typo": 3, "uid": 0, "understand": 0, "uniqu": 0, "unit": 0, "unittest": 2, "unlink": 0, "unlink_invalid_tax_tags_from_repartition_lin": [0, 4], "unneed": 3, "unreach": 3, "until": 0, "up": [0, 2], "updat": [0, 2, 3], "update_alias": [0, 4], "update_field_multilang": [0, 4], "update_module_moved_field": [0, 3, 4], "update_module_moved_model": [0, 4], "update_module_nam": [0, 3, 4], "update_workflow_workitem": [0, 4], "upgrad": 0, "upload": 3, "upstream": 0, "us": [0, 2, 3, 7], "usag": [0, 4], "use_env": 0, "use_orm": 0, "user": 0, "user_field_nam": 0, "user_id": 0, "usual": 0, "v10": 3, "v11": 3, "v12": [0, 3], "v14": 0, "v15": 0, "v16": 0, "v8": 0, "val": 0, "valid": [0, 3], "valu": [0, 3], "vari": 0, "variabl": 0, "verbos": 0, "veri": 0, "version": [0, 2, 3, 6], "via": 0, "vidal": 1, "view": [0, 3], "villarr": 1, "virtualenv": 2, "virtualenvwrapp": [2, 5], "visual": 3, "vuillard": 1, "v\u00e1zquez": 1, "wa": 0, "wai": [0, 2], "want": [0, 2], "warn": [0, 3], "warn_possible_dataloss": [0, 4], "we": [0, 3], "web": 2, "websit": [0, 2], "welcom": [0, 2], "well": 0, "went": 0, "were": 0, "when": [0, 2, 3], "whenev": 0, "where": [0, 3], "whether": [0, 2], "which": [0, 3], "whoever": 2, "whole": [0, 3], "whose": 0, "wiki": 0, "wish": 0, "within": 0, "without": [0, 3], "won": 0, "work": [0, 2, 3], "workflow": 0, "wors": 0, "worth": 0, "would": [0, 2], "write": [0, 4], "written": 0, "wrong": 3, "www": 0, "xicluna": 1, "xml": [0, 3], "xml_id": 0, "xmlid": [0, 3], "xmlids_spec": 0, "yaml": 3, "yann": 1, "ye": 0, "yet": 0, "yield": 0, "yml": [0, 3], "you": [0, 2, 5], "your": [0, 2], "your_name_her": 2, "yuri": 1, "zaoral": 1}, "titles": ["OpenUpgrade API", "Credits", "Contributing", "History", "Welcome to OpenUpgrade Library\u2019s documentation!", "Installation", "OpenUpgrade Library", "Usage"], "titleterms": {"": 4, "0": [0, 3], "01": 3, "04": 3, "05": 3, "06": 3, "07": 3, "08": 3, "09": 3, "1": 3, "10": 3, "11": 3, "12": [0, 3], "13": [0, 3], "16": [0, 3], "2": 3, "2015": 3, "2016": 3, "2017": 3, "2018": 3, "2019": 3, "21": 3, "23": 3, "27": 3, "3": 3, "30": 3, "7": 0, "8": 0, "9": 0, "api": 0, "bug": 2, "contribut": 2, "contributor": 1, "credit": 1, "develop": 1, "document": [2, 4], "featur": [2, 6], "feedback": 2, "fix": 2, "gener": 0, "get": 2, "guidelin": 2, "histori": 3, "implement": 2, "indic": 4, "instal": [5, 6], "lead": 1, "librari": [4, 6], "method": 0, "openupgrad": [0, 4, 6], "pull": 2, "report": 2, "request": 2, "start": 2, "submit": 2, "tabl": 4, "tip": 2, "type": 2, "usag": 7, "welcom": 4, "write": 2}}) \ No newline at end of file diff --git a/docs/usage.html b/docs/usage.html index ea2607de..e9add0de 100644 --- a/docs/usage.html +++ b/docs/usage.html @@ -4,7 +4,7 @@ - Usage — OpenUpgrade Library 0.1.dev1+g1da2a4f documentation + Usage — OpenUpgrade Library 0.1.dev1+g9f5fd6c documentation @@ -15,7 +15,7 @@ - + @@ -37,7 +37,7 @@ OpenUpgrade Library
- 0.1.dev1+g1da2a4f + 0.1.dev1+g9f5fd6c