Skip to content
Snippets Groups Projects
Commit 370cd553 authored by Nicolas Russo's avatar Nicolas Russo
Browse files

Merge branch 'T8310' into 'master'

[IMP][T8404] Invoices header adjusts

See merge request !58
parents d3cac294 6b80f270
No related branches found
No related tags found
1 merge request!58[IMP][T8404] Invoices header adjusts
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<record id="paperformat_custom_invoice" model="report.paperformat">
<field name="name">Imo Invoice Report</field>
<field name="default" eval="False" />
<field name="format">A4</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="margin_top">70</field>
<field name="margin_bottom">35</field>
<field name="margin_right">5</field>
<field name="margin_left">5</field>
<field name="header_line" eval="False" />
<field name="header_spacing">65</field>
<field name="dpi">90</field>
</record>
<template id="custom_account_move_report_qweb" inherit_id="l10n_ar_eynes.weblearns_layout">
<xpath expr="//div[@class='denomination-render']" position="before">
<h1 style="text-align: center; font-weight: bold; font-size: 25px;">ORIGINAL</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment