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.

38 lines
1.6KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="sell_top_ten_wizard_form" model="ir.ui.view">
  5. <field name="name">sell.top.ten.wizard.form</field>
  6. <field name="model">sell.top.ten.wizard</field>
  7. <field name="arch" type="xml">
  8. <form string="销量前十商品向导">
  9. <group>
  10. <group>
  11. <field name="date_start" required="1"/>
  12. <field name="date_end" required="1"/>
  13. </group>
  14. <group>
  15. <field name='warehouse_id'
  16. options="{'no_open': True, 'no_create': True}"/>
  17. </group>
  18. <footer>
  19. <button name="button_ok" type="object" string="确定" class="oe_highlight"/>
  20. 或者
  21. <button string="取消" class="oe_link" special="cancel"/>
  22. </footer>
  23. </group>
  24. </form>
  25. </field>
  26. </record>
  27. <record id="sell_top_ten_wizard_action" model="ir.actions.act_window">
  28. <field name="name">销量前十商品向导</field>
  29. <field name="res_model">sell.top.ten.wizard</field>
  30. <field name="view_mode">form</field>
  31. <field name="target">new</field>
  32. </record>
  33. <menuitem id="menu_sell_top_ten" name="销量前十商品" action="sell_top_ten_wizard_action"
  34. parent="menu_sell_report" sequence="7"/>
  35. </data>
  36. </openerp>
上海开阖软件有限公司 沪ICP备12045867号-1