[IMP] document_page: continuing small cleaning
[odoo/odoo.git] / addons / document_page / document_page_data.xml
index 85e8aae..b60ab1c 100644 (file)
@@ -3,6 +3,21 @@
     <!-- <data noupdate="1"> -->
     <data>
 
+        <!-- CATEGORIES -->
+        <record id="blog_category_1" model="blog.category">
+            <field name="name">News</field>
+            <field name="description">Presentation of new OpenERP features</field>
+            <field name="template">
+Summary of the feature
+
+Long explanation
+
+Conclusion
+
+Additional ressources
+            </field>
+        </record>
+
         <!-- Post-related subtypes for messaging / Chatter -->
         <record id="mt_blog_post_new" model="mail.message.subtype">
             <field name="name">New Post</field>