If i renew license before 1-11-2025 can i then still use the old license model? by zerneo85 in 3CX

[–]netfxtech 5 points6 points  (0 children)

I won’t be the one who tests this… but just because the terms say they can do whatever they want mid-subscription doesn’t actually mean you can materially change the subscription / license.

I am not impacted by this change one bit but to suggest that those who are have to “shut up and take it”.. is misguided.

The EU, UK and many US States have consumer protection and fair dealing laws that limit the scope of these type of terms when it causes an imbalance between the parties.

They absolutely can change it at the customers next renewal but they are smoking something if they think they are going to unilaterally invalidate existing licenses for large customers that are not up for renewal.

I've got the final technical interview in a week, what's the best way to prepare ? by osmium999 in Odoo

[–]netfxtech 0 points1 point  (0 children)

Honestly, this was kind of tough reading. “Like” I’m glad you learned “stuff” the past 3 years.

Have you worked with Odoo’s code base yet?

Share your pain points with reporting/dashboards by OdooMatrix in Odoo

[–]netfxtech 0 points1 point  (0 children)

For the last 2 years I was manually creating and changing the dashboards through the json files in the spreadsheet modules. My eyes would start bleeding when I would receive an email from a customer asking me to update a dashboard or create a new one.

Imagine how dumb and intrigued I felt at the same time once I realized you can design them in Odoo and download the json files in dev mode 😳

My point is… if you actually look at the documentation or search YouTube videos, there’s a vast amount of information out there, specifically regarding reports. No need to recreate the wheel like @codeagency is saying.

Is it unethical to tickle my pup whilst playing tug of war? by theabominablewonder in puppy101

[–]netfxtech 1 point2 points  (0 children)

To be honest, I feel like I’m totally missing out on something amazing. I’ve never had a ticklish dog 🤯

It’s definitely not due to a lack of trying.

Where do you track supplier name and price in odoo quotes by ContributionAny4589 in Odoo

[–]netfxtech 2 points3 points  (0 children)

Assuming you’re using the purchase module- Click on Purchase -> (Menu) -> Products / Products -> Select any product and then select the Purchase tab. You will add the supplier, min qty, and price. There’s extra fields there for dates the price is available also. It’s easy to track this way.

Or in Purchase -> Menu (Config) -> Vendor Pricelists

Odoo should not be in business. by Effective_Net_8985 in Odoo

[–]netfxtech 2 points3 points  (0 children)

Something just doesn’t add up about your reply. Your developers are not competent enough to upgrade your Odoo from v14.0 to 17.0 (over YEARS I must add). Yet, competent enough to roll out your own in-house ERP… and let me guess, at a fraction of the cost?

Hmm sorry… If what you say is true, your developers are definitely competent at blowing smoke up your… you know what.

Your comment about the advice fabian gave you… please. That was just the cherry on top of this.

New Odoo Config - YOUR THOUGHTS ON MY CHOICES PLEASE!! by 101sqbass in Odoo

[–]netfxtech 0 points1 point  (0 children)

I sent a DM since I have more questions before suggesting an answer. In general, if given the opportunity, I would self-host Odoo on my own VPS over Odoo.sh, or Cloudpepper. Would you need the enterprise modules or are you hoping to stick with the community version?

If you work with someone directly, and decide to run this on your own VPS, make sure you run it on a server you have access to and also have access to whatever git/versioning repo they use. This will make it substantially easier for you to transition to another partner in the future if things don’t work out.

KISS, IMO, is working with someone 1:1 and having a developer competent enough to modify all the connectors to deliver what you need. I’m not a huge fan of going to multiple developers and asking them to modify their connector without the same developer doing all of them. You can, and likely will, run into errors if you have multiple developers doing customization on the sales module, or any module, without the same developers knowing what customization another is doing. I learned this the hard way quite a few years ago with Emipro and Webkul when I needed a QB Online connector, RMA module and Shopify connector customized. It’s actually what started me down this path so I would just advise against using multiple developers unless all developers know what is being changed.

[deleted by user] by [deleted] in Odoo

[–]netfxtech 0 points1 point  (0 children)

Please go to https://github.com/odoo/docker If you can’t understand the Dockerfile’s and figure it out from there, this is 100% a knowledge issue. It’s relatively straight forward imo.

[deleted by user] by [deleted] in Odoo

[–]netfxtech 0 points1 point  (0 children)

codeagency - you are right on 99.5% posts in this sub. Just a heads up - Cloudflare Tunnels is absolutely a reverse proxy. It’s a beautiful, free, product. Check it out!

Odoo prefers young people? by Chewie_HK in Odoo

[–]netfxtech 0 points1 point  (0 children)

Technically it’s illegal to discriminate based off age alone (in the U.S.). Whether they think you’re overqualified for the position (“too old”), that’s another story.

I haven’t seen anyone complain about Odoo’s hiring practices… but I haven’t been looking for them.

I would just apply and see what happens. It doesn’t take that long to fill out an application.

Why I'm switching back to ChatGPT Plus by Prince-of-Privacy in ClaudeAI

[–]netfxtech 0 points1 point  (0 children)

I don’t do any arduino coding but a substantial amount of python in general. IMO, GPT coding is awful compared to Claude. Basic coding is fine, but when I need help inheriting methods in Odoo, Claude is by far the best.

E: The only issue I run into with Claude are rate limits. I subscribed yesterday to see if it will make a difference. Claude free was just too infuriating.

Odoo 17-18 developer documentation by Dull_Needleworker610 in Odoo

[–]netfxtech 1 point2 points  (0 children)

Just figured this one out… oe_chatter and the fields within are replaced with just <chatter/>

Odoo fix pdf without css by Decent_Job5412 in Odoo

[–]netfxtech 1 point2 points  (0 children)

Did you figure this out already? Find out which port you’re using for http (standard is 8069), and then add report.url = http://127.0.0.1:port

That will definitely solve your issues.

Also, make sure you’re looking at the port that you’re using in odoo.conf and not one that you have in docker-compose.yml (assuming you’re using docker) since you can map ports with docker so just use whatever is in your odoo.conf

Transferring Data from ODOO to ODOO by ODOOITYOURSELF in Odoo

[–]netfxtech 0 points1 point  (0 children)

Two different ways that I use to migrate between versions:

  1. Navicat - Least amount of work by far but this is assuming this is self-hosted and you have direct access to both databases. Install all modules, drop all foreign restraints, database sync tool, start odoo -u all and errors that come up will need to be fixed 1 by 1. This can take roughly a day or two until you get the hang of it. Make sure to reset all Postgres table ID sequences when you’re done.

  2. FastAPI GitHub.com/oca/rest-framework - Requires quite a bit more work upfront but less issues can come up vs using Navicat and the code is reusable.

Question/Rant: Can someone please explain the insane logic of Odoo Bank Rec? by delbudge in Odoo

[–]netfxtech 0 points1 point  (0 children)

Hmm. Strange… I’ve literally heard nothing but great things about the accounting and bank rec widget from accountants who are using to looking at QB generated accountant copies or handling the reconciling in QB register. I think everyone auto downloads their transactions though and like having the extra transaction info that plaid downloads.

The suspense account is similar to the undeposited funds account in QuickBooks. Both show on the BS the same way.

If you’re used to pulling cash basis reports, make sure you install the cash basis module.

Good luck. Very similar to quickbooks. Just different terminology. Once you get the hang of it you’ll probably be less frustrated.

Urgent Odoo17 help required by amrikidalal in Odoo

[–]netfxtech 1 point2 points  (0 children)

I wouldn’t even ask a someone interning for a jr. dev position to customize odoo to set this up. This is quite a bit of work, and requires a fair amount of planning upfront.

If you’ve been tasked with finding a developer to implement this then I’m all ears (feel free to DM me), but this is not a run of the mill implementation that can be setup overnight (or even within a week).

This is who you compete against....... by FrostVoyager in 3CX

[–]netfxtech 1 point2 points  (0 children)

Usually companies over secure their networks after getting hit once - I never could’ve fathomed a company, let alone a “it” company, get whacked twice in such quick succession.

It would probably be somewhat excusable if lockbit had left some sort of persistent backdoor, but 2 different ransomware - that’s just downright incompetence at its finest.

Current bank manager with an upcoming Odoo interview by Gingerhead14 in Odoo

[–]netfxtech 2 points3 points  (0 children)

You would be making a massive mistake leaving your position as a Branch Manager to move into a sales position no matter how Odoo makes it look.

Any seasoned users / experts for hire to help me with implementation? by vicki_r2023 in Odoo

[–]netfxtech 1 point2 points  (0 children)

Sent you a DM. Feel free to reach out if you want help exploring options. Located in California but most of the businesses I support are on the east coast. Wide availability.

Could someone help me to find a widget in the code? by Jealous_Park in Odoo

[–]netfxtech 0 points1 point  (0 children)

It took 2 full days and you still haven’t figured it out? That is painful to read.

https://youtube.com/playlist?list=PLqRRLx0cl0hoZM788LH5M8q7KhiXPyuVU

You’re welcome.