Skip to content
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

[12.0][IMP] report_async: add schedule_date field #904

Merged
merged 2 commits into from
Jul 7, 2024

Conversation

RicardCForgeFlow
Copy link

@RicardCForgeFlow RicardCForgeFlow commented Jul 1, 2024

Change schedule_time to Datetime field

@ForgeFlow

@OCA-git-bot
Copy link
Contributor

Hi @kittiu,
some modules you are maintaining are being modified, check this out!

@RicardCForgeFlow RicardCForgeFlow force-pushed the 12.0-imp-report_async-schedule_time branch from 38a1f45 to 235305e Compare July 1, 2024 09:32
@RicardCForgeFlow RicardCForgeFlow changed the title [IMP] report_async: Change schedule_time to Datetime field [12.0][IMP] report_async: Change schedule_time to Datetime field Jul 1, 2024
@RicardCForgeFlow RicardCForgeFlow force-pushed the 12.0-imp-report_async-schedule_time branch 2 times, most recently from 84877c7 to 9492918 Compare July 2, 2024 11:25
@RicardCForgeFlow RicardCForgeFlow force-pushed the 12.0-imp-report_async-schedule_time branch from 9492918 to f98265e Compare July 2, 2024 11:27
@RicardCForgeFlow RicardCForgeFlow marked this pull request as ready for review July 2, 2024 11:34
@@ -71,7 +70,7 @@ class ReportAsync(models.Model):
help="List all files created by this report background process",
)

schedule_time = fields.Char(string='Schedule time')
schedule_time = fields.Datetime(string='Schedule Time')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would need migration scripts. Can we adapt the code in a way to avoid this change?

@RicardCForgeFlow RicardCForgeFlow force-pushed the 12.0-imp-report_async-schedule_time branch from 7993419 to 27e4d3b Compare July 3, 2024 13:52
@RicardCForgeFlow RicardCForgeFlow changed the title [12.0][IMP] report_async: Change schedule_time to Datetime field [12.0][IMP] report_async: add schedule_date field Jul 5, 2024
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@HviorForgeFlow
Copy link
Member

/ocabot merge major

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 12.0-ocabot-merge-pr-904-by-HviorForgeFlow-bump-major, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 8559848 into OCA:12.0 Jul 7, 2024
4 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 675d7ec. Thanks a lot for contributing to OCA. ❤️

@MiquelRForgeFlow MiquelRForgeFlow deleted the 12.0-imp-report_async-schedule_time branch July 8, 2024 07:55
@MiquelRForgeFlow MiquelRForgeFlow restored the 12.0-imp-report_async-schedule_time branch July 8, 2024 09:20
@MiquelRForgeFlow MiquelRForgeFlow deleted the 12.0-imp-report_async-schedule_time branch July 31, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants