-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
[18.0][MIG] iot_input_oca: Migration from 17.0 to 18.0. #102
Open
YogendrasinhChavda
wants to merge
36
commits into
OCA:18.0
Choose a base branch
from
YogendrasinhChavda:18.0-MIG-iot_input_oca
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] iot_input_oca: Migration from 17.0 to 18.0. #102
YogendrasinhChavda
wants to merge
36
commits into
OCA:18.0
from
YogendrasinhChavda:18.0-MIG-iot_input_oca
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds active field in device, input Adds device_identification and passphrase in device Adds address field in input Adds new controller that can take multi event and/or multi input data Updates tests [FIX] Don't remove existing users from security group Updating the module removed existing users from Manager group. This changes behaviour so that users that are already in this group are not removed.
In memory restricted devices (e.g. arduinos et all) sending the input address as number instead of string in the JSON object can save precious memory bytes. This patch allows passing address as number in the JSON object and converting it to string when parsing.
-Sets default order to name for iot_device and iot_input -Skips parsing data for inactive inputs
Currently translated at 87.5% (35 of 40 strings) Translation: iot-15.0/iot-15.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-15-0/iot-15-0-iot_input_oca/ca/
Currently translated at 100.0% (40 of 40 strings) Translation: iot-15.0/iot-15.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-15-0/iot-15-0-iot_input_oca/it/
Currently translated at 100.0% (40 of 40 strings) Translation: iot-15.0/iot-15.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-15-0/iot-15-0-iot_input_oca/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: iot-16.0/iot-16.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-16-0/iot-16-0-iot_input_oca/
Currently translated at 100.0% (40 of 40 strings) Translation: iot-16.0/iot-16.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-16-0/iot-16-0-iot_input_oca/it/
Currently translated at 100.0% (40 of 40 strings) Translation: iot-16.0/iot-16.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-16-0/iot-16-0-iot_input_oca/es/
Currently translated at 92.5% (37 of 40 strings) Translation: iot-16.0/iot-16.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-16-0/iot-16-0-iot_input_oca/fa/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: iot-16.0/iot-16.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-16-0/iot-16-0-iot_input_oca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: iot-17.0/iot-17.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-17-0/iot-17-0-iot_input_oca/
Currently translated at 100.0% (39 of 39 strings) Translation: iot-17.0/iot-17.0-iot_input_oca Translate-URL: https://translation.odoo-community.org/projects/iot-17-0/iot-17-0-iot_input_oca/it/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.