[IMP] base_setup: remove reporting related field

bzr revid: jap@tinyerp.com-20120404084832-li2vvcrxl2hevjzt
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-04-04 14:18:32 +05:30
parent 45e6fc7b4d
commit cb80a510e7
2 changed files with 1 additions and 13 deletions

View File

@ -32,12 +32,6 @@ class general_configuration(osv.osv_memory):
help ="""It installs the portal module."""), help ="""It installs the portal module."""),
'module_share': fields.boolean('Share', 'module_share': fields.boolean('Share',
help ="""It installs the share module."""), help ="""It installs the share module."""),
'module_base_report_designer': fields.boolean('Customise your OpenERP Report with OpenOffice',
help ="""It installs the base_report_designer module."""),
'module_report_webkit': fields.boolean('Design OpenERP report in HTML',
help ="""It installs the report_webkit module."""),
'module_report_webkit_sample': fields.boolean('Samples of HTML report design',
help ="""It installs the report_webkit_sample module."""),
} }
def base_setup_company(self, cr, uid, ids, context=None): def base_setup_company(self, cr, uid, ids, context=None):

View File

@ -10,16 +10,10 @@
<separator string="General Setting" colspan="4"/> <separator string="General Setting" colspan="4"/>
<group colspan="4" col="4"> <group colspan="4" col="4">
<label string="Set Company Header and Footer :"/> <label string="Set Company Header and Footer :"/>
<button name="base_setup_company" string="Header and Footer" type="object" icon="gtk-apply"/> <button name="base_setup_company" string="Header and Footer" type="object" icon="gtk-go-forward"/>
<field name="module_multi_company"/> <field name="module_multi_company"/>
<field name="module_share"/> <field name="module_share"/>
</group> </group>
<separator string="Reports" colspan="4"/>
<group colspan="4" col="4">
<field name="module_base_report_designer"/>
<field name="module_report_webkit"/>
<field name="module_report_webkit_sample"/>
</group>
</form> </form>
</field> </field>
</record> </record>