Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3832 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 9 17
9299
0
thg 10 24
2295
0
thg 8 24
2037
0
thg 1 24
2455
1
thg 11 23
2240