Italo Lopes

Results 20 issues of Italo Lopes

https://github.com/tinyerp/erppeek/blob/9a43eb9a07919db90ed8b8f2350f96a45bc63df1/erppeek.py#L520 The regex seems not to work with the "match" method (the saas odoo version is something like saas~15.2+e). `AttributeError: 'NoneType' object has no attribute 'group'` If you change "match"...

On some Manufacturing orders, we need to block them in "progress" on a work operation for some time before being able to continue the process or close the MO. This...

no stale

### Problem : In a picking, if we create 2 or more packages, after generating the postlogistic labels, all tracking numbers are concatenated on the first package. ![image](https://github.com/OCA/delivery-carrier/assets/18470913/017f711b-1891-44b6-b820-555cca22797a) ![image](https://github.com/OCA/delivery-carrier/assets/18470913/dbc4abd1-f397-4068-a79c-13309da884d3) It...

enhancement
needs review
approved
ready to merge

Original PR: https://github.com/OCA/server-tools/pull/2928

Convert all to float : if we use a context like {'calendar_slot_duration': '01:30:00'} we will have on the backend a duration of 10 hour and 30 minutes instead of 1...