~contract-management-core-editors/contract-management/github-7.0

« back to all changes in this revision

Viewing changes to analytic_hours_block/product_view.xml

  • Committer: Yannick Vaucher
  • Author(s): unknown
  • Date: 2014-04-02 15:51:45 UTC
  • mfrom: (8.2.3)
  • Revision ID: git-v1:29f89c6b0dc953ac80cc5431410b95e326b9e4ab
[IMP] added product attribute to discard invoice lines with this product in hours block

Show diffs side-by-side

added added

removed removed

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