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.

18 lines
625B

  1. <?xml version="1.0"?>
  2. <openerp>
  3. <data>
  4. <record id="sell_top_ten_list" model="ir.ui.view">
  5. <field name="name">sell.top.ten.list</field>
  6. <field name="model">sell.top.ten</field>
  7. <field name="arch" type="xml">
  8. <list string="销量前十商品" create="false">
  9. <field name="goods"/>
  10. <field name="warehouse"/>
  11. <field name="qty" sum="基本数量合计"/>
  12. <field name="amount" sum="销售收入合计"/>
  13. </list>
  14. </field>
  15. </record>
  16. </data>
  17. </openerp>
上海开阖软件有限公司 沪ICP备12045867号-1