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:
- 客户关系管理
- 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
|
2955 | ||
|
2
7月 24
|
1465 | ||
|
1
6月 24
|
3287 | ||
|
1
10月 23
|
4264 | ||
|
1
7月 23
|
2964 |
In login page you can see Manage Databases. You should be able to create new DB with that option.