Skip to content
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
wants to merge 755 commits into
base: 13.0
Choose a base branch
from
Open

[pull] 13.0 from odoo:13.0 #63

wants to merge 755 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 17, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Copy link

@itpp-bot itpp-bot left a 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

@pull pull bot added the merge-conflict Resolve conflicts manually label Feb 19, 2020
Demesmaeker and others added 26 commits July 8, 2021 11:14
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) <AntoineVDV@users.noreply.github.com>
task-2613841

closes #1080

X-original-commit: 7af926e
Signed-off-by: Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com>
Cf #1054

closes #1074

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
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) <AntoineVDV@users.noreply.github.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
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) <AntoineVDV@users.noreply.github.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
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) <vfe@odoo.com>
task-2504306

closes #1119

X-original-commit: abd3c56
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Co-authored-by: Antoine Vandevenne <anv@odoo.com>
closes #1124

X-original-commit: 38f0d9e
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Signed-off-by: Raf Geens <raf-odoo@users.noreply.github.com>
task-2636416

closes #1128

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
frin-odoo and others added 30 commits September 2, 2022 13:02
closes #1844

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
task-2973080

closes #2675

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
task-2977263

closes #2696

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Task ID: 2977343

closes #2703

Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
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) <anv@odoo.com>
closes #2753

Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
closes #2808

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
- 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) <anv@odoo.com>
```
❯ 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) <anv@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👽 pull from odoo merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet