-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
8.0 add addresses mgmt #6
Conversation
daaf370
to
4160bae
Compare
@gurneyalex I think the READMEs are a bit messed up: for example, the one for stock talk about sale. |
abf1205
to
442c2c1
Compare
@lepistone: fixed, thanks |
Hi @gurneyalex, thanks for you module series but why they are in plural form ? |
I see better to put stock_multi_address to determine the plural meaning. |
@gurneyalex Have you considered to use this module |
@bealdav because we are dealing with multiple addresses (origin, delivery and consignee). Would you object to stock_transport_addresses? or stock_transport_address (but this sounds like the module only handle 1 address which it does not). |
@bealdav: regarding dropoff site
|
@gurneyalex thanks for your answer:
|
I agree with @bealdav. At first, I fell in the same mistake naming my modules, but it is less consistency. You can call it stock_transport_multi_address if you want to specify a little more. This is what I've done with product_images module, renamed to product_multi_image here: OCA/product-attribute#57 |
GREAT work Alex ! For the delivery_dropoff_site we can depend of your module without any problem. It's just that we need to take in account this change for so-colissimo (@guewen no sure that you need to do both colissimo and socolissimo). Thanks |
ok I'll update the names to xxx_transport_multi_address |
@bealdav I am about to create the 7.0 branch in this repository, and then I propose we work together on delivery_dropoff_site to get something which can be migrated to 8.0 to these modules (and if necessary amend the xxx_transport_multi_address modules to ease this migration) . Would this be ok with you? |
@gurneyalex Thank you alex, but on our side we will focus on the present and future -> v8. We only use this ddrop_off_site only for one client and it works in v7. When we'll migrate so_colissimo in v8 we'll add dependency on your module. Thank you for job with your full tested modules. It's also for that we want to depend from them. |
"""Find a picking type from the address. | ||
|
||
There is a similar onchange in the module | ||
purchase_requisition_delivery_address. A similar logic to choose the |
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.
two spaces
84e321a
to
121a38c
Compare
121a38c
to
20ded8a
Compare
20ded8a
to
a9007f0
Compare
c5a43b4
to
0e5e46c
Compare
👍 |
@yvaucher thanks for fixing the test |
👍 due to the high numbers of commit after first review pass, I think we should wait 5 days before merging |
@nbessi In fact it was rebased so there are not that much commit in addition @pedrobaeza @sebastienbeau issue due to naming of module was fixed is it ok for you? |
Description | ||
=========== | ||
|
||
This module (together with stock_addresses and purchase_addresses) manages in a |
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.
Change this text to match new module names
@pedrobaeza Thanks, I fixed those README files |
I think now it's ready for merging 👍 |
9.0 anai fix
Create 4 addons:
which work together to manage origin and delivery addresses, as well as consignees on company processes.
These modules unify and integrate what was previously available scattered in various more or less independent addons from differents OCA repositories:
Needs merging together with: