-
Notifications
You must be signed in to change notification settings - Fork 3
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
[16.0] [mig] shopinvader_delivery_pickup_colissimo_widget #7
base: 16.0
Are you sure you want to change the base?
[16.0] [mig] shopinvader_delivery_pickup_colissimo_widget #7
Conversation
"external_dependencies": {"python": [], "bin": []}, | ||
"depends": [ | ||
"shopinvader_api_delivery_pickup_public_edition", | ||
"delivery_roulier_laposte_fr", |
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.
After thinking twice, depending on "delivery_roulier_laposte_fr" is maybe overkill.
We only need this for having the user/password of la poste.
What we can do is the following.
In this module just store the user / password in the ir.config.parameter
laposte.user
laposte.password
Then we can do a glue module with "delivery_roulier_laposte_fr" (this can be done later in an other PR)
That use the user/password stored in the "delivery_carrier_account" https://github.com/OCA/delivery-carrier/blob/16.0/delivery_carrier_account
So in case that you do not print label you do not need to install "delivery_roulier_laposte_fr"
cf822fa
to
bcf7760
Compare
bcf7760
to
a2d06f2
Compare
b8b65f9
to
7cacd65
Compare
7cacd65
to
e6126bf
Compare
No description provided.