Skip to content

[12.0] Issue when installing payment_stripe after account_usability #115

@hparfr

Description

@hparfr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions