Browse Source

[FIX] views with journals

pull/7/merge
Lorenzo Battistini 11 years ago
parent
commit
997719bf7d
  1. 3
      account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml
  2. 3
      account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml

3
account_financial_report_horizontal/wizard/account_report_balance_sheet_view.xml

@ -12,9 +12,6 @@
<xpath expr="//field[@name='chart_account_id']" position="replace">
<field name="chart_account_id" widget="selection" />
</xpath>
<xpath expr="//field[@name='journal_ids']" position="replace">
<field name="journal_ids" colspan="4" nolabel="1" required="0" readonly="1"/>
</xpath>
<xpath expr="/form/label[@string='']" position="replace">
<separator string="Balance Sheet" colspan="4"/>
<label nolabel="1" colspan="4" string="This report allows you to print or generate a pdf of your trial balance allowing you to quickly check the balance of each of your accounts in a single report"/>

3
account_financial_report_horizontal/wizard/account_report_profit_loss_view.xml

@ -9,9 +9,6 @@
<field name="inherit_id" ref="account_financial_report_horizontal.account_common_report_view" />
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='journal_ids']" position="replace">
<field name="journal_ids" required="0" colspan="4" nolabel="1" readonly="1"/>
</xpath>
<xpath expr="/form/label[@string='']" position="replace">
<separator string="Profit And Loss" colspan="4"/>
<label nolabel="1" colspan="4" string="The Profit and Loss report gives you an overview of your company profit and loss in a single document"/>

Loading…
Cancel
Save