Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: camptocamp docker images: database does not get created fully

by
Elico Corp, Eric Caudal
- 13/12/2018 10:37:57

Great that you could move forward :)


Elico
                Corp
Eric Caudal [Founder and CEO] - Shanghai Elico Limited
Skype: elico.corp - Phone: + 86 186 2136 1670 (Cell) // + 86 21 6211 8017/27/37 (Office)
More information: https://www.elico-corp.com

Odoo Gold Partner // Best Odoo Partner APAC 2014, 2016 and 2018!

On 2018-12-13 10:26 a.m., robert rottermann wrote:

Hi Eric


thanks for your answer.

As so often, asking a question is an important step to to focus one's own brain to a possible solution.

In this case, the solution iwas, that the volume-mapping of my container and the addon path did not map.


have a good time

robert

On 13.12.18 10:07, Eric Caudal wrote:

Hi,

Although Camptocamp is a value contributor of the OCA, I have the feeling that your question should be better located in the corresponding Github project.


Elico
 Corp
Eric Caudal [Founder and CEO] - Shanghai Elico Limited
Skype: elico.corp - Phone: + 86 186 2136 1670 (Cell) // + 86 21 6211 8017/27/37 (Office)
More information: https://www.elico-corp.com

Odoo Gold Partner // Best Odoo Partner APAC 2014, 2016 and 2018!

On 2018-12-13 9:27 a.m., robert wrote:

Hi there

I created a docker image bases on the camptocamp/odoo-project:11.0-latest image

When I start the container, the database is created but has only two tables.

postgres=# \c coobytech
You are now connected to database "coobytech" as user "postgres".
coobytech=# \d
                  List of relations
 Schema |          Name           |   Type   | Owner
--------+-------------------------+----------+-------
 public | base_cache_signaling    | sequence | odoo
 public | base_registry_signaling | sequence | odoo

below is the config file used.
What could be the reason for this?

thanks
robert

[options]
addons_path = /opt/odoo/local-src,/opt/odoo/src/addons,/mnt/extra-addons,/mnt/extra-addons/agent_portal,/mnt/extra-addons/oca_commission,/mnt/extra-addons/l10n-switzerland,/mnt/extra-addons/SerpentCS_Contributions,/mnt/extra-addons/server-backend,/mnt/extra-addons/partner-contact,/mnt/extra-addons/oca_website_support,/mnt/extra-addons/website-cms,/mnt/extra-addons/server-auth
db_name = coobytech
admin_passwd =
dbfilter = ^coobytech$
# all other config values are set here from values
# either from the templates/openerp.cfg.defaults.py
# or the site descritions site_settings.server_config stanza
csv_internal_sep = ,
data_dir = /var/lib/odoo
db_host = db
db_maxconn = 20
db_password = xxxxx
db_port = False
db_template = template1
db_user = odoo
debug_mode = False
demo = {}
email_from = False
geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /var/log/odoo/odoo_log
logrotate = True
longpolling_port = 8072
max_cron_threads = 2
netrpc = False
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = False
proxy_mode = True
reportgz = False
server_wide_modules = web,web_kanban
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
running_env = dev
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = all
workers = 4
xmlrpc = True
xmlrpc_port = 8069
xmlrpcs = False

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference