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

Forum Module #34

Closed
blaggacao opened this issue May 18, 2014 · 0 comments
Closed

Forum Module #34

blaggacao opened this issue May 18, 2014 · 0 comments
Labels

Comments

@blaggacao
Copy link
Contributor

I like the idea, to provide an entire ecosystem. That's great reducing management costs.

I hope the goal is to compete with industry standards. Askbot still might be the better choice. It is hard to copy years of experience.

Feature badly missing:

vaab pushed a commit to 0k/odoo that referenced this issue Jul 24, 2014
[PORT] forward port from v 7.0 to handle installing dependencies during migration
richard-willdooit pushed a commit to richard-willdooit/odoo that referenced this issue Oct 12, 2016
MustafaMagdi pushed a commit to tajawal/odoo that referenced this issue Mar 30, 2020
* Added condition to fix proration.

* Updated currency
robodoo pushed a commit that referenced this issue May 27, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with "

OPW-2536206
robodoo pushed a commit that referenced this issue May 27, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with "

OPW-2536206

closes #71229

Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

X-original-commit: a2d46c2
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

closes #71363

X-original-commit: a2d46c2
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
Signed-off-by: Adrien Widart <adwid@users.noreply.github.com>
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

X-original-commit: 37cea37
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

closes #71379

X-original-commit: 37cea37
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
Signed-off-by: Adrien Widart <adwid@users.noreply.github.com>
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

X-original-commit: 37cea37
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

closes #71381

X-original-commit: 37cea37
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
Signed-off-by: Adrien Widart <adwid@users.noreply.github.com>
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

X-original-commit: 37cea37
robodoo pushed a commit that referenced this issue May 28, 2021
To reproduce the error:
Create a survey (title must contain ") and send it

Error:
The mail subject is incorrect: the character " is replaced with &#34;

OPW-2536206

closes #71388

X-original-commit: 37cea37
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
Signed-off-by: Adrien Widart <adwid@users.noreply.github.com>
robodoo pushed a commit that referenced this issue Nov 30, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.
robodoo pushed a commit that referenced this issue Nov 30, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.

Part-of: #78534
robodoo pushed a commit that referenced this issue Dec 8, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.

X-original-commit: 2af980e
robodoo pushed a commit that referenced this issue Dec 8, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.

X-original-commit: 2af980e
Part-of: #80621
robodoo pushed a commit that referenced this issue Dec 8, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.

X-original-commit: 2af980e
robodoo pushed a commit that referenced this issue Dec 8, 2021
`_replace_local_links` ensures urls are given as absolute rather
relative paths, for link `href`, img `src` and within styles. This
failed when the style contained escaped single quotes (eg:
`background-image: url(&#34;/my_url/path&#34;);`). This commit adapts the
failing regex appropriately.

X-original-commit: 2af980e
Part-of: #80727
AnhQuy123 pushed a commit to AnhQuy123/odoo-15.0 that referenced this issue Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants