We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
<record id="enable_exchanges" model="ir.config_parameter" forcecreate="False"> <field name="key">beesdoo_shift.enable_exchanges</field> <field name="value">True</field> </record>
The module is beesdoo_shift_swap, NOT beesdoo_shift.
beesdoo_shift itself does not use this type of prefix. Example from beesdoo_shift:
<record id="alert_delay_param" model="ir.config_parameter"> <field name="key">alert_delay</field> <field name="value">28</field> </record>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
The module is beesdoo_shift_swap, NOT beesdoo_shift.
beesdoo_shift itself does not use this type of prefix. Example from beesdoo_shift:
The text was updated successfully, but these errors were encountered: