Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Odoo 12 Enterprise - edit check layout

Subscriure's

Get notified when there's activity on this post

This question has been flagged
checkv12
2 Respostes
6508 Vistes
Avatar
David Ogles

What file do you edit to change the layout of a check in V12 Enterprise?  It would seem that /l10n_us_check_printing/static/src/scss/report_check_middle.scss would be the correct file to move some of the fields around on the check. But making changes such as moving the .ckus_date top value would change that on the actual check but doesn't. I've made changes and even restarted the service, but to no avail.

Thanks,

Dave

0
Avatar
Descartar
Mark Anderson

I'm continuing to have problems in Odoo 13 Enterprise.

I've edited l10n_us_check_printing/report/check_print.xml without it changing how the stub prints. I even went so far as to remove print_check_middle.xml and print_check.xml with the intent of breaking it and seeing it in the log. No luck. And yes, I've restarted the service, even rebooted the vm.

I wondering if it compiles these files for qweb and I need to clear a cache somewhere? I was able to use the same process to change the print_check_middle.xml and it's associated css files to get the check laid out properly but I can't seem to get the stub to change.

Suggestions? TIA

Mark Anderson

Followup:

check_print.xml is cached in ir_ui_view and changes made to that file must be updated by going to the Apps application and upgrading the "US Checks Layout" using the three dots menu.

Avatar
Mark Anderson
Best Answer

Following up on this for those of us using SAAS, Odoo v13

The check amount prints so close to the address that the check amount shows in the address window of an envelope. Clearly, this is unacceptable. How can a SAAS user print the checks with a proper space between the address and the text dollar amount? It looks like we need to move the text amount line about 1/2" above the address.

0
Avatar
Descartar
Paresh Wagh

Hi Mark: You may want to log a support ticket with Odoo for this. The ticket can be logged at https://www.odoo.com/help

Avatar
Paresh Wagh
Best Answer

Hi Dave:

There is a QWeb view called ckus_check for this

0
Avatar
Descartar
David Ogles
Autor

correct, but this doesn't set / effect the layout of the printed check. for this prospect, we need to move the position of where the date field actually prints on the check and move the "amount in words" up. I recall changing the .css file back in version 9 or 10, but that doesn't work in v12. Unless i'm missing something.

thanks,

dave

Paresh Wagh

In v12, you will need to customize this view to change the positioning of the fields mentioned by you. The action that prints the check uses this view to generate a pdf report that is then printed on the check. Hope this helps.

Paresh Wagh

On thinking some more about this, if you are looking for granular control on the specific position where the fields get printed, you are right that you may need to make some changes to the underlying css that is used by the pdf report. You may end up having to make changes to both the view and the css to achieve the desired result.

Paresh Wagh

On a related note, there are 3 layouts - top, middle and bottom - defined for check printing. You may want to check which of these 3 are being used at your site. Each of them has it's own css.

David Ogles
Autor

I modified the ckus_check qweb view, by moving the "ckus_amount_in_word" above the date field. Tested and it did not change the check. I then changed the report_check_middle.scss layout to match the view and still didn't change the printed layout.

Thanks,

Dave

David Ogles
Autor

Nevermind. I found the issue. When you edit the view from within Odoo, it is not changing the print_check.xml file. I edited that file from the folder and all works. Thanks, dave

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Can I rename "OdooBot" so that people don't get email from a "Bot". I have concerns this isn't professional / might make people think SCAM
v12
Avatar
Avatar
1
de juny 25
26398
Error al timbrar pagos en v12
v12
Avatar
Avatar
Avatar
2
de jul. 22
4833
change a field value depending on a button output Solved
v12
Avatar
Avatar
1
de set. 21
4596
Create a record in a model while updating a filed in another model Solved
v12
Avatar
Avatar
3
de set. 21
9338
Create Automatic Journal( account.move). More than 1 account.move.line Solved
v12
Avatar
Avatar
Avatar
2
de set. 21
10768
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now