Daily updates from Odoo
Tuesday, October 29, 2019
2 changes
New functionality added to Odoo
Website pages can now be assigned visibility options such as public, logged-in users, specific groups, password access, or internal users. This gives site managers more control over who sees pages and helps prevent menu links from pointing to outdated page versions after a page is duplicated.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds automated checks to build the documentation and catch formatting or compatibility issues earlier. It helps reduce recurring documentation build failures by testing against different tool versions and surfacing warnings before changes are merged.
Original PR description
The doc fails to build semi-regularly: * JS docstrings are incorrectly formatted or written in a way which breaks the parser * new versions of Sphinx remove APIs we're still using * doc fixes don't take older Sphinx versions in account This attempts to automatically build the doc using travis (for a multi-version text matrix, also because that's convenient). travis seems on the wane (apparently acquired & fired a bunch of folks). Apparent alternatives would be: * circleci, haven't managed to get it working yet & I don't understand how to get it working on non-master branch (other branches, PRs, …) (nb: [this might be useful](https://circleci.com/docs/2.0/oss/#build-pull-requests-from-forked-repositories)) * azure pipelines, haven't looked at it yet