Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3864 Zobrazení

Hello,

The online version of Odoo is not printing properly. The stub area of the check is justified too far to the right, and the main check area does not print the vendor address. How do I fix this?

I have isolated the view ckus_check which shows:

<?xml version="1.0"?><t t-name="l10n_us_check_printing.ckus_check"> <div class="ckus_check"> <div class="sequence_number" t-if="page['sequence_number']" t-esc="page['sequence_number']"/> <div class="ckus_date" t-esc="formatLang(page['payment_date'], date=True)"/> <div class="ckus_payee_name" t-esc="page['partner_name']"/> <div class="ckus_amount"> <t t-if="isinstance(page['amount'], float)"><t t-esc="formatLang(page['amount'])"/></t> <t t-if="isinstance(page['amount'], str)"><t t-esc="page['amount']"/></t> </div> <div class="ckus_amount_in_word" t-esc="page['amount_in_word']"/> <div class="ckus_memo" t-esc="page['memo']"/> </div></t>

However, nothing I do changes the printout it makes. For instance I have changed the line:

<div class="sequence_number" t-if="page['sequence_number']" t-esc="page['sequence_number']"/>

to:

<div class="sequence_number">Test</div>

and nothing changed. I have also looked for how I might edit the css files, and cannot find how to get at them. Can anyone help?

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
zář 17
9314
0
říj 24
2332
0
srp 24
2064
0
led 24
2463
1
lis 23
2247