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

« back to all changes in this revision

Viewing changes to account_financial_report/report/account_report_report.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:
6
6
            string="General account balance"
7
7
            model="account.account"
8
8
            name="account.account.balance.gene"
9
 
            rml="l10n_co_account_financial_report/report/balance_full.rml"
 
9
            rml="account_financial_report/report/balance_full.rml"
10
10
            header="False"
11
11
            auto="False"
12
12
            menu="False"/>
15
15
            string="General account balance Four Columns"
16
16
            model="account.account"
17
17
            name="account.account.balance.gene.4"
18
 
            rml="l10n_co_account_financial_report/report/balance_full_4_cols.rml"
 
18
            rml="account_financial_report/report/balance_full_4_cols.rml"
19
19
            header="False"
20
20
            auto="False"
21
21
            menu="False"/>
24
24
            string="General account balance Two Columns"
25
25
            model="account.account"
26
26
            name="account.account.balance.gene.2"
27
 
            rml="l10n_co_account_financial_report/report/balance_full_2_cols.rml"
 
27
            rml="account_financial_report/report/balance_full_2_cols.rml"
28
28
            header="False"
29
29
            auto="False"
30
30
            menu="False"/>