forked from odoo/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] 13.0 from odoo:13.0 #63
Open
pull
wants to merge
755
commits into
it-projects-llc:13.0
Choose a base branch
from
odoo:13.0
base: 13.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+605,748
−599,547
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itpp-bot
reviewed
Feb 17, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
└─ _extensions/
└─ odoo/
├─ layout.html
├─ static/
| ├─ aside.less
| ├─ components.less
| ├─ doc.js
| ├─ header.less
| ├─ index.less
| ├─ layout.less
| ├─ mixins.less
| ├─ print.less
| ├─ style.css
| ├─ style.less
| ├─ typography.less
| └─ variables.less
└─ sub-menu_list.html
Installable modules remain unchanged.
Not installable modules remain unchanged.
No new features in doc/changelog.rst files of installable modules
sent by ✌️ Odoo Review Bot
The 'oldname' tag has been deprecated for a few years
Building documentation implies some constraints: the source folder is readonly, mainly because the sources are shared accros builds. This implies that nor a symlink and a _build dir cannot be added in the source directory. The symlink will work in most cases localy for user with strange multiverse structure, but if not found, the fallback will check in parent directory. Most users and runbot will have all sources in the same directory (both in universe and basic multiverse cases) -(version?) -odoo -enterprise -upgrade -documentation The second change will check if BUILD_DIR is defined before setting it, allowing to use 'make BUILD_DIR=../build' to output the documentation somewhere else.
Commit 547d90a allowed `BUILD_DIR` to be defined from the CLI but didn't update usages of `HTML_BUILD_DIR`. When building the documentation for multiple versions and/or languages, we should rely on `HTML_BUILD_DIR` to point to the appropriate directory. closes #1076 X-original-commit: 9bad054 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
task-2613841 closes #1080 X-original-commit: 7af926e Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
Cf #1054 closes #1074 Signed-off-by: Victor Feyens (vfe) <[email protected]>
The previous makefile was compiling css beside the style.scss and the style.css was copied at the end. The new makefile compile css directly in the build dir. Since this file was still present in the source because of the .gitignore, sphinx was using this old version of style.css, overriding the new compiled css file at the end. Removing it from gitignore should helpFix this problem. This commit also fix some path in makefile. (not critical but this should fix a potential error in static command) closes #1085 X-original-commit: fd56d8c Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Signed-off-by: Xavier Dollé (xdo) <[email protected]>
When locally building the doc (aka make), CURRENT_LANG is not defined, which results in HTML_BUILD_DIR = _build/html//, resulting in commands & logs like the following mkdir -p _build/html//_static pysassc extensions/odoo_theme/static/style.scss _build/html//_static/style.css This has no impact on linux builds, but could be unclear/confusing for some non tech users (can it have any impact on other OS's/distros ?) closes #1094 X-original-commit: d8684e8 Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Signed-off-by: Victor Feyens (vfe) <[email protected]>
Gengo won't work by default on Odoo Online and Odoo.sh. To prevent confusing customers, be explicit about this and explain the platforms on which it can work. closes #1105 X-original-commit: 989a447 Signed-off-by: Victor Feyens (vfe) <[email protected]>
task-2504306 closes #1119 X-original-commit: abd3c56 Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Co-authored-by: Antoine Vandevenne <[email protected]>
closes #1124 X-original-commit: 38f0d9e Signed-off-by: Victor Feyens (vfe) <[email protected]> Signed-off-by: Raf Geens <[email protected]>
task-2636416 closes #1128 Signed-off-by: Victor Feyens (vfe) <[email protected]>
closes #1844 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
task-2973080 closes #2675 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
task-2977263 closes #2696 Signed-off-by: Victor Feyens (vfe) <[email protected]>
Task ID: 2977343 closes #2703 Signed-off-by: Victor Feyens (vfe) <[email protected]>
Customer may want to use their own SMTP for email marketing, and Odoo default SMTP for everything else. There is no good way to do this. Previously we suggested adding Odoo SMTP as an outgoing email server but we don't want to share credentials anymore. R&D is working on a solution (e.g. showing the Odoo default email server in the list rather than keeping it as an "hidden feature") but for the time being, if you use an outgoing email server, you give up using the Odoo default SMTP. closes #2075 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
closes #2753 Signed-off-by: Castillo Jonathan (jcs) <[email protected]>
closes #2808 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
- removal of "per app" notion - addition of "subscription plan" notion
Add more details as of how to connect a screen to the IoT box and how it can be used. OPW-2962462 closes #2730 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
``` ❯ curl -sw '%{http_code}\n' -o /dev/null https://werkzeug.palletsprojects.com/en/1.0.x/ 404 ❯ curl -sw '%{http_code}\n' -o /dev/null https://werkzeug.palletsprojects.com/en/2.0.x/ 200 ``` closes #5219 Related: odoo/enterprise#44640 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )