You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moi, je trouve que c une connerie de créer le compte avec un type "current asset"... après ça peut poser des pb si on utilise l'interface de travail des relevés bancaires, on n'a plus les lignes en bleu (je crois), etc... ; ils feraient mieux de le créer avec un type liquidity. Donc on pourrait hériter cette méthode https://github.com/odoo/odoo/blob/12.0/addons/account/models/chart_template.py#L130 dans account_usability pour lui mettre le bon type. @sebastienbeau tu en penses quoi ?
Sinon, on vire la contrainte dans odoo-usability...
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
The text was updated successfully, but these errors were encountered: