-
-
Notifications
You must be signed in to change notification settings - Fork 784
Description
this issue lists the changes made to the documentation.
If you are interested by the documentation, please review issue / PRs that are marked as "To review".
CC @etobella, @bguillot, @hbrunn, @StefanRijnhart, @pedrobaeza
Note :
- the up to date documentation is available here
- a backup of the OCA documentation before refactoring is available here.
Already reviewed and merged
(Click to expand)
-
January 25 : discussion about the interest of having a branch dedicated to documentation Documentation Branch #3702 and validation. (April 28)
-
April 29 : Issue about the broken documentation following the switch to the 16.0 branch : Openupgrade documentation broken #3836
-
April 30 : Initialization of the 'documentation' branch. [INIT] Initialize documentation branch #3837
-
april, 30 : [FIX] Missing API references, for specific methods for openupgrade 12.0, 13.0 and 16.0 [ADD] Missing API references, for specific methods for openupgrade 12.0, 13.0 and 16.0 #3838
-
May, 1st : [REF] Switch to sphinx_rtd_theme [REF] Switch to sphinx_rtd_theme #3841
-
May, 1st : [REF] Refactor files that describes the branch and add text that indicates how to develop the documentation locally [REF] Refactor files that describes the branch. #3840
-
May, 3 : [FIX] Do not ignore output path. (Fix 'View page source ' broken links) [DOC][FIX] Do not ignore output path. (Fix 'View page source ' broken links) #3849
-
May, 7 : [REF] Remove
docsfolder anddocsourcefolders (except coverage file) and related CI. + Update readme file in the recent openupgrade branches. (14.0, 15.0, 16.0). (see @pedrobaeza comment) + Update documentation when coverage files changed in "main" branches, for the branches : -
May, 16 : [REF] Move openupgradelib API Section in openupgradelib documentation (and make openupgradelib documentation up to date, the last update was in 2015).
-
June, 1: Preliminary work : clean the intro part. Documentation clean intro #3902
-
June, 1 : [REF] Documentation remove obsolete files Documentation remove obsolete files #3903
-
June, 21 :
- [FIX] [10.0] modules coverage : remove title [FIX][10.0] documentation : modules coverage : remove title #3921
- [12.0] modules coverage : remove title [FIX][12.0] documentation : modules coverage : remove title #3922
- [13.0] modules coverage : remove title [FIX][13.0] documentation : modules coverage : remove title #3923
-
June, 26 : [IMP] Refactor Introduction [IMP] refactor intro #3924
-
August, 2 : [REF] Refactor of the structure Documentation - refactor of the structure #4103
-
November, 7 : [ADD] required knowledge section [ADD] documentation - required knowledge #4217
-
Write use Cases
- July 29 (2022) : field renaming. [DOC] Add simple use case 'field renaming' #3493
- May, 2 [ADD] An XML id was renamed [DOC-ADD] Use Case : XML_ID renaming #3844
- May, 2: [ADD] mapping values [DOC-ADD] Use Case : mapping values #3845
- May, 9: [ADD] A noupdate XML entry was updated, and the update must be loaded during the migration. (AND The updated field is translatable) [ADD] Use Case : noupdate_xml_change #3864
- May, 16: [ADD] A new stored, computed field needs to be populated using SQL to prevent a performance bottleneck. [DOC] Use case : field fast precomputation #3873
- June, 1: [ADD] A model was renamed [DOC-ADD] Use Case : Model renaming #3901
- May, 15: [ADD] A module was renamed (in Odoo or in the OCA) [DOC] use case : module renaming #3872
- June, 13 : [ADD] A model has a new table [ADD] documentation : use case 'table renaming' #3914
- June, 13 : [ADD] A sql constraint has been deleted. [ADD] documentation : Use case SQL Constraint deleted #3915
- July, 3 : [ADD] new use case "module merging" [ADD] documentation : new use case "module merging" #4016
- July, 30 [ADD] new use case "format of values changed" [ADD] Documentation use case format value changed #4102
-
Skipped Use Cases
- A module has been split. See [WIP][DOC] Use Case : add module splitted #3874 (comment)
- Two models were merged (e.g. invoice lines / move lines in Odoo 13) : Too complex, quite rare.
- A model has been split (e.g. hr.leave.allocation in Odoo 12) : very rare case.
Done, to review / Pending work
- November, 9 : [ADD] Describe how to propose a migration script to the community [DOC] Describe how to propose a migration script to the community. #4227