-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[MIG] disable_openerp_online > disable_odoo_online #399
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
Conversation
👍 |
Please rename it to disable_odoo_online |
@@ -20,7 +20,7 @@ | |||
############################################################################## | |||
{ | |||
"name": "Remove odoo.com bindings", | |||
"version": "8.0.1.1.0", | |||
"version": "9.0.0.1.0", |
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.
9.0.1.0.0
…. Update the version in the file __openerp__.py
@pedrobaeza thks for reviewing the pull request. I just fixed the source code taken into your comments. About the function "show_announcement_bar", it's still valid in v9 (you can find it in addons/mail/static/src/js/announcement.js). Please let me know if you have any other comments. |
@@ -0,0 +1,9 @@ | |||
odoo.define('disable_openerp_online.announcement', function (require) { |
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.
This should be odoo.define('disable_odoo_online.announcement', ...
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.
Thks for pointing this out. I will check other places also.
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.
The current file should be renamed to disable_odoo_online.js
.
Excepting minor fixes, 👍 thank you! |
Thks @pedrobaeza @sebalix. I just committed the fixes for your comments. I also did the rename in po / pot files. I have 1 concern about the link to transifex (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de) in po files, i don't know what should i do with it. And yes, if you have any other comments, please let me know... |
Some comments to finish:
|
…pdate_notification to new api
@pedrobaeza i just committed the fixes for
Have a nice day, |
👍 |
Syncing from upstream OCA/server-tools (10.0)
No description provided.