killday

Results 13 comments of killday

Hi @NgoDuVietHung97 , Thanks that did the job.

OK, I managed to fix that, I'm doing the scenario where user choose apps with try now. Database draft is created but contract creation is failing whit the following error:...

> @killday > > how did you manager to fix this error? > > > ERROR main_saas odoo.addons.auth_signup_verify_email.controllers.main: 'operator_id' > > Traceback (most recent call last): > > File "/odoo14/custom/saas/auth_signup_verify_email/controllers/main.py",...

Hi, If you do these jobs manually, you should wait the create_db status to become ready (refresh page) and then do the rest. If you do them by script it...

Hi the jobs are started in order -> crate database ->Module installation -> Extra initialization Module installation should not start before Create database ![template_create](https://user-images.githubusercontent.com/6714294/181020308-65954331-ce70-43c5-883a-cb4f6c65453c.PNG)

The problem is this code which I don't understand what it is doing as there is now field is_excluded_from_limiting in res_users (/saas_limit_max_users/models/saas_db.py", line 58): ``` vals.update( users_count=self.execute_kw( "res.users", "search_count", [(("is_excluded_from_limiting",...

Thank you very much for that but in my case, I don't use a template but apps. I will try your solution anyway. Thanks again

With a clean install, first error I get is: Traceback (most recent call last): File "/opt/odoo14/custom/auth_signup_verify_email/controllers/main.py", line 59, in passwordless_signup sudo_users.signup(values, qcontext.get("token")) File "/opt/odoo14/custom/saas_apps_signup/models/res_users.py", line 31, in signup return self.signup_to_try(values,...

Hi @glupeksha , Did you manage to fix the sign in process and build creation from the website frontend?

Can you share your addons path, you need to add the addons to the main custom addons folder and not as a subfolder in it. For example: odoo15/custom_addons/ - all...