Skip to content
Snippets Groups Projects
Commit f76a672b authored by Antonin Bourguignon's avatar Antonin Bourguignon
Browse files

[FIX] indentation

bzr revid: abo@openerp.com-20120731133133-bqgxee7oqyz8wos1
parent 94b4c31b
Branches
Tags
No related merge requests found
......@@ -154,11 +154,11 @@
<group>
<group>
<field name="partner_id" required="1" invisible="context.get('line_type', False)" on_change="onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date, context)" context="{'invoice_currency':currency_id, 'default_customer': 0, 'search_default_supplier': 1, 'default_supplier': 1}" string="Supplier"/>
<label for="amount" string="Amount"/>
<div>
<label for="amount" string="Amount"/>
<div>
<field name="amount" invisible="context.get('line_type', False)" on_change="onchange_amount(amount, payment_rate, partner_id, journal_id, currency_id, type, date, payment_rate_currency_id, company_id, context)" class="oe_inline"/>
<field name="currency_id" class="oe_inline"/>
</div>
</div>
<field name="journal_id"
domain="[('type','in',['bank', 'cash'])]"
invisible="context.get('line_type', False)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment