Tuesday, May 4, 2021
1 change · master
Features or functions removed from Odoo
The developer documentation has been removed from the main Odoo code repository because it is now maintained together with user documentation in a dedicated documentation repository. This keeps the main product repository more focused and removes a related internal test module that only checked documentation examples.
Original PR description
In odoo/documentation-user#945, the developer documentation is merged with the user documentation in a single repository and build config. This commit then removes source files for the developer documentation from the odoo/odoo repository. DOC PR: odoo/documentation-user#945 In order to not miss a newly merged doc commit during the forward-port, this PR will only targets master.