bzr revid: fp@tinyerp.com-20090119204333-eisdqcg32d98sc7i
This commit is contained in:
Fabien Pinckaers 2009-01-19 21:43:33 +01:00
parent 0a659fbfda
commit 982d69d89d
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
name="account.invoice"
rml="account/report/invoice.rml"
string="Invoices"
attachment="(object.state in ('open','paid')) and (time.strftime('%Y-%m-%d')+'-'+object.number)"/>
attachment="(object.state in ('open','paid')) and (time.strftime('%Y-%m-%d')+'-'+object.number)"
attachment_use="1"/>
<report id="account_transfers" model="account.transfer" name="account.transfer" string="Transfers" xml="account/report/transfer.xml" xsl="account/report/transfer.xsl"/>
<report auto="False" id="account_intracom" menu="False" model="account.move.line" name="account.intracom" string="IntraCom"/>