mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
As a developer we have to keep in mind using this module and grant a user with 's group is equivalent to grant 's group everywhere has been used. Co-authored-by: Jean-Charles Drubay <jcdrubay@users.noreply.github.com>
9 lines
224 B
XML
9 lines
224 B
XML
<odoo>
|
|
<data>
|
|
<record model="backend.dummy.model" id="dummy_model_1">
|
|
<field name="my_value">hello</field>
|
|
<field name="my_other_value">hello</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|