-
Notifications
You must be signed in to change notification settings - Fork 34
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
[MIG] trp_external_user #117
base: 13.0
Are you sure you want to change the base?
Conversation
trp_external_user/__manifest__.py
Outdated
"version": "13.0.1.0.0", | ||
"author": "Therp BV, Sunflower IT", | ||
"category": 'External users', | ||
'website': 'http://therp.nl', |
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.
Make it https:
trp_external_user/__manifest__.py
Outdated
"author": "Therp BV, Sunflower IT", | ||
"category": 'External users', | ||
'website': 'http://therp.nl', | ||
'depends': [ |
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.
Inconsistent quotation. Just black all of the code in the module. Best to install pre-commit to enforce this. The needed configuration is already in the 13.0 branch. See: https://odoo-community.org/blog/the-oca-blog-1/post/black-isort-pre-commit-97
@@ -0,0 +1,8 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<odoo> | |||
<record model="ir.module.category" id="module_category_external_users"> |
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.
Put id first, model after.
@KKamaa Thanks a lot for migrating this. There a few modifications that would be nice as the OCA standards and guidelines have evolved (and improved) since the module was written. |
Made a few fixes too based on your comments and some fixes hope its ok now. |
After request for changes on the last PR, I added the MIG of trp_external_user for v13.0 @NL66278