Michael Tietz

Results 27 issues of Michael Tietz

After this change the tests will also run successful If you do only `odoo -i account_account_invoice_check_total --stop-after-init --test-enable` or `odoo -i account_invoice_mode_at_shipping --stop-after-init --test-enable` Now they fail because of missing...

Move the checks for set location into own method. This allows us to hook/extend the checks from different addons.

cc @jbaudoux Port of https://github.com/OCA/wms/pull/790

migration
needs review
stale

Allow to extend a reservation to the full content of the source location. For example, if you have a reassort move for 2 units but the source location contains 20...

needs review
no stale

This allows to configure a picking type to automatically do a full location reservation Depends on: * https://github.com/OCA/wms/pull/790

no stale

If there is not all processed for one move, we have to ensure that the state of the remaining move is still `assigned`. Otherwise the last remaining qty of this...

stale

Since base_delivery_carrier_label introduced a logic, to a default stock.quant.package on stock.move.lines. We always have to deal with it, in other not dependent addons. The context key `set_default_package` is used in...

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

approved
ready to merge