runbot/runbot_cla/data/runbot_build_config_data.xml
Xavier-Do 93b901dcdd [IMP] runbot: simplify views and adapt to odoo13
mainly fixes datetime and bootstrap layouts
2020-01-14 13:24:58 +01:00

9 lines
294 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="runbot_build_config_step_check_cla" model="runbot.build.config.step">
<field name="name">cla_check</field>
<field name="job_type">cla_check</field>
<field name="protected" eval="True"/>
</record>
</odoo>