-
- Downloads
[FIX] l10n_latam_invoice_document: check of account_move type
The `type` field was renamed `move_type` in d675dbaa but a forward-port re-added a use of the old `type` name, which breaks if an account.move is unlinked while l10n_latam_invoice_document is unlinked (and there are related moves to update). Instead of renaming the field, use the proper utility method for the category (purchase) provided by account.move. closes odoo/odoo#47301 Signed-off-by:Xavier Morel (xmo) <xmo@odoo.com>
Please register or sign in to comment