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.

33 lines
1.1KB

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <record id="view_form_checkout_message" model="ir.ui.view">
  4. <field name="name">Library Checkout Mass Message Wizard</field>
  5. <field name="model">library.checkout.massmessage</field>
  6. <field name="arch" type="xml">
  7. <form>
  8. <group>
  9. <field name="message_subject" />
  10. <field name="message_body" />
  11. <field name="checkout_ids" />
  12. </group>
  13. <footer>
  14. <button type="object"
  15. name="button_send"
  16. string="Send Message" />
  17. <button special="cancel"
  18. string="Cancel"
  19. class="btn-secondary" />
  20. </footer>
  21. </form>
  22. </field>
  23. </record>
  24. <act_window id="action_checkout_message"
  25. name="Send Messages"
  26. binding_model="library.checkout"
  27. res_model="library.checkout.massmessage"
  28. view_mode="form"
  29. target="new"
  30. />
  31. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1