Browse Source

[DEL] nonworking view adaptions

pull/352/head
Holger Brunn 7 years ago
parent
commit
21ed5b9567
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 3
      account_financial_report_webkit_xls/wizard/aged_partner_balance_wizard.xml
  2. 3
      account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml
  3. 3
      account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml
  4. 6
      account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml
  5. 3
      account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml
  6. 3
      account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml

3
account_financial_report_webkit_xls/wizard/aged_partner_balance_wizard.xml

@ -8,9 +8,6 @@
<field name="type">form</field>
<field name="inherit_id" ref="account_financial_report_webkit.account_aged_trial_balance_webkit"/>
<field name="arch" type="xml">
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

3
account_financial_report_webkit_xls/wizard/general_ledger_wizard_view.xml

@ -11,9 +11,6 @@
<xpath expr="/form/label[contains(@string,'generate a pdf')]" position="replace">
<label nolabel="1" colspan="4" string="This report allows you to generate a pdf or xls of your general ledger with details of all your account journals"/>
</xpath>
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

3
account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml

@ -11,9 +11,6 @@
<xpath expr="/form/label[contains(@string,'generate a pdf')]" position="replace">
<label nolabel="1" colspan="4" string="This report allows you to generate a pdf or xls of your open invoices per partner with details of all your payable/receivable account. Exclude full reconciled journal items."/>
</xpath>
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

6
account_financial_report_webkit_xls/wizard/partners_balance_wizard_view.xml

@ -8,12 +8,6 @@
<field name="type">form</field>
<field name="inherit_id" ref="account_financial_report_webkit.account_partner_balance_view_webkit"/>
<field name="arch" type="xml">
<xpath expr="/form/label[contains(@string,'is an analysis')]" position="replace">
<label nolabel="1" colspan="4" string="This report allows you to generate a pdf or xls of your partner balance allowing you to quickly check the balance of each of your accounts in a single report"/>
</xpath>
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

3
account_financial_report_webkit_xls/wizard/partners_ledger_wizard_view.xml

@ -11,9 +11,6 @@
<xpath expr="/form/label[contains(@string,'generate a pdf')]" position="replace">
<label nolabel="1" colspan="4" string="This report allows you to generate a pdf or xls of your partner ledger with details of all your account journals"/>
</xpath>
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

3
account_financial_report_webkit_xls/wizard/trial_balance_wizard_view.xml

@ -11,9 +11,6 @@
<xpath expr="/form/label[contains(@string,'generate a pdf')]" position="replace">
<label nolabel="1" colspan="4" string="This report allows you to generate a pdf or xls of your trial balance allowing you to quickly check the balance of each of your accounts in a single report"/>
</xpath>
<xpath expr="/form/group[@col='4']" position='attributes'>
<attribute name="col">6</attribute>
</xpath>
<button string="Print" position="after">
<button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
</button>

Loading…
Cancel
Save