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.
11 lines
418 B
11 lines
418 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- new record is created in note.config when module is installed-->
|
|
<data noupdate="0">
|
|
<record id="view_note_configuration" model="note.config">
|
|
<field name="default_magic_color">grey</field>
|
|
<field name="not_in_interval">blue</field>
|
|
<field name="deadline_cross">purple</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|