-
-
Notifications
You must be signed in to change notification settings - Fork 79
[16.0][MIG] github_connector_odoo: Migration to version 16.0 #119
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
[16.0][MIG] github_connector_odoo: Migration to version 16.0 #119
Conversation
a7048c5 to
32efeb0
Compare
|
Please rebase fixing conflicts. /ocabot migration github_connector_odoo |
[FIX] module icon resize problem
* [FIX] Fix field property The property is 'readony'. * [IMP]Get module icon from multiple sources Get the module icon from the following sources (in order): 1. From the first entry of the images tag from the manifest 2. From the static directory
* [ADD] github_connector_odoo: New field category_id [IMP] increase version number [FIX] Lints * [REF] removed unecessary variables. [FIX] Lints * [FIX] corrected version, since this update requires a module upgrade
* [IMP] Add try-except on branch analyze action Add try-except statements on analyze actions that could potentially crash the analyze process. * [REF] Fix error logging Changes include: - fix error values - use error instead of warning * [IMP] Fix error in analyze call Fix a programming mistake in the analyze call. By @RoelAdriaans * [IMP] Bump version number of github_connector Bump the version number of github_connector to '11.0.1.1.1'. * [IMP] Bump version number of github_connector Bump the version number of github_connector_odoo to '11.0.1.1.1'.
Set a default icon per module, when no icon is defined in that module. The default icon is the 'OCA cube', the icon is located in the module itself (in /data/oca.png).
…CA#30) * [FIX]do not delete module version if already exists and just update * [FIX]remove not needed code * [IMP] added clean odoo module version cron * [IMP]support module_paths also * [IMP]separate function fo the module path to remove redundant code
To play nice with Sentry.
There's a mix between self and branch arguments in analyze methods.
…functional This field allows to define where addons are located, but it's hidden right now, because not everything is properly adjusted for paths different from root. Making this working, there's no need to hide the field.
Putting fields.Image doesn't add value, as this is only for auto-resizing. The interesting thing is to add `attachment=True`, that allows to store the images as attachments and save space due to duplicates and lighten the DB size. Migration scripts included.
[UPD] Update github_connector_odoo.pot
github_connector_odoo 14.0.1.0.1
TT25583 [UPD] Update github_connector_odoo.pot [UPD] README.rst github_connector_odoo 14.0.2.0.0
… to _for_xml_id() github_connector_odoo 14.0.2.1.0
[FIX] github_connector_odoo: Correct pylint checks
…dule.version.rule.info
Do not create lines if no file has been scanned
32efeb0 to
92dcfa5
Compare
done! |
victoralmau
left a comment
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 and functional review OK
pedrobaeza
left a comment
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.
/ocabot merge nobump
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at 2c547e5. Thanks a lot for contributing to OCA. ❤️ |
TT45634
@Tecnativa
@pedrobaeza @victoralmau