~openbias/bias-trunk/bias-public-trunk

« back to all changes in this revision

Viewing changes to product_image_as_attachment/product_images_view.xml

  • Committer: Jose Patricio
  • Date: 2011-10-19 03:16:40 UTC
  • Revision ID: josepato@bias.com.mx-20111019031640-05zd7r5lxwx084qu
el push inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
 
 
5
        # ------------------------------------------------------
 
6
        # Adds the company certificate number for the electronic invoice
 
7
        # ------------------------------------------------------
 
8
        <record  id="view_product_image_form_inherit" model="ir.ui.view">
 
9
                <field name="name">product.image.form.inherit</field>
 
10
                <field name="model">product.images</field>
 
11
                <field name="inherit_id" ref="product_images_olbs.view_product_image_form"/>
 
12
                <field name="arch" type="xml">
 
13
                           <field name="image"  position="replace">
 
14
                                <field name="image" colspan="4" string="imagggen" domain="[('res_model','=','res.company'), ('res_id','=',id)]"  />
 
15
                          </field>
 
16
 
 
17
                </field>
 
18
         </record>
 
19
 
 
20
 
 
21
        </data>
 
22
</openerp>
 
 
b'\\ No newline at end of file'