<?xml version="1.0" encoding="UTF-8"?>

<templates id="template" xml:space="preserve">
    
    <t t-name="AccountMoveLineQuickAdd">
        <div class="oe_account_quickadd ui-toolbar" style="margin-bottom:0px;">
            <div class="oe_form_dropdown_section">
                <h4>Period :</h4> 
                <select class="oe_account_select_period">
                    
                </select>
            </div>
            <div class="oe_form_dropdown_section">
                <h4>Journal :</h4> 
                <select class="oe_account_select_journal" >
                    
                </select>
            </div>
        </div>
    </t>

</templates>
