Closed simahawk closed 8 months ago
I agree !
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
ATM the state is hardcoded here https://github.com/shopinvader/odoo-shopinvader/blob/14.0/shopinvader/models/sale.py#L38 but seems wrong most of the time because when the order is done but not shipped yet, you already get "shipped".
The good solution seems to use https://github.com/OCA/sale-workflow/pull/1372.
@PierrickBrun any plan to integrate it here?