[FIX] edit without note

bzr revid: fp@openerp.com-20120714220123-a6m22nj0lz92cg8y
This commit is contained in:
Fabien Pinckaers 2012-07-15 00:01:23 +02:00
parent 04d0b232ea
commit 3a1485c395
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,6 @@ INVOICE_LINE_EDI_STRUCT = {
'price_unit': True,
'quantity': True,
'discount': True,
'note': True,
# fields used for web preview only - discarded on import
'price_subtotal': True,

View File

@ -220,12 +220,12 @@
<group class="oe_subtotal_footer oe_right">
<field name="amount_untaxed"/>
<field name="amount_tax"/>
<div class="oe_subtotal_footer_separator oe_inline" colspan="2">
<label name="amount_total"/>
<div class="oe_subtotal_footer_separator oe_inline">
<label for="amount_total"/>
<button name="button_dummy"
states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
</div>
<field name="amount_total" nolabel="1"/>
<field name="amount_total" nolabel="1" class="oe_subtotal_footer_separator"/>
</group>
<div class="oe_clear"/>
<label for="notes"/>