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] fields: check for inconsistent many2many definitions #29322

Closed
wants to merge 3 commits into from

Conversation

rco-odoo
Copy link
Member

@rco-odoo rco-odoo commented Dec 6, 2018

Prevent two many2many fields from using the same config (table, column1, column2).

Fixes #24927.

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Dec 6, 2018
@C3POdoo C3POdoo added the RD research & development, internal work label Dec 6, 2018
The model 'account.reconcile.model' contains two many2many fields that use the
same table.  As there is no way to fix this without breaking existing
databases, add an exception to the rule.
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Dec 6, 2018
@rco-odoo
Copy link
Member Author

rco-odoo commented Dec 7, 2018

Closed for the same reason as #29319.

@rco-odoo rco-odoo closed this Dec 7, 2018
@rco-odoo rco-odoo deleted the 12.0-inherit-m2m-rco branch December 7, 2018 12:41
@robodoo robodoo added closed 💔 and removed CI 🤖 Robodoo has seen passing statuses labels Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants