Denis Roussel (ACSONE)

Results 1469 comments of Denis Roussel (ACSONE)

> IMO this should stay in a new module, something like `shopinvader_sale_update_price` or similar Makes sense indeed.

I think the issue is the design of models as inheritance order for parallel models is not guaranteed: ![image](https://user-images.githubusercontent.com/19529533/106033033-86be9380-60d1-11eb-830b-6c52faa59947.png)

@sanrav @OCA/accounting-maintainers

@sbidoul As discussed, it's maybe better to do a constrains() and an ir.config.parameter to activate the behaviour.

@OCA/accounting-maintainers

@mourad-ehm Could you look at #810 ?

This is the magic: ![image](https://github.com/OCA/wms/assets/19529533/984ae17e-fd05-481e-997f-a54a38c369ca)

> Many thanks yes this was missing. Why did not set the release_policy as it is done here? > > https://github.com/OCA/wms/blob/111d87780457fa740dc0cc5609c47ab26be5916d/stock_available_to_promise_release/migrations/16.0.3.1.0/post-migrate.py#L5 Here, I initialize the field with the default value,...