Odoo Enterprise?

nicktarc

New member
Aug 24, 2019
25
20
3
It works for me;

If the patch doesn't work, every time you install an application or you add user it would refresh the expiration date and disable Odoo Enterprise. No need to wait a month.

If the patch is well installed, the fetch system will juste call empty methods, so no risk.

In the log file of odoo installation you can see empty methods called.

Best.

thanks for that info... i create the db then wait since 26 Feb... hahaha... how stupid i m...
 

icg170915

Member
Dec 22, 2020
44
11
8
thank you for this ... how do I get started ... I have downloaded odoo_14.0+e.latest.tar.gz from google drive above ... but not sure how to install... do I need to provision ubuntu / debian / redhat server .... do I need to install community edition first ? ... please point me in the right direction ... would really appreciate it ;- )
 

nicktarc

New member
Aug 24, 2019
25
20
3
thank you for this ... how do I get started ... I have downloaded odoo_14.0+e.latest.tar.gz from google drive above ... but not sure how to install... do I need to provision ubuntu / debian / redhat server .... do I need to install community edition first ? ... please point me in the right direction ... would really appreciate it ;- )

yes u need either debian/redhat based linux... installation step will be similar to how u install the community edition...

after installation u need to patch, this step u can follow above guide...
 
  • Like
Reactions: smalok

icg170915

Member
Dec 22, 2020
44
11
8
yes u need either debian/redhat based linux... installation step will be similar to how u install the community edition...

after installation u need to patch, this step u can follow above guide...

; - ) .. its been a few years since I used odoo... appreciate your response ... will try tomorrow
 

icg170915

Member
Dec 22, 2020
44
11
8
thanks to this thread I have a working enterprise install : - ) ... "Odoo 14.0+e-20210131 (Enterprise Edition) Database expiration: 20 February 2051" ... but... Bank Sync is still a problem : "You don't have a valid Odoo enterprise subscription, please reactivate your subscription or contact Odoo support with your db_uuid (xyz) to link your database to your subscription." ... any ideas ? ( cant find anything obvious in the log )
 

nicktarc

New member
Aug 24, 2019
25
20
3
thanks to this thread I have a working enterprise install : - ) ... "Odoo 14.0+e-20210131 (Enterprise Edition) Database expiration: 20 February 2051" ... but... Bank Sync is still a problem : "You don't have a valid Odoo enterprise subscription, please reactivate your subscription or contact Odoo support with your db_uuid (xyz) to link your database to your subscription." ... any ideas ? ( cant find anything obvious in the log )

i don't think there is a fix to this... those function that required iap to work won't be usable...
 

bourou01

New member
Feb 16, 2021
13
19
3
; - ) thanks for responding anyway

nicktark right

I've red the source code about your error and this won't work because,
connexion to bank is not processed via odoo modules but via odoo api
reached with the urls:
- https://onlinesync.odoo.com (addons/account_online_sync/models/online_sync.py)
- https://%s.odoofin.com%s (addons/account_online_synchronization/models/account_online.py)

Best;
 
  • Like
Reactions: 420alltimelow

jay007

New member
Feb 7, 2021
18
4
3
I Installed Odoo 14 and I just enabled Studio. When I click On Studio I get the following error.

Code:
Odoo Server Error
Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/odoo/odoo-server/odoo/http.py", line 683, in dispatch
    result = self._call_function(**self.params)
  File "/odoo/odoo-server/odoo/http.py", line 359, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo/odoo-server/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo/odoo-server/odoo/http.py", line 347, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 912, in __call__
    return self.method(*args, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 531, in response_wrap
    response = f(*args, **kw)
  File "/odoo/odoo-server/addons/web/controllers/main.py", line 1737, in load
    action = request.env[action_type].sudo().browse([action_id]).read()
  File "/odoo/odoo-server/odoo/api.py", line 473, in __getitem__
    return self.registry[model_name]._browse(self, (), ())
  File "/odoo/odoo-server/odoo/modules/registry.py", line 177, in __getitem__
    return self.models[model_name]
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/http.py", line 639, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo/odoo-server/odoo/http.py", line 315, in _handle_exception
    raise exception.with_traceback(None) from new_cause
KeyError: False
 

jay007

New member
Feb 7, 2021
18
4
3
Can anyone confirm if Studio is working in Odoo 14. I have tried a few different databases & I get the same error
 

polQnis

New member
Feb 20, 2021
5
2
3
Is there any way to get the bank sync working with plaid? Or is that impossible?
 

bourou01

New member
Feb 16, 2021
13
19
3
Is there any way to get the bank sync working with plaid? Or is that impossible?
Hi,

Impossible because sync is done via Odoo api and your Odoo installation need to connect to Odoo api and odoo check your enterprise key.

Regards
 

jay007

New member
Feb 7, 2021
18
4
3
I meant to say the latest version of Odoo 12. There is a problem with that version on Google drive where the account_reports module does not calculate the Tax report correctly. I confirmed this using runbot. If you cancel an invoice it still includes it in the Net amount. On runbot it works fine
 

jay007

New member
Feb 7, 2021
18
4
3
Sorry, my fault. the Goole Drive one here is O.K. It was an older one I had that was the issue. Cnn you confirm if Odoo 14 is working with your Patch
 

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