Address does not print on check

Asked by Dave Burkholder

I upgraded the default account_check_writing module to this module. https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-account_check_writing

The module is greatly superior to the old check writing module, but there's always one thing, it seems. The Partner Address does not print on the check, which is unfortunate. This means the secretary has to hand-write the address on the check before mailing!

Any way to resolve this?

Thanks,

Dave

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Serpent Consulting Services
Solved:
Last query:
Last reply:
Revision history for this message
Dave Burkholder (akxws32zf-dave-j0p9h616h) said :
#1

I opened the .sxw file in LibreOffice and see that the address information is included on the report.

[[ page['partner'] ]]
[[ page['address'].street or removeParentNode('para') ]]
[[ page['address'].street2 or removeParentNode('para') ]]
[[ get_zip_line(page['address']) ]]
[[ page['address'].country_id and page['address'].country_id.name or removeParentNode('para') ]]

However, no information displays below the Amount Line. Any troubleshooting we can do on this? Anyone I can hire to help me resolve this problem?

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Serpent Consulting Services (serpent-consulting-services) said :
#3

Dave,

The address truly gets printed.

May we know which report you try to print?

Thanks.

Revision history for this message
Dave Burkholder (akxws32zf-dave-j0p9h616h) said :
#4

It truly did not get printed for me when I installed the module. The Check On Top report was what I was printing, but that was the only one available.

I hired an OpenERP consultant to fix the problem; Here's the module they created for me that fixes the problem I was having. It would have been nice if it could have worked right out the gate, but at least it's working now and hopefully this code is of some use to you.

http://thinkwelldesigns.com/account_check_writing_report.tar.gz

Thanks,

Dave

Revision history for this message
Best Serpent Consulting Services (serpent-consulting-services) said :
#5

Dave,

Sure, so good of you.

Thanks.

Revision history for this message
Dave Burkholder (akxws32zf-dave-j0p9h616h) said :
#6

Thanks Serpent Consulting Services, that solved my question.