Files
bank-payment/account_banking_pain_base
Alexandre Fayolle 2e2d8778bf protect import of external dependencies
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.

Conflicts:
	account_banking_sepa_credit_transfer/models/account_banking_sepa.py
	account_banking_sepa_direct_debit/models/banking_export_sdd.py
2015-03-25 09:19:27 +01:00
..
2015-03-02 17:23:13 +01:00
2014-09-02 12:30:01 -04:00
2014-10-20 13:16:04 +02:00