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

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

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

Thank you so much

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
4344
1
bře 25
2169
0
úno 25
877
0
lis 24
2031
2
lis 24
2117