-
-
Notifications
You must be signed in to change notification settings - Fork 608
[19.0][MIG] announcement: Migration to 19.0 #1161
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
Open
bizzappdev
wants to merge
26
commits into
OCA:19.0
Choose a base branch
from
BizzAppDev-Systems:19.0-mig-announcement-BAD
base: 19.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
[19.0][MIG] announcement: Migration to 19.0 #1161
bizzappdev
wants to merge
26
commits into
OCA:19.0
from
BizzAppDev-Systems:19.0-mig-announcement-BAD
+3,137
−0
Conversation
This file contains hidden or 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
- Now that the reads count is stored, we need to add a depends that triggers the recomputation. To do so, we need to link announcements and read logs. - Simplified popup on log in mechanism. - The notification_expiry_date field was duplicated in the form view - Add some thechnical suggestions - Change the term `pendant` to a more convenient `unread` - Regular users can't read announcements with dates in the future or which expiration date has passed nor archived announcements. - Fix typos TT38174
If a user has an announcement open in multiple windows, the read will be logged multiple times. The relevant one is only the first one. TT38705
There's a soft compatibility with OCA's `web_dialog_size` module. If the instance has the module installed, you'll have the dialog resize controls by default in the announcements. Additionally, you can show the announcement dialogs expanded to the screen full width by default setting the system parameter key `announcement.full_size` with to any value. Remove the parameter record to disable this behavior. TT39634
Currently translated at 100.0% (52 of 52 strings) Translation: server-ux-15.0/server-ux-15.0-announcement Translate-URL: https://translation.odoo-community.org/projects/server-ux-15-0/server-ux-15-0-announcement/es/
A new field "is_general_announcement" is added which when checked sends the announcement to users belonging to the "Internal User" group. TT42581
A new field has been added to be able to attach files to the announcement, and these attachments will be displayed in the announcement notification modal. TT42581
Doing them to be owned by the record.
Example of use case: - Create an announcement to a user - Archive the user - When accessing the advertisement, we want to know the user(s) even if he/she is now archived. TT49077
Currently translated at 100.0% (76 of 76 strings) Translation: server-ux-17.0/server-ux-17.0-announcement Translate-URL: https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-announcement/it/
/ocabot migration announcement |
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.