You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
570 B
14 lines
570 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<record id="action_entertainment_games_sudoku" model="ir.actions.client">
|
|
<field name="name">Sudoku</field>
|
|
<field name="tag">entertainment_games_sudoku</field>
|
|
<field name="target">main</field>
|
|
</record>
|
|
|
|
<menuitem id="entertainment_games_sudoku_menu" name="Sudoku" sequence="5"
|
|
action="action_entertainment_games_sudoku" parent="entertainment_games_menu"
|
|
groups="game_sudoku.odoo_gamer_group"/>
|
|
</data>
|
|
</odoo>
|
|
|