Skip to Content
Menu
This question has been flagged
2 Replies
11826 Views

Hi

I new with openerp and still learning.

I'm wont to change the names "Tax" on the column in sale.order.line and the name "Taxes" on the Total. to Vat. in all forms..

I do-sent find it Please help.

Avatar
Discard
Best Answer

Try Following,

         <record model="ir.ui.view" id="sale_order_view_inherit">
            <field name="name">sale.order.form.inherit</field>
            <field name="model">sale.order</field>
            <field name="inherit_id" ref="sale.view_order_form"/>
            <field name="arch" type="xml">
                <field name="tax_id" position="attributes">
                    <attribute name="string">Vat</attribute>
                </field>
                <field name="amount_tax" position="attributes">
                    <attribute name="string">Vat.</attribute>
                </field>
            </field>
         </record>

Hope it work for you.

Avatar
Discard
Author

... ......

Hi Andy, Is your problem solved using my answer, please mark my answer as solved if my answer helps you. thanks..:)

Author

ok all is now working

Hi Andy, please mark my answer as solved if your problem is solved. Thanks..:)

Hi Prajapati, Please answer to question" How can we set tax % to a partner? ". Am stuck with the remaining portion.

Author Best Answer

Ok i fount it how to add the code.

file name addons/sale/sale_view.xml

now it works 50% at column lines do sent work. any idee ?

Product | Description | Quantity | Unit of Measure | Taxes | Unit Price | Discount (%) | Subtotal

Report ist OK in the RML report i have edit and change Tax to Vat.

Avatar
Discard
Related Posts Replies Views Activity
2
May 17
3900
1
Mar 15
4062
0
Sep 24
144
0
May 24
342
2
Dec 23
1601