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

Open
wants to merge 28 commits into
base: 14.0
Choose a base branch
from

Conversation

em230418
Copy link

@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
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants