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
607 B

  1. <?xml version="1.0" ?>
  2. <openerp>
  3. <data>
  4. <record id="view_product_hours_block_form" model="ir.ui.view">
  5. <field name="name">product.product.block.form</field>
  6. <field name="model">product.product</field>
  7. <field name="inherit_id" ref="product.product_normal_form_view"/>
  8. <field name="arch" type="xml">
  9. <div name="options" position="inside">
  10. <field name="is_in_hours_block"/>
  11. <label for="is_in_hours_block"/>
  12. </div>
  13. </field>
  14. </record>
  15. </data>
  16. </openerp>