10 lines
416 B
XML
10 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Template for direct print button that can be added to forms -->
|
|
<template id="direct_print_button" name="Direct Print Button">
|
|
<button type="button" class="btn btn-primary o_direct_print_btn"
|
|
title="Print directly to local printer">
|
|
<i class="fa fa-print"/> Direct Print
|
|
</button>
|
|
</template>
|
|
</odoo> |