Skip to content

[18.0][IMP][ADD] attribute_set_test: add test module#242

Open
kobros-tech wants to merge 1 commit intoOCA:18.0from
kobros-tech:add-attribute_set_test_helper
Open

[18.0][IMP][ADD] attribute_set_test: add test module#242
kobros-tech wants to merge 1 commit intoOCA:18.0from
kobros-tech:add-attribute_set_test_helper

Conversation

@kobros-tech
Copy link
Copy Markdown
Contributor

Due to ORM conflict with the our test models in attribute_set, btter to add a standalone module for testing.

@kobros-tech kobros-tech force-pushed the add-attribute_set_test_helper branch 4 times, most recently from 1a358e2 to e70d3c6 Compare March 22, 2026 20:03
@kobros-tech kobros-tech changed the title [18.0][FIX][ADD] attribute_set_test: add test module [18.0][IMP][ADD] attribute_set_test: add test module Mar 22, 2026
@kobros-tech kobros-tech force-pushed the add-attribute_set_test_helper branch from e70d3c6 to 50a7219 Compare March 22, 2026 20:12
Due to ORM conflict with the our test models in attribute_set,
btter to add a standalone module for testing.
@MiquelRForgeFlow
Copy link
Copy Markdown

Due to ORM conflict with the our test models in attribute_set

Which conflict?

@kobros-tech
Copy link
Copy Markdown
Contributor Author

All open PRs now fail in tests as the models defined in the test of attribute_set are not recorded in the time of the test, better to say tests run before the models be recorded in the ORM and we get attribute is not know which is attribute_set_id.

If you can fix the probelm, as I was trying to fix it for free without the support from the employer.

Thanks.

@@ -1 +1,2 @@
odoo_test_helper
odoo-addon-attribute_set @ git+https://github.com/OCA/odoo-pim.git@refs/pull/243/head#subdirectory=attribute_set
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
odoo-addon-attribute_set @ git+https://github.com/OCA/odoo-pim.git@refs/pull/243/head#subdirectory=attribute_set
odoo-addon-attribute_set@git+https://github.com/OCA/odoo-pim.git@refs/pull/243/head#subdirectory=attribute_set

but why this? attribute_set is in the repo, right?

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