Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
6836 Переглядів

I'm looking at developing custom modules, including module dependency and auto-install.

Odoo is running as a service on Ubuntu 16.04.02 Server 64bit LTS.

I'm looking to understand correct uses for init, update and just loading modules.

Need to consider:

- installing a new module

- installing a new module that's a new dependency

- updating code in a single module

- updating code in a module that is a dependency of another

Аватар
Відмінити

Hi Chris,

For the development of the custom module, you can follow this link, http://www.odoo.com/documentation/10.0/howtos/backend.html .

I dont understand what exactly you are asking.

Автор

I'm looking for the correct use cases for init and update switches, and the correct way to apply updates to a custom module. Should you use the --update <module_name>? Is this the same for updating a module that's a dependency of another module? Do you update the parent or child with --update?

Same for installing a new module, do you use --init <module_name>?

Do you need to --init <module_name> before you can run Odoo without needing --init or update, as long as it is available in the addons_path?

Related Posts Відповіді Переглядів Дія
0
бер. 15
4218
1
бер. 18
4567
2
бер. 15
5838
1
бер. 15
10944
1
січ. 25
23035