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.

52 lines
2.0KB

  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="view_github_analysis_rule_tree" model="ir.ui.view">
  8. <field name="model">github.analysis.rule</field>
  9. <field name="arch" type="xml">
  10. <tree>
  11. <field name="name" />
  12. <field name="group_id" />
  13. </tree>
  14. </field>
  15. </record>
  16. <record id="view_github_analysis_rule_form" model="ir.ui.view">
  17. <field name="model">github.analysis.rule</field>
  18. <field name="arch" type="xml">
  19. <form>
  20. <sheet>
  21. <div class="oe_title">
  22. <h1>
  23. <field name="name" />
  24. </h1>
  25. </div>
  26. <group col="4">
  27. <field name="group_id" colspan="4" />
  28. </group>
  29. <notebook>
  30. <page name="technical" string="Technical Settings">
  31. <group col="4">
  32. <field name="paths" colspan="4" />
  33. <div
  34. class="alert alert-warning"
  35. colspan="4"
  36. role="alert"
  37. >
  38. You can see reference documentation and some examples in:
  39. <a
  40. href="https://git-scm.com/docs/gitignore#_pattern_format"
  41. target="_blank"
  42. >https://git-scm.com/docs/gitignore#_pattern_format</a>
  43. </div>
  44. </group>
  45. </page>
  46. </notebook>
  47. </sheet>
  48. </form>
  49. </field>
  50. </record>
  51. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1