Sie sind auf Seite 1von 3

C:\Users\a3845330\Google Drive\site dos ps\openerp\modelo de dados\produto_form_visao.

xml

quinta-feira, 3 de outubro de 2013 14:03

<?xml version="1.0"?> <form string="Product" version="7.0"> <sheet> <field name="image_medium" widget="image" class="oe_avatar oe_left"/> <div class="oe_title"> <div class="oe_edit_only"> <label for="name" string="Product Name"/> </div> <h1> <field name="name"/> </h1> <label for="categ_id" class="oe_edit_only"/> <h2><field name="categ_id"/></h2> <div name="options" groups="base.group_user"> <field name="sale_ok"/> <label for="sale_ok"/> </div> </div> <div class="oe_right oe_button_box" name="buttons"> </div> <notebook> <page string="Information"> <group> <group> <field name="type"/> <field name="uom_id" on_change="onchange_uom(uom_id,uom_po_id)" groups="product.group_uom"/> <field name="list_price"/> </group> <group> <field name="default_code"/> <label for="ean13"/> <div name="ean"> <field name="ean13" placeholder="e.g. 5901234123457"/> </div> </group> <group> <field groups="product.group_product_variant" name="variants"/> <field name="price_margin" groups= "product.group_product_variant"/> <field name="price_extra" groups="product.group_product_variant" /> </group> </group> <field name="description" placeholder="describe the product characteristics..."/> </page> <page string="Procurements" groups="base.group_user"> <group name="procurement"> <group name="general"> <field name="cost_method" groups="product.group_costing_method"/> <field name="standard_price" attrs= "{'readonly':[('cost_method','=','average')]}"/> </group> <group name="procurement_uom" groups="product.group_uom" string= "Purchase"> <field name="uom_po_id"/> </group> </group> <separator string="Description for Suppliers"/> <field name="description_purchase" placeholder="This note will be displayed on requests for quotation..."/> </page> <page string="Inventory" groups="base.group_user"> <group name="inventory"> <group name="status" string="Status"> <field name="state"/> <field name="product_manager"/> </group> <group name="Weights" groups="product.group_stock_packaging" string= "Weights"> <field digits="(14, 3)" name="volume" attrs= "{'readonly':[('type','=','service')]}"/> <field name="weight" attrs= "{'readonly':[('type','=','service')]}"/> <field name="weight_net" attrs=
-1-

C:\Users\a3845330\Google Drive\site dos ps\openerp\modelo de dados\produto_form_visao.xml

quinta-feira, 3 de outubro de 2013 14:03

"{'readonly':[('type','=','service')]}"/> </group> </group> </page> <page string="Sales" attrs="{'invisible':[('sale_ok','=',False)]}"> <group name="sale"> <group string="Sale Conditions"> <label for="warranty"/> <div> <field name="warranty" class="oe_inline"/> months </div> </group> <group groups="product.group_uos" string="Unit of Measure"> <field name="uos_id"/> <field name="uos_coeff"/> <field name="mes_type"/> </group> </group> <field name="packaging" groups="product.group_stock_packaging"> <form string="Packaging" version="7.0"> <group col="4"> <field name="ean"/> <field name="sequence" invisible="1"/> <newline/> <field name="qty"/> <field name="ul"/> <field name="weight_ul"/> <separator colspan="4" string="Palletization"/> <field name="ul_qty"/> <field name="rows"/> <field name="weight"/> <separator colspan="4" string="Pallet Dimension"/> <field name="height"/> <field name="width"/> <field name="length"/> </group> <separator colspan="4" string="Description"/> <field name="name"/> </form> </field> <separator string="Description for Quotations"/> <field name="description_sale" placeholder="note to be displayed on quotations..."/> </page> <page string="Magento"> <group> <group> <field name="x_entity_id"/> <field name="x_sku"/> </group> <group> <field name="x_cost"/> <field name="x_price"/> <field name="x_special_price"/> <field name="x_special_from_date"/> <field name="x_special_to_date"/> </group> <group> <field name="x_created_at"/> <field name="x_updated_at"/> </group> <group> <field name="x_image"/> <field name="x_image_label"/> <field name="x_small_image"/> <field name="x_small_image_label"/> <field name="x_thumbnail"/> <field name="x_thumbnail_label"/> </group> <group> <field name="x_url_key"/> </group> <group> <field name="x_weight"/> <field name="x_cores"/> <field name="x_enable_zoom_plugin"/>
-2-

C:\Users\a3845330\Google Drive\site dos ps\openerp\modelo de dados\produto_form_visao.xml

quinta-feira, 3 de outubro de 2013 14:03

<field name="x_tamanhos"/> <field name="x_status"/> </group> </group> </page> <page string="Magento Description"> <group> <group> <field name="x_name"/> <field name="x_meta_title"/> <field name="x_meta_description"/> <field name="x_description"/> <field name="x_short_description"/> </group> </group> </page> </notebook> </sheet> <div class="oe_chatter"> <field name="message_follower_ids" widget="mail_followers"/> <field name="message_ids" widget="mail_thread"/> </div> </form>

-3-

Das könnte Ihnen auch gefallen