-
-
Notifications
You must be signed in to change notification settings - Fork 309
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] mis_builder #607
Conversation
Currently translated at 100.0% (281 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/pt_BR/
Resolve a permission issue when creating report periods with a user without admin rights.
d885f2c
to
593e6d0
Compare
593e6d0
to
9773d66
Compare
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.
Works well
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.
Tested on runboat and seems to work well, @sbidoul Can we ask for your opinion?
I'll have a look soon. I've renamed the PR title :) Can you also reword the migration commit? Also, can you rebase without 62359ca? This was for python 3.9 support but Odoo 17 does not support it. |
/ocabot migration mis_builder |
This PR has the |
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.
Hi, thanks for working on this migration. Here is a first round of comments.
Currently translated at 76.8% (216 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/it/
Currently translated at 99.6% (280 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/sv/
Currently translated at 100.0% (281 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/sv/
Currently translated at 100.0% (281 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/sv/
Currently translated at 76.8% (216 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/it/
Currently translated at 100.0% (281 of 281 strings) Translation: mis-builder-16.0/mis-builder-16.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/it/
@@ -13,8 +13,7 @@ | |||
</div> | |||
<div class="oe_mis_builder_cp_right_bottom"> | |||
<div class="oe_mis_builder_filter_buttons"> | |||
<FilterMenu t-if="showSearchBar" /> | |||
<DatePicker | |||
<DateTimePicker |
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.
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.
Fixed
1e4aff3
to
01bdeaf
Compare
t-if="showPivotDate" | ||
onChange="onDateTimeChanged.bind(this)" |
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.
Does this some sort of binding to state.pivot_date
?
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.
Yes, it works exactly as v16. The called function is this one:
onDateTimeChanged(ev) { this.state.pivot_date = ev; this.refresh(); }
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.
There is something missing, because in 16, you could set the Base Date on the report form, and it was preserved when clicking Preview.
With this branch, it does not appear in preview. You can check on runboat.
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.
Fixed. In v16 the DatePicker date attribute was setted with state.pivot_date value. Since DateTimeInput doesnt have this attribute i setted it in value.
caeec94
to
17b3f97
Compare
17b3f97
to
f550423
Compare
Any updates on this? @sbidoul |
@mpascuall To me the buttons are still misplaced. In v16 they are on the right. I have not had time to look for a correct solution for this. But the |
f550423
to
0ca865c
Compare
Fixed, could you check it again please? |
@sbidoul Can our team help you in anything with this module? I'm sure it's close to be merged 😉 |
Yes, it's close. I'll review the latest changes after my holidays. Also check if it works in wizard mode. |
Nice. Enjoy your holidays 👍 |
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.
Looks good now. Many thanks!
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 244aded. Thanks a lot for contributing to OCA. ❤️ |
Module migrated to version 17.0
cc https://github.com/APSL 154544
@miquelalzanillas @lbarry-apsl @javierobcn @peluko00 please review