report student of course

This commit is contained in:
XuanHuyen
2025-04-05 08:47:50 +07:00
parent bfc818f7a6
commit 2858a7cf50
5 changed files with 64 additions and 0 deletions
@@ -11,6 +11,7 @@
<field name="name" />
<field name="code" />
<field name="description" />
<field name="student_ids" widget="many2many_tags" />
</group>
</sheet>
</form>
@@ -24,6 +25,7 @@
<list string="">
<field name="name" />
<field name="code" />
<field name="student_ids" widget="many2many_tags" />
</list>
</field>
</record>