I want to setup fresh db on existing branch of odoo.sh, any way to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
>>> first option:-
>> go to your terminal and enter the following command:-
>go to your current directory.
>
then , python3.8 odoo-bin --addons=addons,(path of your module)
--xmlrpc-port=1111 -d (enter your database name) i- (enter your module
name)
> you type in the database name to create your new database.
>>> second option:-
>> first of all run your localhost (e.g >> localhost:1111)
>> then you go to following path:
localhost:1111/web/database/manager
>> now you show the option of "CREATE DATABASE"
>> click on this option and you can create your fresh or new database.
Feel free for further assistance on contact@geminatecs.com
Thank you
Geminate Consultancy Services
I am asking for odoo.sh
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
1월 24
|
1977 | ||
|
2
7월 24
|
839 | ||
|
1
6월 24
|
2288 | ||
|
1
10월 23
|
3228 | ||
|
1
7월 23
|
2133 |
In login page you can see Manage Databases. You should be able to create new DB with that option.