Odoo Enterprise?

nicktarc

New member
Aug 24, 2019
25
20
3
At last, Thank you guys
Finally I installed Ubuntu and deployed the enterprise
But I still get a notification that the subscription expires in 1 month
I'm still worried and cannot trust to implement my business on it
Any idea to be rest assured?
u can see early msg on how to amend to code to avoid issue...
 
  • Like
Reactions: starplatinum

nesym

Active member
Babiato Lover
Sep 8, 2019
366
191
43
Is this Odoo thing a solution for a single business? I checked their website and it's full of modules. Do you get those modules included? How exactly does this work and who needs it? Sorry, I just left the cave.
 

frijj2k

New member
Oct 24, 2019
0
-3
0
nicktarc, Thanks for sharing. this is a BIG deal.
This is very easy to null because source code is available and Python is simple.

1)
Technique->Systeme Parameters
database.expiration_date = 2051-02-20 01:38:07
If you do that, this will work for a moment and odoo cron job will override it with a 1 month trial database.

2)
You should override the cron job process to prevent odoo accessing the ‘database.expiration_date’ key.
The cron job process file is located in
odoo/addons/mail/models/update.py

3)
Additionnaly (not mandatory) you can remove the api url from the config file located :
odoo/tools/config.py


If you tell me how you deploy Odoo, I will write a patch to automatically do this.

Best.

w0.png



w1.png



w2.png
For point number 1, could you not use PostgreSQL's column and row security?

See stackoverflow post here for a good example by Neil McGuigan: https://stackoverflow.com/questions...ns-from-being-edited-for-a-user-in-postgresql

Not sure if Odoo would work with this restriction in place so just a thought but quite am elegant solution if it doesn;t break anything.

Would still need to script the rest and stop Odoo calling home etc so only a partial solution (if one at all).. :)

Cheers!
 

elwazeery

New member
Aug 7, 2018
25
5
3
For point number 1, could you not use PostgreSQL's column and row security?

See stackoverflow post here for a good example by Neil McGuigan: https://stackoverflow.com/questions...ns-from-being-edited-for-a-user-in-postgresql

Not sure if Odoo would work with this restriction in place so just a thought but quite am elegant solution if it doesn;t break anything.

Would still need to script the rest and stop Odoo calling home etc so only a partial solution (if one at all).. :)

Cheers!
I tested it too many times and it worked fine
 
  • Like
Reactions: frijj2k

bourou01

New member
Feb 16, 2021
13
19
3
For point number 1, could you not use PostgreSQL's column and row security?

See stackoverflow post here for a good example by Neil McGuigan: https://stackoverflow.com/questions...ns-from-being-edited-for-a-user-in-postgresql

Not sure if Odoo would work with this restriction in place so just a thought but quite am elegant solution if it doesn;t break anything.

Would still need to script the rest and stop Odoo calling home etc so only a partial solution (if one at all).. :)

Cheers!

Odoo developers didn't implement an Advanced security system, I think because, it can run On Premise,
6 months of test and it works very Well,

The PublisherWarranty class is very light so don't worry
 

syifarahmat.id

New member
May 15, 2020
6
3
3
79
Indonesia
babiato.org
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu