You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1KB

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright 2020 Tecnativa - Víctor Martínez
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. -->
  6. <odoo>
  7. <record id="github_analysis_rule_python" model="github.analysis.rule">
  8. <field name="name">Python files</field>
  9. <field name="group_id" ref="github_analysis_rule_group_1_demo" />
  10. <field name="paths">*.py</field>
  11. </record>
  12. <record id="github_analysis_rule_xml" model="github.analysis.rule">
  13. <field name="name">XML files</field>
  14. <field name="group_id" ref="github_analysis_rule_group_1_demo" />
  15. <field name="paths">*.xml</field>
  16. </record>
  17. <record id="github_analysis_rule_js" model="github.analysis.rule">
  18. <field name="name">JS files</field>
  19. <field name="group_id" ref="github_analysis_rule_group_1_demo" />
  20. <field name="paths">*.js</field>
  21. </record>
  22. <record id="github_analysis_rule_test" model="github.analysis.rule">
  23. <field name="name">Test files</field>
  24. <field name="group_id" ref="github_analysis_rule_group_1_demo" />
  25. <field name="paths">/tests/*.py</field>
  26. </record>
  27. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1