Skip to content

Commit

Permalink
Remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Pigeon committed Feb 19, 2015
1 parent 2b3ebc9 commit ead244d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion account_invoice_line_sort/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
##############################################################################

from openerp import models, fields, api
from operator import attrgetter
from operator import attrgetter

AVAILABLE_SORT_OPTIONS = [
('sequence', 'Sequence'),
Expand Down
5 changes: 3 additions & 2 deletions account_invoice_line_sort/views/account_invoice_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">account.invoice</field>
<field name="arch" type="xml">
<xpath expr="//notebook/page[@string='Other Info']/group[group[field[@name='move_id']]]" position="after">
<group name = "line_sort">
<group name="line_sort">
<label for="line_order"/>
<div>
<field name="line_order" class="oe_inline"/>
Expand All @@ -18,4 +18,5 @@
</field>
</record>
</data>
</openerp>
</openerp>

3 changes: 2 additions & 1 deletion account_invoice_line_sort/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
</field>
</record>
</data>
</openerp>
</openerp>

0 comments on commit ead244d

Please sign in to comment.