Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
12795 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

... ......

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

Autor

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.

Autor Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
kvě 17
5076
1
bře 15
5504
1
čvc 25
1572
1
dub 25
1644
2
pro 23
3041