~anybox/aeroo/openerp6

« back to all changes in this revision

Viewing changes to report_aeroo/report_view.xml

  • Committer: root
  • Date: 2011-05-26 13:48:05 UTC
  • Revision ID: root@erp.kndati.lv-20110526134805-vfiq852ojcue5gj4
RC4

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                            </group>
57
57
                            <group col="2" colspan="2">
58
58
                                <separator string="Miscellaneous" colspan="2"/>
59
 
                                <field name="preload_mode" attrs="{'invisible': [('in_format','=','genshi-raw'),('tml_source','=','parser')]}"/>
60
59
                                <field name="multi" colspan="2"/>
61
60
                            </group>
62
61
                        </page>
70
69
                            </group>
71
70
                                <field name="parser_loc" attrs="{'invisible': [('parser_state','&lt;&gt;','loc')],'required': [('parser_state','=','loc')]}"/>
72
71
                        </page>
 
72
                        <page string="Advanced">
 
73
                            <group colspan="4" col="6">
 
74
                                <field name="preload_mode" attrs="{'invisible': ['|',('in_format','=','genshi-raw'),('tml_source','=','parser')]}"/>
 
75
                                <field name="active" select="1"/>
 
76
                            </group>
 
77
                        </page>
73
78
                        <page string="Security">
74
79
                            <separator string="Groups" colspan="4"/>
75
80
                            <field colspan="4" name="groups_id" nolabel="1"/>
188
193
    <wizard string="Add Print Button" model="ir.actions.report.xml" name="aeroo.report_actions" menu="True" id="wizard_oo_report_actions" />
189
194
    <wizard string="Remove Print Button" model="ir.actions.report.xml" name="aeroo.report_actions_remove" menu="True" id="wizard_oo_report_actions_remove" />
190
195
 
 
196
    <function model="ir.actions.report.xml" name="_set_auto_false"/>
 
197
 
191
198
    <menuitem name="Aeroo Reports" id="menu_ir_action_aeroo_reports_xml" parent="base.menu_custom"/>
192
199
 
193
200
    <record id="action_aeroo_report_xml_tree" model="ir.actions.act_window">