-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[MIG] base_locale_uom_default: Migration to 12.0 #1553
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] base_locale_uom_default: Migration to 12.0 #1553
Conversation
* Create module to allow for the selection of default units of measure at the language level.
|
Hey @skukered, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
tbaden
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.
thanks for the work 👍
I did a code review:
some changes are required.
please use the fragment readme.
| 'language level.', | ||
| 'version': '12.0.1.0.0', | ||
| 'category': 'Extra Tools', | ||
| 'website': 'https://laslabs.com/', |
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.
please set https://github.com/OCA/server-tools/ as website
base_locale_uom_default/__init__.py
Outdated
| @@ -0,0 +1,5 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
| @@ -0,0 +1,27 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
| @@ -0,0 +1,5 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
| @@ -0,0 +1,56 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
| @@ -0,0 +1,5 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
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.
you missed that one @skukered
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.
Sorry... Done
| @@ -0,0 +1,45 @@ | |||
| # -*- coding: 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.
please remove this line. no longer needed
|
@tbaden changes done. |
2e42fbd to
3aaed8c
Compare
benbrich
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.
I have just just stumbled over this one and did a functional check. Everything seems to work like it should. Thumbs up & thanks for the work. Let's get this pr done
|
This PR has the |
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at b99971b. Thanks a lot for contributing to OCA. ❤️ |
Syncing from upstream OCA/server-tools (17.0)
No description provided.