~openerp-india/openerp-india/7.0

« back to all changes in this revision

Viewing changes to attachment_size_limit/res_company_view.xml

  • Committer: Parth Gajjar (Open ERP)
  • Date: 2013-06-14 13:47:59 UTC
  • mto: (1.10.29 trunk-nco)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: pga@tinyerp.com-20130614134759-r272xs9j4d85zoyy
[ADD]added 5 modules. attachment_size_limit, web_gui, web_keyboard_shortcuts, web_mail_img, web_pdf_viewer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
        <data>
 
4
                <!-- res.company form view -->
 
5
                <record model="ir.ui.view" id="view_company_inherit_base_gengo_form">
 
6
                        <field name="name">res.company.form.inherit</field>
 
7
                        <field name="inherit_id" ref="base.view_company_form" />
 
8
                        <field name="model">res.company</field>
 
9
                        <field name="arch" type="xml">
 
10
                                <xpath expr="//page[@string='Configuration']" position="inside">
 
11
                                        <separator string="Document" />
 
12
                                        <group>
 
13
                                                <field name="attachment_size" />
 
14
                                                <field name="attachment_num" />
 
15
                                                <label for="user_blocked" />
 
16
                                                <field name="user_blocked" domain="[('company_id','=',id)]"
 
17
                                                        nolabel="1" />
 
18
                                        </group>
 
19
                                </xpath>
 
20
                        </field>
 
21
                </record>
 
22
 
 
23
        </data>
 
24
</openerp>