-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
[17.0][MIG] mail_activity_board: Migration to 17.0 #1284
[17.0][MIG] mail_activity_board: Migration to 17.0 #1284
Conversation
f08adfd
to
e18acb1
Compare
/ocabot migration mail_activity_board |
Could you consider adding this patch to the migration of the module: #1285 |
3de20b0
to
ae7e7a7
Compare
@gurneyalex Thank you for your suggestion. I tried to incorporate the patch from #1285 into the module's migration. However, during the implementation, I encountered a 'TypeError: 'Query' object is not subscriptable' error. |
Can you rebase? we needed to apply a change on main branch |
…d in boards. (OCA#283) * [ADD] Module that insert activities board. * [FIX] Author error in __manifest__ file and style changes. * [FIX] Fix replace in view, rename files and style changes. * [FIX] Enumerated list ends without a blank line; unexpected unindent. * [FIX] Name fail. * [FIX] Bug in view. * [FIX] Add button Activities in mail.thread and readme folder. Others improvements in style of code. * [FIX] Type 'tree' not found in registry: problem solved. * [FIX] Dependence change: 'mail' for 'calendar'. * [FIX] Eliminated unnecessary imports. * [FIX] Bugs about js and if/else. * [FIX] Improvements following guide lines and eliminating unnecessary attributes in views. * [ADD] Added counter in the 'Activities List' button. * [FIX] Bugs in javascript with 'Activities' button. * [ADD] Tests folder. * [FIX] Deleted references to modules not installed. * [FIX] Formatting javascript. * [FIX] Bug: added a soft line before a class. * [FIX] Bug: OCA#283 (comment) * [FIX] Escaping 'lt' in xml file. Bug: OCA#283 (comment) * [FIX] The meeting attendees are shown in kanban mode on the meeting board. * [FIX] Hide in form view of the activity board the assistant field if the activity is not a meeting type or if there are no assistants. * [FIX] Change to default kanban view for partners.
Co-Authored-By: Miquel Raïch <[email protected]>
Currently translated at 100.0% (18 of 18 strings) Translation: social-13.0/social-13.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_board/fr_BE/
Currently translated at 88.9% (16 of 18 strings) Translation: social-13.0/social-13.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-13-0/social-13-0-mail_activity_board/es/
users when accessing records that inherit mail.activity mixing
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-16.0/social-16.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_board/
…s only visible if the user has the permission. TT43037
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-16.0/social-16.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_board/
Currently translated at 95.4% (21 of 22 strings) Translation: social-16.0/social-16.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_board/fr/
Currently translated at 100.0% (22 of 22 strings) Translation: social-16.0/social-16.0-mail_activity_board Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_activity_board/es/
`image_small` field has been renamed to `image_small` since the use of `image.mixin`
ae7e7a7
to
b24e056
Compare
@etobella Rebased main branch. Please review |
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.
Functional review it works as expected 👍
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.
Functional review
/ocabot merge nobump
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at e2aaea4. Thanks a lot for contributing to OCA. ❤️ |
Please check this follow-up PR: #1468 |
No description provided.