delivery-carrier icon indicating copy to clipboard operation
delivery-carrier copied to clipboard

[14.0][FIX] delivery_schenker: correct float_round return

Open mt-software-de opened this issue 1 year ago • 13 comments

Because float_round as an example returns for 1.88 -> 1.880...01 we have to round it properly with float_repr

mt-software-de avatar Oct 01 '23 05:10 mt-software-de

Closed. Duplicate of https://github.com/OCA/delivery-carrier/pull/678

mt-software-de avatar Nov 06 '23 13:11 mt-software-de

The failing Tests are not related to this Change, there is as interference through an other addon

mt-software-de avatar Dec 12 '23 18:12 mt-software-de

@mt-software-de Can you rebase ?

jbaudoux avatar Apr 15 '24 07:04 jbaudoux

@mt-software-de Can you rebase ?

yes but this will not fix the tests. This is waiting on https://github.com/OCA/delivery-carrier/pull/786 or https://github.com/OCA/delivery-carrier/pull/643

mt-software-de avatar Apr 15 '24 22:04 mt-software-de

@mt-software-de Can you rebase?

Raul-S73 avatar Jul 04 '24 08:07 Raul-S73

@mt-software-de Can you rebase?

done

mt-software-de avatar Jul 04 '24 09:07 mt-software-de

@mt-software-de Could you adapt this part of the tests in delivery_schenker_quant_package_dimension? image Due to changing the values to be strings in this PR it fails. Just noticed it in our CI that uses this PR

hildickethan avatar Jul 11 '24 08:07 hildickethan

@mt-software-de Could you adapt this part of the tests in delivery_schenker_quant_package_dimension? image Due to changing the values to be strings in this PR it fails. Just noticed it in our CI that uses this PR

Thx. I forgot that.

mt-software-de avatar Jul 11 '24 13:07 mt-software-de

The

@mt-software-de Could you adapt this part of the tests in delivery_schenker_quant_package_dimension? image Due to changing the values to be strings in this PR it fails. Just noticed it in our CI that uses this PR

done

mt-software-de avatar Jul 11 '24 13:07 mt-software-de

done

:thinking: It seems to still be failing, I think just changing the test itself in that module to compare vs strings is OK, like you did with delivery_schenker

hildickethan avatar Jul 11 '24 15:07 hildickethan

done

🤔 It seems to still be failing, I think just changing the test itself in that module to compare vs strings is OK, like you did with delivery_schenker

now :-)

mt-software-de avatar Jul 12 '24 09:07 mt-software-de

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

OCA-git-bot avatar Jul 12 '24 09:07 OCA-git-bot

@mt-software-de now test is working fine thx

adrip-s73 avatar Jul 18 '24 07:07 adrip-s73