I have basically used an aws image in amazon marketplace with free edition already setup, on top I have installed the web enterprise after adding enterprise file under /opt/odoo/enterprise, and edited the update.py file as well as modified the db expiration date under system parameters. I have followed online manuals installing the enterprise edition, also edited the odoo.conf file by adding enterprise version addons path. Basically followed the top portion of this
installation instructions.
Hi, I've red the installation instructions. This seems to be Windows.
How do you manage to update the file 'update.py' : I'am quite sure that you don't update the right 'update.py' file.
When I deploy Odoo, I get the latest Odoo OCA src file from github, and then I just include the enterprise addons path.
Thus I update the 'update.py' file included in the Odoo OCA repository and not the enterprise repo.
To be sure just update the two files:
odoo_src/addons/mail/models/update.py
odoo_enterprise/odoo/addons/mail/models/update.py
Best regards,