-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
[17.0][MIG] crm_stage_probability: Migration to 17.0 #549
[17.0][MIG] crm_stage_probability: Migration to 17.0 #549
Conversation
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.
@@ -7,14 +7,14 @@ | |||
<field name="arch" type="xml"> | |||
<xpath | |||
expr="//button[@name='action_set_automated_probability']" | |||
position="before" | |||
position="after" |
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.
@@ -7,14 +7,14 @@ | |||
<field name="arch" type="xml"> | |||
<xpath | |||
expr="//button[@name='action_set_automated_probability']" | |||
position="before" | |||
position="after" | |||
> | |||
<field name="is_stage_probability" invisible="1" /> | |||
<button | |||
class="ps-0 ps-md-2 btn btn-link" |
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.
Could you check if this class fixes the layout.
class="btn d-inline-block px-2 py-0 btn-link"
48c0635
to
b00cb27
Compare
@remi-filament could you please review? |
b00cb27
to
83a7a83
Compare
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.
Hi @MohamedOsman7 thank you for porting this module.
I get a warning when installing :
WARNING odoo17 py.warnings: /opt/odoo/addons/base/models/ir_module.py:178: DeprecationWarning: XML declarations in HTML module descriptions are deprecated since Odoo 17, crm_stage_probability can just have a UTF8 description with not need for a declaration.
I think you need to remove the xml tags (first line of index.html)
@@ -0,0 +1,440 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
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.
<?xml version="1.0" encoding="utf-8"?> |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-15.0/crm-15.0-crm_stage_probability Translate-URL: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_stage_probability/
83a7a83
to
fce6c90
Compare
@remi-filament done |
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.
Thanks @MohamedOsman7 LGTM
This PR has the |
/ocabot migration crm_stage_probability |
What a great day to merge this nice PR. Let's do it! |
@pedrobaeza The merge process could not be finalized, because command
|
Congratulations, your PR was merged at d7dff13. Thanks a lot for contributing to OCA. ❤️ |
No description provided.