Skip to content

Commit 12e2b4f

Browse files
committed
[IMP] runbot_transifex: Remove unnecessary <data> tag from XML configuration
1 parent e4184f8 commit 12e2b4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runbot_transifex/data/runbot_build_config_data.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<odoo>
3-
<data noupdate="1">
2+
<odoo noupdate="1">
43
<record id="runbot_build_config_step_transifex_push" model="runbot.build.config.step">
54
<field name="name">transifex_push</field>
65
<field name="job_type">python</field>
@@ -45,5 +44,4 @@ docker_params = {
4544

4645
</field>
4746
</record>
48-
</data>
4947
</odoo>

0 commit comments

Comments
 (0)