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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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.
... ......
Hi Andy, Is your problem solved using my answer, please mark my answer as solved if my answer helps you. thanks..:)
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.
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
May 17
|
3900 | ||
|
1
Mar 15
|
4062 | ||
|
0
Sep 24
|
144 | ||
|
0
May 24
|
342 | ||
|
2
Dec 23
|
1601 |