~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to document_page_comments/data/document_pages_data.xml

  • Committer: Jose Antonio
  • Author(s): Vauxoo
  • Date: 2012-03-27 19:17:09 UTC
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: jose@vauxoo.com-20120327191709-j5out2jdy19a5yxv

[ADD] Added module to add date and time in the invoice for compute products costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data>
4
 
        <record id="document_page_new" model="mail.message.subtype">
5
 
            <field name="name">Document Created</field>
6
 
            <field name="res_model">document.page</field>
7
 
            <field name="default" eval="True"/>
8
 
            <field name="description">Document Created</field>
9
 
        </record>
10
 
        <record id="document_page_changed" model="mail.message.subtype">
11
 
            <field name="name">Documented Changed</field>
12
 
            <field name="res_model">document.page</field>
13
 
            <field name="default" eval="False"/>
14
 
            <field name="description">Document Changed</field>
15
 
        </record>
16
 
    </data>
17
 
</openerp>