[18.0][ADD] sale_pricelist_delivery_date#4002
[18.0][ADD] sale_pricelist_delivery_date#4002AungKoKoLin1997 wants to merge 1 commit intoOCA:18.0from
Conversation
780b364 to
8fd8d1a
Compare
8fd8d1a to
666199b
Compare
666199b to
9be63d7
Compare
0e77f7f to
ad460b3
Compare
0d7dca6 to
19766bb
Compare
|
I am a bit confused about the test failures in CI. I checked the modules that fail in CI using my development environment, but the failures are not the same. In my dev environment, only the following test case fails. As far as I can see, the reason is that When I reproduce the same workflow in the UI, these two fields have different values ( Because of this, when I haven’t found an optimal solution yet, so any suggestions or guidance would be very welcome. |
I think this may be the case. |
Looks like it is. In that case, I suppose changing the way https://github.com/OCA/sale-workflow/blob/18.0/sale_order_product_recommendation/tests/test_recommendation_common.py creates order lines may fix the issue? The lines should first be created with no |
19766bb to
10c26ea
Compare
789c99e to
51fc3f0
Compare
51fc3f0 to
21df6ab
Compare
|
Close this PR since it shares the same behavior with existing one. |
This module allows users to calculate the unit price of sale order lines based on the delivery date of the sales order.
@qrtl QT5925