odoo_dev 开发培训作业:图书管理系统
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.

13 lines
437B

  1. <?xml version="1.0"?>
  2. <odoo noupdate="1">
  3. <record model="res.partner" id="res_partner_huxley">
  4. <field name="name">Aldous Huxley</field>
  5. </record>
  6. <record model="library.book" id="library_book_bnw">
  7. <field name="name">Brave New World</field>
  8. <field name="author_ids"
  9. eval = "[(4, ref('res_partner_huxley'))]" />
  10. <field name="date_published">1932-01-01</field>
  11. </record>
  12. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1