Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

rco-odoo
Copy link
Member

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.

@C3POdoo C3POdoo added the RD research & development, internal work label Dec 10, 2018
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.
@rco-odoo rco-odoo force-pushed the saas-12.1-account-reconcile-model-m2m-rco branch from 6ebca56 to a1499c4 Compare December 11, 2018 13:19
@robodoo robodoo added seen 🙂 CI 🤖 Robodoo has seen passing statuses labels Dec 11, 2018
@qdp-odoo
Copy link
Contributor

@robodoo r+

@rco-odoo thanks :-)

@robodoo robodoo added merging 👷 and removed merging 👷 CI 🤖 Robodoo has seen passing statuses labels Dec 12, 2018
@robodoo
Copy link
Contributor

robodoo commented Dec 12, 2018

Staging failed: ci/runbot (view more at http://runbot.odoo.com/runbot/build/413682)

@xmo-odoo
Copy link
Collaborator

robodoo retry

Apparently a runbot18 victim issue

@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses r+ 👌 and removed error 🙅 labels Dec 12, 2018
robodoo pushed a commit that referenced this pull request Dec 12, 2018
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 #29376
@robodoo
Copy link
Contributor

robodoo commented Dec 12, 2018

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants