~account-report-core-editor/account-financial-report/truiz-migration

« back to all changes in this revision

Viewing changes to account_financial_report/wizard/account_report_wizard.xml

  • Committer: Miguel Delgado
  • Date: 2012-01-02 21:37:32 UTC
  • Revision ID: miguel.delgado07@gmail.com-20120102213732-tgu4ziisqibthlgv

[IMP] Optimizand parser code.

     The change made revolves around avoiding the use
     of method read which is less optimal than browse.

     Using browse improves the time in which a report is fetched

   One Column Balance

[IMP] Optimizand parser code.

     The change made revolves around avoiding the use
     of method read which is less optimal than browse.

     Using browse improves the time in which a report is fetched.

[CLEAN] Code Cleaning

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                <group colspan="4">
16
16
                <separator string="Accounts to include" colspan="4"/>
17
17
                    <field name="account_list" nolabel="1" colspan="4" domain="[('company_id','=',company_id)]"/>
18
 
<!--
19
 
                    <field name="account_list" nolabel="1" colspan="4"/>
20
 
-->
21
18
                    <field name="display_account" required="True"/>
22
19
                    <field name="display_account_level" required="True" />
23
20
                </group>
28
25
                        <field name="state" required="True"/>
29
26
                        <newline/>
30
27
 
31
 
<!--
32
 
                        <group colspan="4">
33
 
                            <group colspan="4">
34
 
                                <separator string="Date Filter" colspan="4"/>
35
 
                                <field name="date_from"/>
36
 
                                <field name="date_to"/>
37
 
                            </group>
38
 
                            <group colspan="4">
39
 
                                <separator string="Filter on Periods" colspan="4"/>
40
 
                                <field name="periods" colspan="4" nolabel="1" domain="[('fiscalyear_id','=',fiscalyear)]"/>
41
 
                            </group>
42
 
                        </group>
43
 
-->
44
 
 
45
28
                        <group attrs="{'invisible':[('state','=','none')]}" colspan="4">
46
29
                            <group attrs="{'invisible':[('state','=','byperiod')]}" colspan="4">
47
30
                                <separator string="Date Filter" colspan="4"/>
201
184
            <field name="view_id" ref="wizard_report_view3"/>
202
185
            <field name="target">new</field>
203
186
        </record>
204
 
        
205
 
        
 
187
 
206
188
        <menuitem 
207
189
            id="menu_wizard_report3"
208
190
            name="Reporte Balance "