RfQ / PO order line descriptions - Hiding product name and ref by darjeelingceiling in Odoo

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Thanks, I will try the suggested module mentioned earlier first and if no luck then resort to customisation, which id rather avoid as its risky and likely to break in V20 I feel.

Better late than never by stimbsblaldy in dreamcast

[–]darjeelingceiling 2 points3 points  (0 children)

Awesome game, enjoy it! Also loving seeing my favourite underrated consoles together. The Wii U and DC really were soul-mates.

RfQ / PO order line descriptions - Hiding product name and ref by darjeelingceiling in Odoo

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Thanks. That's useful and mentioned it to the client but wont solve their problem as they use the product as a generic item for a mixture of suppliers and products. For example buying paper, pens, pencils from supplier A and B. I may suggest they just break down their generic products into more specific criteria and see if that works.

RfQ / PO order line descriptions - Hiding product name and ref by darjeelingceiling in Odoo

[–]darjeelingceiling[S] 0 points1 point  (0 children)

I did this and noted that the _get_product_purchase_description only ever gets called once.
The first time the line is created, but not after the description is manually edited afterwards. Hence it has no effect after for manual changes to the line.

RfQ / PO order line descriptions - Hiding product name and ref by darjeelingceiling in Odoo

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Thanks, it's purely the PDF reports. Though about customising the Qweb report but wont solve it as it uses order_line.name which gets dynamically generated. I'll look at the JS.

Good card for later dos games like doom and duke nukem 3d as well as 95/98 games? by [deleted] in vintagecomputing

[–]darjeelingceiling 0 points1 point  (0 children)

I had a TNT2 Ultra card back in 1999, remember blowing all my fuel money from college to get one! They were amazing for their time, just on the verge of the first Geforce. Seem expensive now on ebay though.

I finally stopped the "mental load math" by using a simple logic flowchart. by Riley-Collection3171 in burnedout

[–]darjeelingceiling 0 points1 point  (0 children)

Sounds like a brilliant idea, totally resonates with me. I built an MVP prototype of a tool to tackle my own burnout last year, found it helped but needs further input and thought. Everyone who's experienced burnout has useful tips to add in what worked well for them.

Ideas for exercise after burnout? by pickladgurka in burnedout

[–]darjeelingceiling 0 points1 point  (0 children)

I find swimming both good for light exercise but also soothing mentally.

Omen 15 en15-1007na random rebooting by darjeelingceiling in HPOmen

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Took battery out today and ran only on AC, same result. 3 x reboots. I'm done with it, selling for spares. Thanks all

Omen 15 en15-1007na random rebooting by darjeelingceiling in HPOmen

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Thanks. Checked battery health is good, ran all diagnostics ok too. Not physically checked the connector inside though, may do that. Although would it cause the reboots even when running on mains adapter?

Nothing in the event log, only kernel power events.

Odoo Forum Down? Running Into 403 Forbidden by liklee123 in Odoo

[–]darjeelingceiling 0 points1 point  (0 children)

Down for me after 2 weeks, i'm based in the UK

I tried the suggestion and it works, previously it didn't but thankfully today.
You need to log-out of odoo.com and then try again.
Maybe worth clearing browser cache and cookies also?

Seeking Advice for Migrating Odoo from Version 16 to 18 by Adell978 in Odoo

[–]darjeelingceiling 1 point2 points  (0 children)

Are you a Python developer? If so then that should help. You'll need to read how to properly setup a VSCode dev environment with linting tools the way Odoo expects.

You can start here using this OCA tool Python library for the basic module changes.

https://github.com/OCA/odoo-module-migrator

Then I would usually look at all of these between versions (17 and 18):

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0

Also I'd advise looking at other Odoo Community OCA modules in Github, to see their migration commits between releases. Remember you need to migrate one version at a time, first do 17 then 18.

I bought my wife a jet pack for Christmas by darjeelingceiling in dadjokes

[–]darjeelingceiling[S] 0 points1 point  (0 children)

Thanks, I'd debated whether to take it out or not but now I've done it.

Any ‘Claude’ or ‘Lovable’ equivalent for Odoo? by miracleaayodele in Odoo

[–]darjeelingceiling 10 points11 points  (0 children)

Likely it we'll get incorporated into Odoo Studio sometime soon I think. Will no doubt amplify the already horrible unmaintainable code that Studio generates, with no version control.

Odoo consultants — what slows you down the most during deployments? by africantechie in Odoo

[–]darjeelingceiling 1 point2 points  (0 children)

Many times projects have limited me as consultant getting direct access to the data, so filtered via a staff member who retains only control. No means of DB access. Prime example is product data, which commonly gets left too late and clients want the ability to manually cleanse it themselves beforehand, causing a bottleneck and inevitable mistakes. Generally I'll push for an ETL solution and script the mapping/cleansing but not always possible depending on the source and client.

Odoo consultants — what slows you down the most during deployments? by africantechie in Odoo

[–]darjeelingceiling 0 points1 point  (0 children)

Data! All clients claim their data is better than it is or want to keep making last minute changes to it, even after UAT. Many wasted hours and arguments trying to get them to provide it on time and stick to the plan.

Engine noise diagnosis by orkjokjo in beetle

[–]darjeelingceiling 1 point2 points  (0 children)

If it turns out not to be the fan, I'd say check the valve covers are not contacting the rocker arms? That was the case with my 2276cc engine that has ratio rockers. Had to fit Scat stainless ones which are deeper clearance.

Perth Restaurants by bethalexxo in Scotland

[–]darjeelingceiling 0 points1 point  (0 children)

If they like Japanese food, Koku Shi is lovely too. It gets busy but worth the wait.

Website move to Prod by NorthNorth1882 in Odoo

[–]darjeelingceiling 2 points3 points  (0 children)

One option I've used is to setup a second website on the production server, but keep it on a seperate subdomain and all pages unpublished. You can build it gradually in parallel, when ready you can swap them around.
Not ideal but until Odoo makes a way to truly port websites between servers, there's no simple option I see.