this post was submitted on 14 Nov 2023
8 points (70.0% liked)

Python

6288 readers
5 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

I'll give you one advice, kids. Don't agree if someone offers you to work with odoo.
It's a fucking pain in development.

#python @python

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 11 months ago (1 children)

It certainly has a learning curve, and not everything is well designed. However, I think that's unfortunately to be expected of the whole domain; ERP tends to be one of the most complex types of software. The question is, which option makes this whole complexity less painful/overwhelming.

For the scope, features and breadth that Odoo offers, I think it's doing a decent job (albeit with lots of room for improvement).

Is there any alternative ERP system of a ~comparable scope that you could alternatively recommend? Python-based is ideal, but other languages are also fine.

[โ€“] [email protected] 3 points 11 months ago* (last edited 11 months ago)

@Pabo @xsevy Somewhat different to Odoo but take a look at ERPNext - @python based and very adaptable.

https://erpnext.com/

#python #OpenSource