Comment 4 for bug 323238

Revision history for this message
Jordi Esteve (www.zikzakmedia.com) (jesteve-zikzakmedia) wrote :

My list of addons is:

base
base_setup
base_iban
account
base_vat
process
product

I also reproduce the same error with an "Only account profile" installation. Sure, my fix repairs the problem, I have tested it in two installations.

But base_iban module only depends of base, so you could reproduce the same error installing only three modules:

base
base_setup
base_iban

But I have just tested this combination and I have discover other bug: If you install only the previous three modules, open the partner form gives an error because base_iban module don't find "acc_number" field in the partner form view defined in base module. The message is:

Couldn't find tag '<field name="acc_number">' in parent view

This field is added in the partner form view by account module, so to fix this problem:
* The "account" module dependence is added to base_iban
* or "acc_number" field is added in the partner form view defined in base module