GoodERP
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.

41 lines
1.6KB

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <data>
  4. <!--资金收支报表向导 form-->
  5. <record id="money_get_pay_wizard_form" model="ir.ui.view">
  6. <field name="name">money.get.pay.wizard.form</field>
  7. <field name="model">money.get.pay.wizard</field>
  8. <field name="arch" type="xml">
  9. <form string="资金收支报表向导">
  10. <group>
  11. <group>
  12. <field name="type"/>
  13. </group>
  14. <group>
  15. <field name="date_start"/>
  16. <field name="date_end"/>
  17. </group>
  18. </group>
  19. <footer>
  20. <button name='button_confirm' string='确定' type='object' class='oe_highlight'/>
  21. or
  22. <button string='取消' class='oe_link' special='cancel'/>
  23. </footer>
  24. </form>
  25. </field>
  26. </record>
  27. <!-- 资金收支报表向导 action -->
  28. <record id='money_get_pay_wizard_action' model='ir.actions.act_window'>
  29. <field name='name'>资金收支报表向导</field>
  30. <field name='res_model'>money.get.pay.wizard</field>
  31. <field name='view_mode'>form</field>
  32. <field name='target'>new</field>
  33. </record>
  34. <!-- 资金收支报表向导 menu -->
  35. <menuitem id="menu_money_get_pay" name="资金收支报表"
  36. action="money_get_pay_wizard_action" parent="menu_money_report" sequence="5"/>
  37. </data>
  38. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1