syifarahmat.id
New member
You can install zip in windows, I install it on windows and working.Could you please share the windows version of V14.0
Thank you
You can install zip in windows, I install it on windows and working.Could you please share the windows version of V14.0
Thank you
Do I need to install the community version first?You can install zip in windows, I install it on windows and working.
smileI have the odoo enterprise code with me... any1 here will to help me nulled it?
NoDo I need to install the community version first?
Cause I installed the enterprise without it and it works fine
Thank you it worked like a charm .. Windows and LinuxYou can install zip in windows, I install it on windows and working.
u can see early msg on how to amend to code to avoid issue...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?
i will download it early next month... this month abit busy with jobs...odoo 15 looks very interesting, I hope to have it soon in babiato
i will download it early next month... this month abit busy with jobs...
For point number 1, could you not use PostgreSQL's column and row security?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.
![]()
![]()
![]()
I tested it too many times and it worked fineFor 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!
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 will download it early next month... this month abit busy with jobs...
Thank you, God will repay your kindnessCan anyone check this repository, is this version usable?
Can anyone check this repository, is this version usable?
Did you follow the same technique in @bourou01 post?![]()
On Windows operating system with Python 3.9, It runs normally. But maybe you need to make adjustments to some versions of the dependencies. according to the bourou01
Directive.
I'm trying to advance the date to 2022.
Edit : \addons\web_enterprise\static\src\legacy\xml\base.xml
![]()