diff --git a/docs/.buildinfo.bak b/docs/.buildinfo.bak deleted file mode 100644 index 6e2507d4127..00000000000 --- a/docs/.buildinfo.bak +++ /dev/null @@ -1,4 +0,0 @@ -# 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: 4b49713d514e06bd45dbf610bea7af8e -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/010_introduction.html b/docs/010_introduction.html index a841b9dfedf..8c09009599d 100644 --- a/docs/010_introduction.html +++ b/docs/010_introduction.html @@ -206,7 +206,7 @@
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/020_required_knowledge.html b/docs/020_required_knowledge.html index ab73e4bdfcb..227a8fd13e0 100644 --- a/docs/020_required_knowledge.html +++ b/docs/020_required_knowledge.html @@ -127,7 +127,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/030_coverage_analysis.html b/docs/030_coverage_analysis.html index 06995d2a513..0b623e97b04 100644 --- a/docs/030_coverage_analysis.html +++ b/docs/030_coverage_analysis.html @@ -133,7 +133,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/040_run_migration.html b/docs/040_run_migration.html index 05b02f906b6..bb1cd38ddf0 100644 --- a/docs/040_run_migration.html +++ b/docs/040_run_migration.html @@ -106,7 +106,7 @@Make the openupgrade_framework and the openupgrade_scripts modules available in the addons path in the Odoo instance of the new version.
-Or, for older versions: check out the OpenUpgrade source code from Github +
Or, for older versions: check out the OpenUpgrade source code from GitHub for the branches you need. Each branch migrates to its version from the previous version, so branch 13.0 migrates from 12.0 to 13.0. If you are migrating across multiple versions, you need to run each version of @@ -178,7 +178,7 @@
At this stage, if some of your modules don’t have yet migration scripts, @@ -200,7 +200,7 @@
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/050_after_migration.html b/docs/050_after_migration.html index aa9fcb65a37..396753293e5 100644 --- a/docs/050_after_migration.html +++ b/docs/050_after_migration.html @@ -109,7 +109,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/060_odoo_migration_manager.html b/docs/060_odoo_migration_manager.html index 436ebd27570..bebc67dac26 100644 --- a/docs/060_odoo_migration_manager.html +++ b/docs/060_odoo_migration_manager.html @@ -141,7 +141,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/070_migration_files.html b/docs/070_migration_files.html index e0a25a22f08..cf324ecc695 100644 --- a/docs/070_migration_files.html +++ b/docs/070_migration_files.html @@ -184,7 +184,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
For many modules, a developer will not even need to write any function, but will “simply” need to call pre-existing functions from openupgradelib with the appropriate arguments. The main complexities becomes to learn what are the functions available in -openupgradelib and then to select appropriatly the arguments (usually according to +openupgradelib and then to select appropriately the arguments (usually according to the openupgrade_analysis.txt, see below).
For instance, the migration to version 13 of mass_mailing did not require any custom function: https://github.com/OCA/OpenUpgrade/pull/2273/files
@@ -239,7 +239,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/090_contribute.html b/docs/090_contribute.html index 82dae8b1ed1..6adaadde4b4 100644 --- a/docs/090_contribute.html +++ b/docs/090_contribute.html @@ -183,7 +183,7 @@If you are at all interested in discussing strategic, functional or -technical issues, please post an issue on the Github project: +technical issues, please post an issue on the GitHub project: https://github.com/OCA/OpenUpgrade.
If you are a developer, give the OpenUpgrade software a go and give us feedback. If you use the software, provide the project with your issue @@ -216,7 +216,7 @@
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/100_maintain_repository.html b/docs/100_maintain_repository.html index 2161bc51434..62617d29d3d 100644 --- a/docs/100_maintain_repository.html +++ b/docs/100_maintain_repository.html @@ -187,7 +187,7 @@openupgrade_scripts
.
Add a coverage file (e.g. docsource/modules170-180.rst)
In the OpenUpgrade
/documentation
branch, add a new line in build_openupgrade_docs
.
Push a test database for the old release to Github (see https://github.com/OCA/OpenUpgrade/wiki/How-to-create-a-reference-database)
Push a test database for the old release to GitHub (see https://github.com/OCA/OpenUpgrade/wiki/How-to-create-a-reference-database)
Execute the technical migration of openupgrade_framework
.
Check files in .github/workflows for any required changes.
Once development starts on the new edition’s migration scripts, change the default branch for new PRs at https://github.com/OCA/OpenUpgrade/settings/branches.
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/_static/js/html5shiv-printshiv.min.js b/docs/_static/js/html5shiv-printshiv.min.js deleted file mode 100644 index 2b43bd062e9..00000000000 --- a/docs/_static/js/html5shiv-printshiv.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/** -* @preserve HTML5 Shiv 3.7.3-pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed -*/ -!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules110-120.html b/docs/coverage_analysis/modules110-120.html index c46b46c29ca..7dd62da5951 100644 --- a/docs/coverage_analysis/modules110-120.html +++ b/docs/coverage_analysis/modules110-120.html @@ -1117,7 +1117,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules120-130.html b/docs/coverage_analysis/modules120-130.html index 1f0a846710c..3784e787ea9 100644 --- a/docs/coverage_analysis/modules120-130.html +++ b/docs/coverage_analysis/modules120-130.html @@ -1228,7 +1228,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules130-140.html b/docs/coverage_analysis/modules130-140.html index be8cb67a4ed..361ed081804 100644 --- a/docs/coverage_analysis/modules130-140.html +++ b/docs/coverage_analysis/modules130-140.html @@ -1325,7 +1325,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules140-150.html b/docs/coverage_analysis/modules140-150.html index 425b3541b8a..8f9163c3cc8 100644 --- a/docs/coverage_analysis/modules140-150.html +++ b/docs/coverage_analysis/modules140-150.html @@ -1889,7 +1889,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules150-160.html b/docs/coverage_analysis/modules150-160.html index 8e309cef1ee..21100dc3a6a 100644 --- a/docs/coverage_analysis/modules150-160.html +++ b/docs/coverage_analysis/modules150-160.html @@ -1989,7 +1989,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules50-60.html b/docs/coverage_analysis/modules50-60.html index 86cf58e3ee3..085e1ebb4eb 100644 --- a/docs/coverage_analysis/modules50-60.html +++ b/docs/coverage_analysis/modules50-60.html @@ -619,7 +619,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules60-61.html b/docs/coverage_analysis/modules60-61.html index 9eb2c735f3d..c28dea06743 100644 --- a/docs/coverage_analysis/modules60-61.html +++ b/docs/coverage_analysis/modules60-61.html @@ -629,7 +629,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules61-70.html b/docs/coverage_analysis/modules61-70.html index aadf6530267..274c8c9ee1a 100644 --- a/docs/coverage_analysis/modules61-70.html +++ b/docs/coverage_analysis/modules61-70.html @@ -713,7 +713,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules70-80.html b/docs/coverage_analysis/modules70-80.html index 5447a325f4b..84ffc9a6b5c 100644 --- a/docs/coverage_analysis/modules70-80.html +++ b/docs/coverage_analysis/modules70-80.html @@ -904,7 +904,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules80-90.html b/docs/coverage_analysis/modules80-90.html index d6892928416..c9bf39b881e 100644 --- a/docs/coverage_analysis/modules80-90.html +++ b/docs/coverage_analysis/modules80-90.html @@ -1147,7 +1147,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/coverage_analysis/modules90-100.html b/docs/coverage_analysis/modules90-100.html index 9576c447b82..223ecc2d4bf 100644 --- a/docs/coverage_analysis/modules90-100.html +++ b/docs/coverage_analysis/modules90-100.html @@ -1035,7 +1035,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/genindex.html b/docs/genindex.html index 6056681bba5..5c5ad0a5acd 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -91,7 +91,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/search.html b/docs/search.html index bee5c7ea603..a7e5351d483 100644 --- a/docs/search.html +++ b/docs/search.html @@ -99,7 +99,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/field_renaming.html b/docs/use_cases/field_renaming.html index 718e895ac97..a560c40dce6 100644 --- a/docs/use_cases/field_renaming.html +++ b/docs/use_cases/field_renaming.html @@ -290,7 +290,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/format_value_changing.html b/docs/use_cases/format_value_changing.html index 03fb948dd87..cf060a6dc1d 100644 --- a/docs/use_cases/format_value_changing.html +++ b/docs/use_cases/format_value_changing.html @@ -266,7 +266,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/model_renaming.html b/docs/use_cases/model_renaming.html index 91f2ab3b22f..57d92d6d043 100644 --- a/docs/use_cases/model_renaming.html +++ b/docs/use_cases/model_renaming.html @@ -299,7 +299,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/module_merging.html b/docs/use_cases/module_merging.html index 79cc0fac578..8196c7ef7a8 100644 --- a/docs/use_cases/module_merging.html +++ b/docs/use_cases/module_merging.html @@ -296,7 +296,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/module_renaming.html b/docs/use_cases/module_renaming.html index 02ae6132275..a1eef669555 100644 --- a/docs/use_cases/module_renaming.html +++ b/docs/use_cases/module_renaming.html @@ -306,7 +306,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/noupdate_xml_entry_changed.html b/docs/use_cases/noupdate_xml_entry_changed.html index 856328046d3..2dd48805687 100644 --- a/docs/use_cases/noupdate_xml_entry_changed.html +++ b/docs/use_cases/noupdate_xml_entry_changed.html @@ -370,7 +370,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/sql_constraint_deleted.html b/docs/use_cases/sql_constraint_deleted.html index 997d826d460..e6020d4e5dc 100644 --- a/docs/use_cases/sql_constraint_deleted.html +++ b/docs/use_cases/sql_constraint_deleted.html @@ -196,7 +196,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/table_renaming.html b/docs/use_cases/table_renaming.html index 627656736bb..4fc25d321d1 100644 --- a/docs/use_cases/table_renaming.html +++ b/docs/use_cases/table_renaming.html @@ -264,7 +264,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/value_mapping.html b/docs/use_cases/value_mapping.html index 27dff3f67ed..1bddc56478c 100644 --- a/docs/use_cases/value_mapping.html +++ b/docs/use_cases/value_mapping.html @@ -382,7 +382,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.
diff --git a/docs/use_cases/xml_id_renaming.html b/docs/use_cases/xml_id_renaming.html index ab0cb8dcfef..9ef0e9bf3fb 100644 --- a/docs/use_cases/xml_id_renaming.html +++ b/docs/use_cases/xml_id_renaming.html @@ -305,7 +305,7 @@© Copyright 2012-2021, Odoo Community Association (OCA) / The OpenUpgrade developers. - Last updated on Oct 11, 2024. + Last updated on Oct 20, 2024.