hello guys, im trying to implement module func_timeout on odoo to set timeout on when process on odoo function takes time too long (about 1 hour), but im encounter some issue
AttributeError: environments,
if i print the "picking" it works it return like this stock.picking(188013,) but if i tried to print attribute name and id on picking object it returns that error
here are my base code
```
```
thanks for the help