mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
9 lines
294 B
XML
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>
|