[UPD] Add git.platform model
to manage connection with other Git softwares
This commit is contained in:
10
dev_github_connector/data/git_platform.xml
Normal file
10
dev_github_connector/data/git_platform.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="github_platform" model="git.platform">
|
||||
<field name="name">Github</field>
|
||||
<field name="tool">github</field>
|
||||
<field name="url">https://github.com</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
Reference in New Issue
Block a user