-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
[15.0] [MIG] dms #159
[15.0] [MIG] dms #159
Conversation
Hi @sbidoul, pre-commit command is failing here because of one CSV file in demo data. This CSV file is used in the demo data file dms/dms/demo/file.xml. Can you please take a look and help us to solve it? Thanks |
Please fix CIs and cherry-pick this recent commit: acfe367 |
Hi @pedrobaeza, cheery-pick is done. CIs failed because the module depends on and there is one issue coming with pre-commit for one CSV demo data file. So for that require to do changes in pre-commit. Thanks |
OK, we have to wait then for the rest to be merged. |
Please cherry pick this last change: #161 |
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.
First of all thanks for the contribution.
Some comments:
- I think it is necessary to squash the administrative commits.
- It will be necessary to add the change [14.0][FIX] dms: Replace the content field with size in the form view of the directory #161 from v14 (this change and the previous one will need to be placed in order, that is, before the commit "[IMP] dms: black, isort , prettier" to respect the change history).
- I see that in the changes applied in the commit "Migration to 15.0" many
string=
are removed from many fields and views, I think this is not necessary and it generates a very large diff that makes the revision difficult.
b68adac
to
8481004
Compare
Hi @victoralmau , Changes of #161 have been pulled and squash administrative commit. Please check it. Regarding Thanks |
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.
Good job, thanks for the changes, the code review is OK.
When the dependencies of this addon are merged I will test it in runbot.
Please cherry pick this last change: #166 (before v15 migration commits) |
@JasminSForgeFlow Can you check @victoralmau comments? |
…m view of the directories.
…xtension in the file name).
…d use cases. TT34095
…47483647 limit from postgresql. TT33935
…e directory (file_ids field) because it is totally wrong to try to show that field. TT34353
8481004
to
0a7483e
Compare
Hi @etobella, I have cherry-pick #166 and also rebased with 15,0 Thanks |
@victoralmau It seems ready for merge. May I kindly ask for a review ?? |
1 similar comment
@victoralmau It seems ready for merge. May I kindly ask for a 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.
Thanks a lot, very good job!!
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 6d635ab. Thanks a lot for contributing to OCA. ❤️ |
/ocabot migration dms |
Standard Migration
@ForgeFlow
Depends on: