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.

42 lines
1.8KB

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <data>
  4. <!--其他收支明细表向导 form-->
  5. <record id="other_money_statements_report_wizard_form" model="ir.ui.view">
  6. <field name="name">other.money.statements.report.wizard.form</field>
  7. <field name="model">other.money.statements.report.wizard</field>
  8. <field name="arch" type="xml">
  9. <form string="Bank Statements Report Wizard">
  10. <group>
  11. <group>
  12. <field name="from_date"/>
  13. </group>
  14. <group>
  15. <field name="to_date"/>
  16. </group>
  17. </group>
  18. <footer>
  19. <button name='confirm_other_money_statements' string='确定' type='object' class='oe_highlight'/>
  20. 或者
  21. <button string='取消' class='oe_link' special='cancel'/>
  22. </footer>
  23. </form>
  24. </field>
  25. </record>
  26. <!-- 其他收支明细表向导 action -->
  27. <record id='other_money_statements_report_wizard_action' model='ir.actions.act_window'>
  28. <field name='name'>其他收支明细表</field>
  29. <field name='res_model'>other.money.statements.report.wizard</field>
  30. <field name='view_mode'>form</field>
  31. <field name='view_id' ref='other_money_statements_report_wizard_form' />
  32. <field name='target'>new</field>
  33. </record>
  34. <!-- 其他收支明细表向导 menu-->
  35. <menuitem id="report_other_money_statements_action" name="其他收支明细表"
  36. action="other_money_statements_report_wizard_action" parent="menu_money_report"
  37. groups='money.other_get_pay_groups' sequence="4"/>
  38. </data>
  39. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1