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 satır
1.2KB

  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. />
  18. <button special="cancel"
  19. string="Cancel"
  20. class="btn-secondary"
  21. />
  22. </footer>
  23. </form>
  24. </field>
  25. </record>
  26. <act_window id="action_checkout_message"
  27. name="Send Message"
  28. binding_model="library.checkout"
  29. res_model="library.checkout.massmessage"
  30. view_mode="form"
  31. target="new"
  32. />
  33. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1