How my student access our courses in elearning odoo - odoo

In odoo elearning, I created many courses.But I have no idea how my student access my courses.They all need user account for accessing courses?

Under the website settings, you can allow Free sign up for Customer Account. And then they can register to the courses.

Related

Is there a way to create multiple google classroom accounts in a multi tenant application?

I am looking to create a multi-tenant apps that allows individual users to create their own google classrooms through my app. Now, when looking at the existing developer reference of google classroom api, I see only ways to manage the contents of a single classroom be it courses, students, teachers or study material. What I am looking for is a way to create multiple classroom accounts for separate users. Is this possible in any way?
Through the API by creating a course you are creating a classroom that can be managed by your organization, if your approach is to create classes or courses how it is called in the documentation, by the end user, then using the courses.create should be the API needed to perform this action.
Reference:
Method: courses.create
Creates a course.
The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain.
Now, with this in mind, if you want to build an app that will serve several domains and allow them to create classes on behalf of their Teachers I would suggest checking the different scenarios to analyze what would be the best for you.

How can I regain access to a Google Developer account without TFA?

My organization has a Google Developer account that is tied to an employee who has since resigned. We have the credentials for said account, but we're unable to fully authenticate due to the MFA being tied to his mobile number, which we do not have access to.
I've created a new Google Developer account, but I'm not able to assign it to our organization because of conflicts with the old account.
Any suggestions on how to assign the new account to our organization so I can pay the developer fee and start utilizing the functions?
Thank you!

Ideal way to create first admin role for a marketplace store

I am building a small electronics marketplace from scratch where users can buy or sell their electronics online. The marketplace will have three types of users -
Regular users with ability to buy a product and add a product listing to sell
Moderators to remove spam and edit existing listings
Admins - with moderator rights plus ability to add, promote and delete moderators, and add new admins.
I am not sure what would be the ideal way to create the first admin account. One way it to just add/modify the admin account in my database myself (by the developer). Is it the only way? Am I sweating too much on this issue?
You can't create an admin account using your interface, because you would have no way of proving that you have the authority to create such an account.
Instead, you should create an admin account either directly through your database system, or create a standard user account and give it administrator permissions.
If your system is designed well, there should be no way for you to give yourself admin permissions without direct access to your system. If it is possible, anyone could create an administrator account for themselves.

Allow Open ERP Accounting Module Customers to login

I want the Customers in Accounting modules to have login access to view his transactions. Or may be can I have the other way around where a login user can be used as a Customer while creating invoices.
The share module will let you share any OpenERP document with business partners. You can find a user guide and screen cast on snippetbucket.com.

moodle enrol in more than one course in one action thru paypal

I have number of courses in moodle 2.1.3+. As of now I have enabled paypal enrollment for each course. From the student point of view, its really annoying to enrol into course thru paypal one at a time. I want to provide a facility from where student can enrol into more than one course and the total fee of all courses enrollment will be taken thru paypal by one transaction only.
In simple words, a shopping cart in which student adds courses to his/her shopping bag and total will be deducted thru paypal like we usually do in any online shopping website.
Any advice on this... TIA
Thanks - KAMAL
I would suggest taking a look at the Meta Enrolment method. It allows you to enrol everyone who has access from one course into another and can be used to achieve this kind of set up.
To add the method, go into the course you want to copy enrolments to, go to enrolment methods and then add a meta enrolment method. The Config screen will give you a list of courses you have teacher access to and you just need to select the course with PayPal enrolment.
This is a live link, so if someone's enrolment expires they will be automatically removed from the other courses.