Skip to content
Snippets Groups Projects
Commit 3bd587ed authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] account: two m2m fields using the same table

The fields `analytic_tag_ids` and `second_analytic_tag_ids` on model
'account.reconcile.model' were accidentally using the same table and columns,
because of the automatic generation of the table name.  Make them explicitly
use distinct table names.

closes odoo/odoo#29376
parent fe0a27d2
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment