For creation of Odoo module we need four files, given below
1-
Demo_views.xml
(with the view definitions of Demo module).
2-__openerp__.py
(with the description of your module and import of your xml files)
3-Demo_python.py
(with demo model definition)
4- __init__.py
(with import of your py file in it)
Note- With the help of Odoo's XML files we can create a template which indicates the data you plan to report
and wizard .
0 Comment(s)