~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_override/account_report.xml

  • Committer: Olivier DOSSMANN
  • Date: 2013-05-31 14:22:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: od@tempo-consulting.fr-20130531142209-sbcwvzuema11guzz
UF-1991 [FIX] Problem with wizard on "msg" field. Change it to "name".

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
        <report id="hq_export"
 
5
        string="Export to HQ system"
 
6
        model="account.move.line"
 
7
        name="hq.export"
 
8
        report_type="txt"
 
9
        auto="False"
 
10
        menu="False"/>
 
11
    </data>
 
12
</openerp>
 
13