-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[10.0] [MIG] help_online #526
Conversation
a52f7fd
to
bcb43b7
Compare
bcb43b7
to
49c738a
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.
Thanks @lmignon. Few non-blocking comments, but otherwise awesome module both in terms of code and functionality!
@@ -1,5 +1,5 @@ | |||
<?xml version='1.0' encoding='UTF-8' ?> | |||
<openerp> | |||
<odoo> |
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.
<odoo noupdate="1">
& can remove data tag
@@ -1,5 +1,5 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<openerp> | |||
<odoo> | |||
<data> |
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.
Can remove data tag
<field name="context">{"search_default_website":1}</field> | ||
</record> | ||
|
||
<menuitem id="menu_help_main" name="Help Online" groups="help_online_group_writer"/> |
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.
It would be nice if the web icon was set to the application icon here something like this
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.
👍 Code review
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.
Code review and test
@lmignon - This is approved, but lacking my non-blocking comments. Were you planning on attending to them before merge? |
@lasley Done |
Always use the '__export__' prefix when generating the xmlid of pages exported by the export wizard to avoid autmomatic removal of these pages by Odoo on system update (-u)
PLZ don't squash the commits on merge. |
Thanks @lmignon. Merged, no squash! |
Migration of Help_online from 9.0.