Files
Stéphan Sainléger 4b8a1f44a9 [UPD] Add git.platform model
to manage connection with other Git softwares
2022-06-21 10:32:25 +02:00

10 lines
261 B
XML

<?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>