~invitu/account-financial-report/8.0-account_financial_report_webkit

« back to all changes in this revision

Viewing changes to account_financial_report_webkit_xls/wizard/open_invoices_wizard_view.xml

  • Committer: Luc De Meyer
  • Date: 2013-10-22 21:18:10 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: luc.demeyer@noviat.com-20131022211810-tiyhw8d03poqei3o
add account_financial_report_webkit_xls

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
  <data>
 
4
 
 
5
    <record id="open_invoices_webkit_xls_wizard_view" model="ir.ui.view">
 
6
      <field name="name">open.invoices.webkit.xls</field>
 
7
      <field name="model">open.invoices.webkit</field>
 
8
      <field name="type">form</field>
 
9
      <field name="inherit_id" ref="account_financial_report_webkit.account_open_invoices_view_webkit"/>
 
10
      <field name="arch" type="xml">
 
11
        <data>
 
12
          <xpath expr="/form/label[contains(@string,'generate a pdf')]" position="replace">
 
13
            <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."/>
 
14
          </xpath>
 
15
          <xpath expr="/form/group[@col='4']" position='attributes'>
 
16
            <attribute name="col">6</attribute>
 
17
          </xpath>
 
18
          <button string="Print" position="after">
 
19
            <button icon="gtk-execute" name="xls_export" string="Export" type="object" context="{'xls_export':1}" colspan="2"/>
 
20
          </button>
 
21
        </data>
 
22
      </field>
 
23
    </record>
 
24
 
 
25
  </data>
 
26
</openerp>