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

14.0 FIX incompatible modules #1838

Closed
wants to merge 1 commit into from

Conversation

bealdav
Copy link
Member

@bealdav bealdav commented Dec 23, 2021

Here runboat fails

File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 431, in button_install
raise UserError(msg % (module.shortdesc, exclusion.exclusion_id.shortdesc))

odoo.exceptions.UserError: Modules "Sale Isolated Quotation" and "Sale Quotation Numeration" are incompatible.

Travis here have only one test

    - stage: test
      env:
        - TESTS=1 ODOO_REPO="OCA/OCB"
          EXCLUDE="sale_partner_version,sale_quotation_number"

whereas the test exclude sale_quotation_number (Sale Quotation Numeration) should not be installed.

@sbidoul @gurneyalex do you know if this use case is managed or planned to be ?

@bealdav
Copy link
Member Author

bealdav commented Dec 23, 2021

The same behavior is there #1837

@rousseldenis
Copy link
Sponsor Contributor

@bealdav This is currently being fixed here #1819

Please review that one in order to be merged

@rousseldenis
Copy link
Sponsor Contributor

And a thread for runboat there sbidoul/runboat#36

@bealdav
Copy link
Member Author

bealdav commented Dec 23, 2021

OK thanks

@bealdav bealdav closed this Dec 23, 2021
@bealdav bealdav deleted the 14-fix-incompatible-module branch December 23, 2021 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants