Search
9 results for “gurneyalex”
-
I'm looking for good resources to learn #helm do you have any suggestions?
-
I'm looking for good resources to learn #helm do you have any suggestions?
-
Using Odoo 17.0 and account_peppol and your users are not configured to speak english? Then there are chances you are suffering from performance degradation because of cache invalidation.
These are caused by fields_get overloads on account.move and res.partner that are there to comply with the stable policy of odoo (I guess) but degrade the performance.
Try this patch https://github.com/odoo/odoo/pull/263222/changes#diff-9a0fe3f57563821b7e909a04bce3c4708ec54feba76c063d4ec53927346825cb (and update module in your instance).
-
TIL that if you add the X-Disable-Tracking header to your http requests, #odoo will comply and not track your visit.
Now updating the pingdom config and the health probes to use that header.
-
Someone shared this on Friday evening on the office's slack. Doubtless this is old meows by now, but it still brightened my morning.
-
I was recommended the book Essentialism by Greg McKeown. I received my copy yesterday, started reading. So far I dislike the writing style :-) but the message is powerful. Hopefully I'll be able to use it to pivot my current role from being a person that helps everywhere to more focused work.
Any feedback from people who read it?
-
Archeology session: I unearthed this super old Odoo commit that deprecates the `db_filter` configuration parameter in favor of `db_name`. When the `db_filter` is not set, but `db_name` is, the latter is assumed to be a comma separated list of allowed database names, and #Odoo will *not* connect to the 'postgres' database and try to list the available databases to filter them with the db filter.
-
Update: updating the source code did not fix the problem.
I'm currently digging in the source code of the bus addon and reading the websocket RFC carefully.
I also realized I'd lent my copy of Richard Stevens books on network programming and they were never returned 😢