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

[14.0][MIG] pos_picking_delayed #1213

Merged
merged 28 commits into from
Oct 10, 2024

Conversation

em230418
Copy link
Contributor

@em230418 em230418 commented Jul 2, 2024

No description provided.

legalsylvain and others added 26 commits July 1, 2024 12:13
- creating pos.order doesn't create picking, when it is created via create_from_ui;
- add a cron to generate picking of pos.order
- log when cron is called
- configuration in pos.config (picking_creation_delayed)
- handle correctly pos order that doesn't generate pickings. (based on services)
[IMP] replace cron by queue_job
…odules of the same repository ; [IMP] improve the display of the field on the pos config form
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pos-12.0/pos-12.0-pos_picking_delayed
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_picking_delayed/
Currently translated at 100.0% (7 of 7 strings)

Translation: pos-12.0/pos-12.0-pos_picking_delayed
Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_picking_delayed/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: pos-13.0/pos-13.0-pos_picking_delayed
Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_picking_delayed/
Currently translated at 100.0% (7 of 7 strings)

Translation: pos-13.0/pos-13.0-pos_picking_delayed
Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_picking_delayed/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: pos-13.0/pos-13.0-pos_picking_delayed
Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_picking_delayed/it/
@legalsylvain
Copy link
Contributor

/ocabot migration pos_picking_delayed

@OCA-git-bot OCA-git-bot added this to the 14.0 milestone Jul 2, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Jul 2, 2024
16 tasks
@em230418 em230418 force-pushed the 14.0-mig-pos_picking_delayed branch from 4a1a27d to c6a98f2 Compare July 5, 2024 04:48
return super(PosOrder, self.with_context(create_from_ui=True)).create_from_ui(
orders, draft=draft
)

def create_picking(self):
def _create_order_picking(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this rename ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

hum... that makes sense ! sorry for the naive question.

@em230418
Copy link
Contributor Author

Hello, @legalsylvain!
I suggest to also merge this after merging version of 16.0

@legalsylvain
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 14.0-ocabot-merge-pr-1213-by-legalsylvain-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 9364716 into OCA:14.0 Oct 10, 2024
6 of 7 checks passed
@OCA-git-bot
Copy link
Contributor

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

@em230418 em230418 deleted the 14.0-mig-pos_picking_delayed branch October 10, 2024 08:54
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.

9 participants