Hi,
I want to update the value located in Configuration > General Parameter (Allow external user to sign up) via xml data file. I tried this but there don't seem to have an id for this configuration
<record id="?" model="base.config.settings">
<field name="auth_signup_uninvited">1</field>
</record>
any idea how to do this ?