mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
@@ -4,7 +4,7 @@
|
||||
<odoo>
|
||||
|
||||
<template id="print_account_payment_order_document">
|
||||
<t t-set="doc" t-value="doc.with_context({'lang':doc.generated_user_id.lang})" />
|
||||
<t t-set="doc" t-value="doc.with_context({'lang': doc.generated_user_id and doc.generated_user_id.lang or user.lang})" />
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page">
|
||||
<div class="oe_structure"/>
|
||||
|
||||
Reference in New Issue
Block a user