[FIX] html_editor: button command in powerbox should create a button - #189893
Closed
Jinjiu96 wants to merge 1 commit into
Closed
[FIX] html_editor: button command in powerbox should create a button#189893Jinjiu96 wants to merge 1 commit into
Jinjiu96 wants to merge 1 commit into
Conversation
Contributor
Jinjiu96
force-pushed
the
18.0-fix-html-editor-button-creation-jili
branch
2 times, most recently
from
December 11, 2024 13:42
684a893 to
255a509
Compare
dmo-odoo
reviewed
Dec 27, 2024
Jinjiu96
force-pushed
the
18.0-fix-html-editor-button-creation-jili
branch
2 times, most recently
from
January 15, 2025 13:40
f199261 to
0501488
Compare
Contributor
|
@Jinjiu96 This PR is in conflict. |
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129
Jinjiu96
force-pushed
the
18.0-fix-html-editor-button-creation-jili
branch
from
January 22, 2025 09:47
0501488 to
40cbc3c
Compare
Contributor
|
@robodoo r+ |
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 26, 2025
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129 closes odoo#189893 Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
gamarino
pushed a commit
to numaes/numa-public-odoo
that referenced
this pull request
Jan 27, 2025
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129 closes odoo/odoo#189893 Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129 closes odoo#189893 Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129 closes odoo#189893 Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
StephaneMangin
pushed a commit
to camptocamp/odoo
that referenced
this pull request
Feb 6, 2025
Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button. After this commit: Executing the button command now correctly creates a primary button as intended. task-4380129 closes odoo#189893 Signed-off-by: David Monjoie (dmo) <dmo@odoo.com>
This file contains hidden or 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
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.

Before this commit: Using the button command in the powerbox resulted in the creation of a regular link instead of a button.
After this commit: Executing the button command now correctly creates a primary button as intended.
task-4380129
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr