-
-
Notifications
You must be signed in to change notification settings - Fork 549
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] web_archive_date #686
Conversation
72485dc
to
75ebc4e
Compare
Hi @JasminSForgeFlow , the base module is merged. Can you rebase? |
Its done already, 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.
75ebc4e
to
3aeddc3
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.
Could you cherry-pick the fix done here #687?
Also, your commit history only contains the pre-commit commit, you need to have the pre-commit and migrations changes separated in 2 different commits to ease review. Could you do that?
Glue module between base_archive_date and web to display the Latest Archived Date and Latest Archived by on the metadata of a record.
3aeddc3
to
dec93fb
Compare
#687 included and commits also fixed. |
dec93fb
to
71e6756
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.
Functional review LGTM 👍
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
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.
LGTM! 👍🏽
Format of `archive_date` is not the same as `write_date` shown in the metadata. Values are formatted in javascript. Can't inherit the method and adapt the value there. | ||
|
||
TO BE DONE: Check how to format the value in the QWeb view somehow. |
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.
Format of `archive_date` is not the same as `write_date` shown in the metadata. Values are formatted in javascript. Can't inherit the method and adapt the value there. | |
TO BE DONE: Check how to format the value in the QWeb view somehow. |
You can remove the file. Thank you @JasminSForgeFlow for the Javascript changes! 👍🏽
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.
Updated, Thanks
This PR has the |
71e6756
to
74e0464
Compare
/ocabot migration web_archive_date |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at fafbe55. Thanks a lot for contributing to OCA. ❤️ |
Standard Migration
@ForgeFlow
Depends on: