mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-24 04:12:02 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="report_layout" inherit_id="web.report_layout">
|
||||
<xpath expr="//head" position="inside">
|
||||
<t t-if="env and env.context.get('snailmail_layout')" t-call-assets="snailmail.report_assets_snailmail"/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="minimal_layout" inherit_id="web.minimal_layout">
|
||||
<xpath expr="//head" position="inside">
|
||||
<t t-if="env and env.context.get('snailmail_layout')" t-call-assets="snailmail.report_assets_snailmail"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue