When installing payment_stripe (Odoo SA), the hook create_missing_journal_for_acquirers is called. It sets default_debit_account_id here https://github.com/odoo/odoo/blob/12.0/addons/payment/models/payment_acquirer.py#L258 with defaults values here: https://github.com/odoo/odoo/blob/12.0/addons/account/models/chart_template.py#L153 Then the check will stop the installation of the module here : https://github.com/akretion/odoo-usability/blob/12.0/account_usability/account.py#L238 @alexis-via any clues how we can solve this issue ? ping @PierrickBrun
When installing payment_stripe (Odoo SA), the hook create_missing_journal_for_acquirers is called.
It sets default_debit_account_id here https://github.com/odoo/odoo/blob/12.0/addons/payment/models/payment_acquirer.py#L258
with defaults values here: https://github.com/odoo/odoo/blob/12.0/addons/account/models/chart_template.py#L153
Then the check will stop the installation of the module here : https://github.com/akretion/odoo-usability/blob/12.0/account_usability/account.py#L238
@alexis-via any clues how we can solve this issue ?
ping @PierrickBrun