🎉 Initialize module repository

This commit is contained in:
Marc Wempe
2026-04-03 23:08:57 +02:00
commit bf9156b973
190 changed files with 4090 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="mvd_tcg_game_mtg" model="mvd.tcg.game">
<field name="name">Magic: The Gathering</field>
<field name="code">mtg</field>
<field name="sequence">10</field>
<field name="description">Magic: The Gathering reference root for MTG-specific adapters.</field>
</record>
</odoo>