Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3794 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
4065
1
bře 25
1398
0
úno 25
714
0
lis 24
1580
2
lis 24
1756