anybox / anybox.recipe.odoo

Buildout recipe for Odoo >=8. For older versions please use anybox.recipe.openerp
http://docs.anybox.fr/anybox.recipe.odoo/current/
GNU Affero General Public License v3.0
25 stars 63 forks source link

[ADD] default_admin_passwd and preserve_admin_passwd (options) #121

Open bobslee opened 5 years ago

bobslee commented 5 years ago

The default_admin_passwd (option) specifies a custom admin_passwd to be stored during the build.

The preserve_admin_passwd = True (option) specifies the admin_passwd (stored in the Odoo config file) shall be preserved during builds. This is especially critical if the admin_passwd had been submitted from the Odoo web-interface and stored encrypted (as hash). So this option prevents reversal to the default admin_passwd. On every build, the etc/odoo.cfg file shall be copied to etc/odoo.cfg.prev.