[NEW] Add Git issue creation functionnality

This commit is contained in:
Stéphan Sainléger
2022-06-10 17:16:01 +02:00
parent eeb6d60b40
commit 64996c4ee5
15 changed files with 127 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
<field name="arch" type="xml">
<xpath expr="//notebook" position="inside">
<page name="git_issues" string="Git Issues">
<button string="Link an issue" name="link_issue" type="object" class="oe_stat_button" icon="fa-link" />
<button string="Create an issue" name="create_issue" type="object" class="oe_stat_button" icon="fa-plus-circle" style="margin: 0px 4px 0px 0px" />
<button string="Link an issue" name="link_issue" type="object" class="oe_stat_button" icon="fa-link" style="margin: 0px 4px 0px 0px" />
<separator string="Current linked issues" />
<field name="issue_ids" nolabel="1" mode="tree">
<tree create="0" delete="1">