You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've develop a werkzeurg middle-ware to redirect http to https in the following PR OCA/server-tools#2558
Before running test (therefor lauching odoo server) unit test require to add module in the server_wide_modules list
Describe the solution you'd like
I'm wondering if there is a proper approach to consider already implemented or to implement that would avoid breaking maintenance task on github action files ?
I have the same issue for queue_job. This one becomes more and more used intensively, so, it should be great to allow server_wide_modules configuration. Then, the must, should be to configure it through copier questions like rebel modules.
Is your feature request related to a problem?
I've develop a werkzeurg middle-ware to redirect http to https in the following PR OCA/server-tools#2558
Before running test (therefor lauching odoo server) unit test require to add module in the server_wide_modules list
Describe the solution you'd like
I'm wondering if there is a proper approach to consider already implemented or to implement that would avoid breaking maintenance task on github action files ?
Or probably this something in copier template https://github.com/OCA/oca-addons-repo-template instead of this project ?
Describe alternatives you've considered
As working alternative I've update the odoo.cfg file running a shell command https://github.com/OCA/server-tools/pull/2558/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88R76
The text was updated successfully, but these errors were encountered: