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][ADD] wms_connector #762

Closed
wants to merge 70 commits into from
Closed

Conversation

kevinkhao
Copy link

@kevinkhao kevinkhao commented Oct 9, 2023

The aim of wms_connector, is to provide a generic process for synchronizing picking with an external warehouse software (This can be useful when you subcontract your warehouse management to a WMS supplier)

Work is in progress

wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/synchronize_exportable_mixin.py Outdated Show resolved Hide resolved
wms_connector/models/attachment_synchronize_task.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
wms_connector/models/stock_warehouse.py Outdated Show resolved Hide resolved
or []
)
to_create = prd_matching - prd_with_sync
for prd in to_create:
Copy link
Member

Choose a reason for hiding this comment

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

TODO create with list

wms_connector/data/cron.xml Outdated Show resolved Hide resolved
wms_connector/data/ir_filters.xml Outdated Show resolved Hide resolved
wms_connector/models/synchronize_exportable_mixin.py Outdated Show resolved Hide resolved
wms_connector/models/synchronize_exportable_mixin.py Outdated Show resolved Hide resolved
@sebastienbeau
Copy link
Member

@jbaudoux indeed maybe it will be better to have it in edi repo
@bealdav what do you think ?

from odoo.exceptions import UserError


class StockPikcingBatch(models.Model):
Copy link
Author

Choose a reason for hiding this comment

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

minor typo

@kevinkhao
Copy link
Author

OCA/server-tools#2883
might be of interest to avoid repeating some logic

Copy link

github-actions bot commented Oct 6, 2024

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Oct 6, 2024
@github-actions github-actions bot closed this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants