We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebed992 commit 9005b5fCopy full SHA for 9005b5f
local-addons/my_library/__manifest__.py
@@ -11,6 +11,7 @@
11
'security/groups.xml',
12
'security/ir.model.access.csv',
13
'views/library_book.xml',
14
- 'views/library_book_categ.xml'
+ 'views/library_book_categ.xml',
15
+ 'data/data.xml'
16
],
17
}
local-addons/my_library/data/data.xml
@@ -0,0 +1,11 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<odoo>
3
+ <record id="book_cookbook" model="library.book">
4
+ <field name="name">Odoo 14 Development Cookbook</field>
5
+ <field name="short_name">Odoo 14 Development Cookbook</field>
6
+ </record>
7
+
8
+ <record id="base.main_company" model="res.company">
9
+ <field name="name">Packt publishing</field>
10
+</odoo>
0 commit comments