Skip to content

Commit

Permalink
Merge 82528c0 into 3469dc8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Jun 21, 2015
2 parents 3469dc8 + 82528c0 commit cdfc437
Show file tree
Hide file tree
Showing 7 changed files with 722 additions and 54 deletions.
1 change: 1 addition & 0 deletions account_banking_mandate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Contributors
* Pedro M. Baeza
* Alexandre Fayolle
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
* Sergio Teruel (Incaser) <sergio@incaser.es>

Maintainer
----------
Expand Down
3 changes: 3 additions & 0 deletions account_banking_mandate/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@
'views/account_payment_view.xml',
'views/res_partner_bank_view.xml',
'data/mandate_reference_sequence.xml',
'data/report_paperformat.xml',
'security/mandate_security.xml',
'security/ir.model.access.csv',
'reports/account_banking_mandate_view.xml',
'reports/account_banking_mandate.xml',
],
'demo': [],
'test': ['test/banking_mandate.yml'],
Expand Down
22 changes: 22 additions & 0 deletions account_banking_mandate/data/report_paperformat.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

<record id="paperformat_euro_sepa_lowmargin" model="report.paperformat">
<field name="name">European A4 low margin for SEPA</field>
<field name="default" eval="True" />
<field name="format">A4</field>
<field name="page_height">0</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="margin_top">10</field>
<field name="margin_bottom">10</field>
<field name="margin_left">5</field>
<field name="margin_right">5</field>
<field name="header_line" eval="False" />
<field name="header_spacing">0</field>
<field name="dpi">80</field>
</record>

</data>
</openerp>

0 comments on commit cdfc437

Please sign in to comment.