[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, 'price_unit': True,
'quantity': True, 'quantity': True,
'discount': True, 'discount': True,
'note': True,
# fields used for web preview only - discarded on import # fields used for web preview only - discarded on import
'price_subtotal': True, 'price_subtotal': True,

View File

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