Skip to Content
Menú
This question has been flagged
2 Respostes
3768 Vistes

I tried to edit "res_partner_data.xml" file and I made the following

        <!-- Default bank account description -->

        <record id="bank_normal" model="res.partner.bank.type">

            <field name="name">Normal Bank Account</field>

            <field name="name">Savings Account</field>

            <field name="name">Current Account</field>

            <field name="code">bank</field>

        </record>

and 

<data noupdate="false">

but nothing happen, any one can help plz

Avatar
Descartar
Best Answer

Hello,

try with different xml record

for eg.

 <record id="bank_normal1" model="res.partner.bank.type">
            <field name="name">Normal Bank Account</field>
            <field name="code">bank</field>
</record>

same like for other bank account type.

and make sure yourself to add xml file into manifest file and upgrade module.

Avatar
Descartar
Autor Best Answer

Thank you so much

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de març 15
4006
1
de març 25
1347
0
de febr. 25
696
0
de nov. 24
1529
2
de nov. 24
1722