-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
Conversation
- 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/
…efactoring. + Add idempotent test
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/
/ocabot migration pos_picking_delayed |
4a1a27d
to
c6a98f2
Compare
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): |
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.
Why this rename ?
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.
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.
hum... that makes sense ! sorry for the naive question.
Hello, @legalsylvain! |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 3609fe8. Thanks a lot for contributing to OCA. ❤️ |
No description provided.