Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
12797 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis

... ......

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

Penulis

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.

Penulis Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mei 17
5080
1
Mar 15
5509
1
Jul 25
1578
1
Apr 25
1646
2
Des 23
3042