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
384 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="attachment_demo" model="ir.attachment">
  5. <field name="name">Demo attachment</field>
  6. <field name="res_model">res.users</field>
  7. <field name="res_id" ref="base.user_demo" />
  8. <field name="datas">aGVsbG8gd29ybGQK</field>
  9. </record>
  10. </data>
  11. </openerp>