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

[16.0][MIG] product_configurator: Migration to 16.0 #96

Closed
wants to merge 483 commits into from

Conversation

dannyadair
Copy link
Contributor

No description provided.

bizzappdev and others added 30 commits June 11, 2023 14:13
@dannyadair dannyadair changed the title [16.0][MIG] product_configurator: Migration to 16.0 DRAFT [16.0][MIG] product_configurator: Migration to 16.0 Jun 11, 2023
@dannyadair dannyadair changed the title DRAFT [16.0][MIG] product_configurator: Migration to 16.0 DRAFT: [16.0][MIG] product_configurator: Migration to 16.0 Jun 11, 2023
@dannyadair dannyadair force-pushed the 16.0-mig-product_configurator branch from cf455cf to 9bb42b9 Compare June 11, 2023 08:31
@dannyadair dannyadair changed the title DRAFT: [16.0][MIG] product_configurator: Migration to 16.0 [16.0][MIG] product_configurator: Migration to 16.0 Jun 11, 2023
@dannyadair dannyadair force-pushed the 16.0-mig-product_configurator branch from c6d5471 to 8c20d4b Compare June 11, 2023 10:25
@pumppi
Copy link

pumppi commented Jun 23, 2023

Hi, I tested this with odoo 16. And found out that I got few errors when rendering custom views with OWL and issue was in

@property def _prefixes(self): """Return a dictionary with all dynamic field prefixes used to generate fields in the wizard. Any module extending this functionality should override this method to add all extra prefixes""" return { "field_prefix": "__attribute_", "custom_field_prefix": "__custom_", }

Changed field prefix and custom prefix to full underscore

@dannyadair dannyadair force-pushed the 16.0-mig-product_configurator branch from c212d3d to 1793374 Compare June 29, 2023 20:03
@dannyadair
Copy link
Contributor Author

Thanks @pumppi I've applied that change (also to all the tests).

AurelijaNorvaisaite added a commit to versada/product-configurator that referenced this pull request Oct 17, 2023
AurelijaNorvaisaite added a commit to versada/product-configurator that referenced this pull request Oct 18, 2023
@matt454357
Copy link
Contributor

@PCatinean, @dreispt, @patrickrwilson,
Can this PR be merged?
I would like to contribute, but waiting on this PR.
Maybe there is still some issue? Not sure why the runboat/build has Pending status.

@dannyadair dannyadair force-pushed the 16.0-mig-product_configurator branch from 1793374 to 028f171 Compare November 22, 2023 22:14
@dannyadair
Copy link
Contributor Author

Corrected version number to 16.0.1.0.0

@dannyadair
Copy link
Contributor Author

I believe flake8 version should be bumped (latest 6.1.0, and bugbear 23.9.16) but that's outside the scope of this PR.
https://github.com/OCA/product-configurator/blob/16.0/.pre-commit-config.yaml#L122

@dannyadair
Copy link
Contributor Author

@dannyadair
Copy link
Contributor Author

Superseded by #101

@dannyadair dannyadair closed this Jan 21, 2024
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.