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.
|
- <?xml version="1.0"?>
- <openerp>
- <data>
- <record id="sell_top_ten_list" model="ir.ui.view">
- <field name="name">sell.top.ten.list</field>
- <field name="model">sell.top.ten</field>
- <field name="arch" type="xml">
- <list string="销量前十商品" create="false">
- <field name="goods"/>
- <field name="warehouse"/>
- <field name="qty" sum="基本数量合计"/>
- <field name="amount" sum="销售收入合计"/>
- </list>
- </field>
- </record>
- </data>
- </openerp>
|