Comment 8 for bug 707314

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

hello,

Thanks for your comment, I had a bad understanding of the bug meaculpa (too many thing to do, not enough time).

I will provide a patch of the XML on friday.
        <record model="account.account.type" id="account_type_fixed_asset">
            <field name="name">Bilan : Immo corporelles mobilieres</field>
            <field name="code">fixed_asset</field>
            <field name="close_method">balance</field>
        </record>

report_type is not set. Sadly I was tricked by the default value in the field so XML parsing does not raise any error.

Regards

Nicolas