← Back to team overview

clearcorp team mailing list archive

lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit into lp:openerp-costa-rica

 

Ronald Rubi has proposed merging lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit into lp:openerp-costa-rica.

Requested reviews:
  CLEARCORP drivers (clearcorp-drivers)

For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit/+merge/122953

Fix profit and loss report
-- 
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit/+merge/122953
Your team CLEARCORP development team is subscribed to branch lp:openerp-costa-rica.
=== modified file 'l10n_cr_account_financial_report_webkit/report/report.xml'
--- l10n_cr_account_financial_report_webkit/report/report.xml	2012-07-20 16:00:33 +0000
+++ l10n_cr_account_financial_report_webkit/report/report.xml	2012-09-05 21:14:27 +0000
@@ -35,7 +35,7 @@
          </record>
 
         <report auto="False" id="l10n_cr_partner_balance" model="res.partner" 
-            name="l10n.cr.partner.balance.layout_ccorp"  file="l10n_cr_account_financial_report_webkit/report/l10n_cr_account_report_partner_balance.mako" string="Estado de Cuenta" report_type="webkit"/>
+            name="l10n.cr.partner.balance.layout_ccorp"  file="l10n_cr_account_financial_report_webkit/report/l10n_cr_account_report_partner_balance.mako" string="Statement of Account" report_type="webkit"/>
 
         <record id="l10n_cr_account_financial_report_webkit.account_report_account_balances_webkit" model="ir.actions.report.xml">
              <field name="report_type">webkit</field>
@@ -52,7 +52,7 @@
              <field name="webkit_header" ref="financial_portrait_header"/>
          </record>
 
-        <record id="l10n_cr_account_financial_report" model="ir.actions.report.xml">
+        <record id="l10n_cr_account_financial_report_webkit.account_financial_report_webkit" model="ir.actions.report.xml">
              <field name="report_type">webkit</field>
              <field name="report_name">account_financial_report_webkit.account.account_financial_report_webkit</field>
              <field eval="[(6,0,[])]" name="groups_id"/>
@@ -64,7 +64,6 @@
              <field name="name">Account Financial Report</field>
              <field name="report_rml">l10n_cr_account_financial_report_webkit/report/l10n_cr_account_financial_report.mako</field>
              <field name="report_file">l10n_cr_account_financial_report_webkit/report/l10n_cr_account_financial_report.mako</field>
-             <field name="webkit_header" ref="financial_landscape_header"/>
          </record>
        
     </data>


Follow ups