bzr revid: fp@tinyerp.com-20120610001252-1axqs109qoutqx5h
This commit is contained in:
Fabien Pinckaers 2012-06-10 02:12:52 +02:00
parent 8685996d96
commit 5bf16a3142
4 changed files with 8 additions and 8 deletions

View File

@ -112,12 +112,12 @@
<field name="price_subtotal"/>
</tree>
</field>
<div class="oe_form_subtotal_footer">
<group class="oe_form_subtotal_footer">
<field name="amount_untaxed" sum="Untaxed amount"/>
<field name="amount_tax"/>
<field name="amount_total" sum="Total amount"/>
<button name="button_dummy" states="draft" string="Compute" type="object" icon="terp-stock_format-scientific"/>
</div>
</group>
<div class="oe_clear"/>
</page>
<page string="Invoicing">

View File

@ -58,11 +58,11 @@
</group>
</form>
</field>
<div class="oe_form_subtotal_footer">
<group class="oe_form_subtotal_footer">
<field name="amount_tax"/>
<field name="amount_total"/>
<button name="button_dummy" string="Update" icon="gtk-execute" states="draft" />
</div>
</group>
</page>
<page string="Payment">
<field name="statement_ids">

View File

@ -173,12 +173,12 @@
<field name="price_subtotal"/>
</tree>
</field>
<div class="oe_form_subtotal_footer">
<group class="oe_form_subtotal_footer">
<field name="amount_untaxed"/>
<field name="amount_tax"/>
<field name="amount_total" class="oe_form_subtotal_footer_separator"/>
<button name="button_dummy" states="draft" string="Compute" type="object" icon="gtk-execute"/>
</div>
</group>
<div class="oe_clear"/>
<label for="notes"/>
<field name="notes"/>

View File

@ -207,11 +207,11 @@
<field name="price_subtotal" groups="base.group_sale_notes_subtotal"/>
</tree>
</field>
<div class="oe_form_subtotal_footer" colspan="2">
<group class="oe_form_subtotal_footer" colspan="2">
<field name="amount_untaxed"/>
<field name="amount_tax"/>
<field name="amount_total" class="oe_form_subtotal_footer_separator"/>
</div>
</group>
<div class="oe_clear"/>
<separator string="Notes"/>