Skip to Content
Menu
This question has been flagged
1 Reply
624 Views

I am currently using Odoo Online Standard version 17 and I'm planning to purchase Odoo Enterprise and want to self-host it on AWS or any other cloud platform instead of using Odoo.sh. I have some key questions:

Update Management:

  1. How will I be notified about new updates when self-hosting? Is there any built-in notification system within Odoo?
  2. Other than manually checking GitHub repository, what are the recommended ways to stay informed about new releases and updates?

Source Code Access:
Will I get complete access to the Enterprise source code?

  1. Can I make custom modifications to the Enterprise code base? If yes:
    • Are there any restrictions on code modifications?
    • How do custom changes affect the update process?
    • What's the best practice for maintaining custom changes alongside official updates?

Avatar
Discard
Best Answer

Hi,
1. There will be no notification, if there is such a mechanism you are expected to receive it on daily basis as there are fixes and improvements happening on daily basis. What am saying is, you can periodically update the source code to the newest depending on your convenience, may be weekly, bi weekly or monthly.

2. You wont get access to enterprise repository until, you are odoo partner, but you can see the community changes from the repo:  https://github.com/odoo/odoo

1. You wont get access to repository, but same source code can be downloaded from the below page using your subscription code:  https://www.odoo.com/page/download

2. It is not allowed to directly modify the source code, the custom changes should be from a custom module or using the studio application.

Thanks

Avatar
Discard