Iván Todorovich (@ivantodorovich) 's Twitter Profile
Iván Todorovich

@ivantodorovich

Architect @camptocamp / Father of 2

ID: 67218166

calendar_today20-08-2009 03:42:29

94 Tweet

252 Followers

494 Following

GitHub (@github) 's Twitter Profile Photo

Releases on GitHub are now… 📝 Easier to compile and share 🎉 Optimized to recognize and celebrate your contributors 💗 Built to encourage more engagement from your community See everything that’s new for releases: github.blog/2021-10-04-bet…

Iván Todorovich (@ivantodorovich) 's Twitter Profile Photo

I've just made an #odoo PR to slightly reduce the boilerplate code needed when inheriting views, by making the model field optional github.com/odoo/odoo/pull…

Swapnesh Shah (@sswapnesh) 's Twitter Profile Photo

No more '_name_search' for simple search using multiple fields. #Odoo16 has introduced parameter called '_rec_names_search' which simplifies it. More details on github.com/odoo/odoo/pull…

Simone Orsi (@simahawk) 's Twitter Profile Photo

#odoo #OCA BREAKING NEWS: you can now use queue_job on odoo.sh thanks to this alternative job runner github.com/OCA/queue/pull… Thank you Iván Todorovich, thank you @camptocamp :)

Daniel Reis (@reis_pt) 's Twitter Profile Photo

Upgraded to Ubuntu 22.04. Python virtual environments for #Odoo don’t work and need to be reinstalled. Reinstall with Python 3.10 does not work because of breaking changes in APIs. Using dead-snakes to get older Python versions to get Odoo running…

Yenthe Van Ginneken (@yenthe666) 's Twitter Profile Photo

Is #Odoo 16 getting support for nested search domains? 🥳 Would open up quite some extra options with domains compared to the current situation! See github.com/odoo/odoo/pull…

Yenthe Van Ginneken (@yenthe666) 's Twitter Profile Photo

Tip: #Odoo 16 will not have save/edit buttons! The new feature was merged into V16 as of today. The end of an Era it seems. See github.com/odoo/odoo/pull…

Géry Debongnie (@gdebongnie) 's Twitter Profile Photo

Owl 2.0 has been released!!! github.com/odoo/owl/relea… :) To my knowledge, it's the first (real) framework based on the idea of a "block-based virtualdom". Also, it includes lots of goodness, slots, reactivity system like vue, ...

Géry Debongnie (@gdebongnie) 's Twitter Profile Photo

Good news for Owl developers: the official owl devtools extension is finally available for Chrome: chrome.google.com/webstore/detai… This is mostly the work of Julien, one of our (ex-)interns.

Jay Nilendu Vora (@jaynvora) 's Twitter Profile Photo

#odoo17 #technical - One of the biggest changes : #Security- Record rules are no more GLOBAL, they are public/ user/ portal - github.com/odoo/odoo/pull… Be careful when you add a new module

Will McGugan (@willmcgugan) 's Twitter Profile Photo

I suspect this will come as no surprise to many folks. But if I add a new file in Visual Studio Code and type a directory + filename, then it will create the directory if required. Staggeringly obvious now, but I've always created the folder as a separate step. 🤦‍♂️