Skip to content

[FIX] make sure init and manifest files get cleaned up#541

Merged
fda-odoo merged 2 commits intoalphafrom
alpha-fix-error-on-manifest-custom-EP-mdms
Feb 9, 2026
Merged

[FIX] make sure init and manifest files get cleaned up#541
fda-odoo merged 2 commits intoalphafrom
alpha-fix-error-on-manifest-custom-EP-mdms

Conversation

@mmahrouss
Copy link
Collaborator

This was causing panics, because if u delete init and keep manifest, the symbol turns into a Namespace symbol which is invalid. Something to consider, is that in most cases manifest is invisible when it comes to custom EPs, which is weird, and possible problematic.

This was causing panics, because if u delete init and keep manifest, the symbol turns into a Namespace symbol which is invalid.
Something to consider, is that in most cases manifest is invisible when it comes to custom EPs, which is weird, and possible problematic.
@mmahrouss mmahrouss self-assigned this Feb 5, 2026
@mmahrouss mmahrouss added the bug Something isn't working label Feb 5, 2026
@mmahrouss mmahrouss added this to the 1.2.0 milestone Feb 5, 2026
Due to it being handled as the python pkg symbol
which is incorrect and then it is treated as if it is the `__Init__.py` file.
This just returns empty responses so that we do not return wrong results
@mmahrouss mmahrouss requested a review from fda-odoo February 5, 2026 12:38
@mmahrouss mmahrouss marked this pull request as ready for review February 5, 2026 12:38
@fda-odoo fda-odoo merged commit 44200a9 into alpha Feb 9, 2026
2 checks passed
@fda-odoo fda-odoo deleted the alpha-fix-error-on-manifest-custom-EP-mdms branch February 9, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants