~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/developer/1_1_Introduction/3_configuration.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. _configuration-files-link:
 
3
.. i18n: 
 
4
.. i18n: Configuration
 
5
.. i18n: =============
 
6
..
 
7
 
 
8
.. _configuration-files-link:
 
9
 
 
10
Configuration
 
11
=============
 
12
 
 
13
.. i18n: Two configuration files are available:
 
14
..
 
15
 
 
16
Two configuration files are available:
 
17
 
 
18
.. i18n:     * one for the client: ~/.openerprc
 
19
.. i18n:     * one for the server: ~/.openerp_serverrc
 
20
..
 
21
 
 
22
    * one for the client: ~/.openerprc
 
23
    * one for the server: ~/.openerp_serverrc
 
24
 
 
25
.. i18n: Those files follow the convention used by python's ConfigParser module.
 
26
..
 
27
 
 
28
Those files follow the convention used by python's ConfigParser module.
 
29
 
 
30
.. i18n: Lines beginning with "#" or ";" are comments.
 
31
..
 
32
 
 
33
Lines beginning with "#" or ";" are comments.
 
34
 
 
35
.. i18n: The client configuration file is automatically generated upon the first start. The one of the server can automatically be created using the command: ::
 
36
.. i18n: 
 
37
.. i18n:   openerp-server.py -s
 
38
..
 
39
 
 
40
The client configuration file is automatically generated upon the first start. The one of the server can automatically be created using the command: ::
 
41
 
 
42
  openerp-server.py -s
 
43
 
 
44
.. i18n: If they are not found, the server and the client will start with the default configuration.
 
45
..
 
46
 
 
47
If they are not found, the server and the client will start with the default configuration.
 
48
 
 
49
.. i18n: Server Configuration File
 
50
.. i18n: -------------------------
 
51
..
 
52
 
 
53
Server Configuration File
 
54
-------------------------
 
55
 
 
56
.. i18n: The server configuration file .openerp_serverrc is used to save server startup options. Here is the list of the available options:
 
57
..
 
58
 
 
59
The server configuration file .openerp_serverrc is used to save server startup options. Here is the list of the available options:
 
60
 
 
61
.. i18n: :interface:
 
62
.. i18n:     Address to which the server will be bound 
 
63
..
 
64
 
 
65
:interface:
 
66
    Address to which the server will be bound 
 
67
 
 
68
.. i18n: :port:
 
69
.. i18n:     Port the server will listen on 
 
70
..
 
71
 
 
72
:port:
 
73
    Port the server will listen on 
 
74
 
 
75
.. i18n: :database:
 
76
.. i18n:     Name of the database to use 
 
77
..
 
78
 
 
79
:database:
 
80
    Name of the database to use 
 
81
 
 
82
.. i18n: :user:
 
83
.. i18n:     Username used when connecting to the database 
 
84
..
 
85
 
 
86
:user:
 
87
    Username used when connecting to the database 
 
88
 
 
89
.. i18n: :translate_in:
 
90
.. i18n:     File used to translate OpenERP to your language 
 
91
..
 
92
 
 
93
:translate_in:
 
94
    File used to translate OpenERP to your language 
 
95
 
 
96
.. i18n: :translate_out:
 
97
.. i18n:     File used to export the language OpenERP use 
 
98
..
 
99
 
 
100
:translate_out:
 
101
    File used to export the language OpenERP use 
 
102
 
 
103
.. i18n: :language:
 
104
.. i18n:     Use this language as the language of the server. This must be specified as an ISO country code, as specified by the W3C. 
 
105
..
 
106
 
 
107
:language:
 
108
    Use this language as the language of the server. This must be specified as an ISO country code, as specified by the W3C. 
 
109
 
 
110
.. i18n: :verbose:
 
111
.. i18n:     Enable debug output 
 
112
..
 
113
 
 
114
:verbose:
 
115
    Enable debug output 
 
116
 
 
117
.. i18n: :init:
 
118
.. i18n:     init a module (use "all" for all modules) 
 
119
..
 
120
 
 
121
:init:
 
122
    init a module (use "all" for all modules) 
 
123
 
 
124
.. i18n: :update:
 
125
.. i18n:     update a module (use "all" for all modules) 
 
126
..
 
127
 
 
128
:update:
 
129
    update a module (use "all" for all modules) 
 
130
 
 
131
.. i18n: :upgrade:
 
132
.. i18n:     Upgrade/install/uninstall modules 
 
133
..
 
134
 
 
135
:upgrade:
 
136
    Upgrade/install/uninstall modules 
 
137
 
 
138
.. i18n: :db_name:
 
139
.. i18n:     specify the database name 
 
140
..
 
141
 
 
142
:db_name:
 
143
    specify the database name 
 
144
 
 
145
.. i18n: :db_user:
 
146
.. i18n:     specify the database user name 
 
147
..
 
148
 
 
149
:db_user:
 
150
    specify the database user name 
 
151
 
 
152
.. i18n: :db_password:
 
153
.. i18n:     specify the database password 
 
154
..
 
155
 
 
156
:db_password:
 
157
    specify the database password 
 
158
 
 
159
.. i18n: :pg_path:
 
160
.. i18n:     specify the pg executable path 
 
161
..
 
162
 
 
163
:pg_path:
 
164
    specify the pg executable path 
 
165
 
 
166
.. i18n: :db_host:
 
167
.. i18n:     specify the database host 
 
168
..
 
169
 
 
170
:db_host:
 
171
    specify the database host 
 
172
 
 
173
.. i18n: :db_port:
 
174
.. i18n:     specify the database port 
 
175
..
 
176
 
 
177
:db_port:
 
178
    specify the database port 
 
179
 
 
180
.. i18n: :translate_modules:
 
181
.. i18n:     Specify modules to export. Use in combination with --i18n-export 
 
182
..
 
183
 
 
184
:translate_modules:
 
185
    Specify modules to export. Use in combination with --i18n-export 
 
186
 
 
187
.. i18n: You can create your own configuration file by specifying -s or --save on the server command line. If you would like to write an alternative configuration file, use -c <config file> or --config=<config file>
 
188
.. i18n: Here is a basic configuration for a server::
 
189
.. i18n: 
 
190
.. i18n:         [options]
 
191
.. i18n:         verbose = False
 
192
.. i18n:         xmlrpc = True
 
193
.. i18n:         database = terp
 
194
.. i18n:         update = {}
 
195
.. i18n:         port = 8069
 
196
.. i18n:         init = {}
 
197
.. i18n:         interface = 127.0.0.1
 
198
.. i18n:         reportgz = False
 
199
..
 
200
 
 
201
You can create your own configuration file by specifying -s or --save on the server command line. If you would like to write an alternative configuration file, use -c <config file> or --config=<config file>
 
202
Here is a basic configuration for a server::
 
203
 
 
204
        [options]
 
205
        verbose = False
 
206
        xmlrpc = True
 
207
        database = terp
 
208
        update = {}
 
209
        port = 8069
 
210
        init = {}
 
211
        interface = 127.0.0.1
 
212
        reportgz = False
 
213
 
 
214
.. i18n: Full Example for Server V5.0 ::
 
215
.. i18n: 
 
216
.. i18n:         [printer]
 
217
.. i18n:         path = none
 
218
.. i18n:         softpath_html = none
 
219
.. i18n:         preview = True
 
220
.. i18n:         softpath = none
 
221
.. i18n: 
 
222
.. i18n:         [logging]
 
223
.. i18n:         output = stdout
 
224
.. i18n:         logger = 
 
225
.. i18n:         verbose = True
 
226
.. i18n:         level = error
 
227
.. i18n: 
 
228
.. i18n:         [help]
 
229
.. i18n:         index = http://www.openerp.com/documentation/user-manual/
 
230
.. i18n:         context = http://www.openerp.com/scripts/context_index.php
 
231
.. i18n: 
 
232
.. i18n:         [form]
 
233
.. i18n:         autosave = False
 
234
.. i18n:         toolbar = True
 
235
.. i18n: 
 
236
.. i18n:         [support]
 
237
.. i18n:         recipient = support@openerp.com
 
238
.. i18n:         support_id = 
 
239
.. i18n: 
 
240
.. i18n:         [tip]
 
241
.. i18n:         position = 0
 
242
.. i18n:         autostart = False
 
243
.. i18n: 
 
244
.. i18n:         [client]
 
245
.. i18n:         lang = en_US
 
246
.. i18n:         default_path = /home/user
 
247
.. i18n:         filetype = {}
 
248
.. i18n:         theme = none
 
249
.. i18n:         toolbar = icons
 
250
.. i18n:         form_tab_orientation = 0
 
251
.. i18n:         form_tab = top
 
252
.. i18n: 
 
253
.. i18n:         [survey]
 
254
.. i18n:         position = 3
 
255
.. i18n: 
 
256
.. i18n:         [path]
 
257
.. i18n:         pixmaps = /usr/share/pixmaps/openerp-client/
 
258
.. i18n:         share = /usr/share/openerp-client/
 
259
.. i18n: 
 
260
.. i18n:         [login]
 
261
.. i18n:         db = eo2
 
262
.. i18n:         login = admin
 
263
.. i18n:         protocol = http://
 
264
.. i18n:         port = 8069
 
265
.. i18n:         server = localhost
 
266
..
 
267
 
 
268
Full Example for Server V5.0 ::
 
269
 
 
270
        [printer]
 
271
        path = none
 
272
        softpath_html = none
 
273
        preview = True
 
274
        softpath = none
 
275
 
 
276
        [logging]
 
277
        output = stdout
 
278
        logger = 
 
279
        verbose = True
 
280
        level = error
 
281
 
 
282
        [help]
 
283
        index = http://www.openerp.com/documentation/user-manual/
 
284
        context = http://www.openerp.com/scripts/context_index.php
 
285
 
 
286
        [form]
 
287
        autosave = False
 
288
        toolbar = True
 
289
 
 
290
        [support]
 
291
        recipient = support@openerp.com
 
292
        support_id = 
 
293
 
 
294
        [tip]
 
295
        position = 0
 
296
        autostart = False
 
297
 
 
298
        [client]
 
299
        lang = en_US
 
300
        default_path = /home/user
 
301
        filetype = {}
 
302
        theme = none
 
303
        toolbar = icons
 
304
        form_tab_orientation = 0
 
305
        form_tab = top
 
306
 
 
307
        [survey]
 
308
        position = 3
 
309
 
 
310
        [path]
 
311
        pixmaps = /usr/share/pixmaps/openerp-client/
 
312
        share = /usr/share/openerp-client/
 
313
 
 
314
        [login]
 
315
        db = eo2
 
316
        login = admin
 
317
        protocol = http://
 
318
        port = 8069
 
319
        server = localhost
 
320
 
 
321
.. i18n: GTK-Client Configuration
 
322
.. i18n: ------------------------
 
323
..
 
324
 
 
325
GTK-Client Configuration
 
326
------------------------
 
327
 
 
328
.. i18n: .. topic:: login section
 
329
.. i18n: 
 
330
.. i18n:         :login:
 
331
.. i18n:             login name to use to connect to OpenERP server 
 
332
.. i18n: 
 
333
.. i18n:         :server:
 
334
.. i18n:             address used by the server 
 
335
.. i18n: 
 
336
.. i18n:         :port:
 
337
.. i18n:             port used by the server 
 
338
..
 
339
 
 
340
.. topic:: login section
 
341
 
 
342
        :login:
 
343
            login name to use to connect to OpenERP server 
 
344
 
 
345
        :server:
 
346
            address used by the server 
 
347
 
 
348
        :port:
 
349
            port used by the server 
 
350
 
 
351
.. i18n: .. topic:: path section
 
352
.. i18n: 
 
353
.. i18n:         :share:
 
354
.. i18n:             path used to find OpenERP shared files 
 
355
.. i18n: 
 
356
.. i18n:         :pixmaps:
 
357
.. i18n:             path used to find OpenERP pixmaps files 
 
358
..
 
359
 
 
360
.. topic:: path section
 
361
 
 
362
        :share:
 
363
            path used to find OpenERP shared files 
 
364
 
 
365
        :pixmaps:
 
366
            path used to find OpenERP pixmaps files 
 
367
 
 
368
.. i18n: .. topic:: tip section
 
369
.. i18n: 
 
370
.. i18n:         :autostart:
 
371
.. i18n:             Should the client display tips at startup 
 
372
.. i18n: 
 
373
.. i18n:         :position:
 
374
.. i18n:             Tip number the client will display 
 
375
..
 
376
 
 
377
.. topic:: tip section
 
378
 
 
379
        :autostart:
 
380
            Should the client display tips at startup 
 
381
 
 
382
        :position:
 
383
            Tip number the client will display 
 
384
 
 
385
.. i18n: .. topic:: form section
 
386
.. i18n: 
 
387
.. i18n:         :autosave:
 
388
.. i18n:             The client will automatically save the change you made to a record 
 
389
..
 
390
 
 
391
.. topic:: form section
 
392
 
 
393
        :autosave:
 
394
            The client will automatically save the change you made to a record 
 
395
 
 
396
.. i18n: .. topic:: printer section
 
397
.. i18n: 
 
398
.. i18n:         :preview:
 
399
.. i18n:             Preview report before printing 
 
400
.. i18n: 
 
401
.. i18n:         :softpath:
 
402
.. i18n:             Path to the pdf previewer 
 
403
.. i18n: 
 
404
.. i18n:         :softpath_html:
 
405
.. i18n:             Path to the html previewer 
 
406
.. i18n: 
 
407
.. i18n:         :path:
 
408
.. i18n:             Command used to print 
 
409
..
 
410
 
 
411
.. topic:: printer section
 
412
 
 
413
        :preview:
 
414
            Preview report before printing 
 
415
 
 
416
        :softpath:
 
417
            Path to the pdf previewer 
 
418
 
 
419
        :softpath_html:
 
420
            Path to the html previewer 
 
421
 
 
422
        :path:
 
423
            Command used to print 
 
424
 
 
425
.. i18n: .. topic:: logging section
 
426
.. i18n: 
 
427
.. i18n:         :logger:
 
428
.. i18n:             log channels to display. List values are: @common@, @common.message@, @view@, @view.form@, @common.options@, @rpc.request@, @rpc.result@, @rpc.exception@ 
 
429
.. i18n: 
 
430
.. i18n:         :level:
 
431
.. i18n:             logging level to show 
 
432
.. i18n: 
 
433
.. i18n:         :output:
 
434
.. i18n:             file used by the logger 
 
435
.. i18n: 
 
436
.. i18n:         :verbose:
 
437
.. i18n:             set the log level to INFO 
 
438
..
 
439
 
 
440
.. topic:: logging section
 
441
 
 
442
        :logger:
 
443
            log channels to display. List values are: @common@, @common.message@, @view@, @view.form@, @common.options@, @rpc.request@, @rpc.result@, @rpc.exception@ 
 
444
 
 
445
        :level:
 
446
            logging level to show 
 
447
 
 
448
        :output:
 
449
            file used by the logger 
 
450
 
 
451
        :verbose:
 
452
            set the log level to INFO 
 
453
 
 
454
.. i18n: .. topic:: client section
 
455
.. i18n: 
 
456
.. i18n:         :default_path:
 
457
.. i18n:             Default path used by the client when saving/loading datas. 
 
458
..
 
459
 
 
460
.. topic:: client section
 
461
 
 
462
        :default_path:
 
463
            Default path used by the client when saving/loading datas. 
 
464
 
 
465
.. i18n: **Default values**::
 
466
.. i18n: 
 
467
.. i18n:         [login]
 
468
.. i18n:         login = admin
 
469
.. i18n:         port = 8069
 
470
.. i18n:         server = 192.168.1.4
 
471
.. i18n:          
 
472
.. i18n:         [printer]
 
473
.. i18n:         path = none
 
474
.. i18n:         preview = True
 
475
.. i18n:         softpath = none
 
476
.. i18n:          
 
477
.. i18n:         [logging]
 
478
.. i18n:         output = stdout
 
479
.. i18n:         logger =
 
480
.. i18n:         verbose = True
 
481
.. i18n:         level = ERROR
 
482
.. i18n:          
 
483
.. i18n:         [form]
 
484
.. i18n:         autosave = False
 
485
.. i18n:          
 
486
.. i18n:         [client]
 
487
.. i18n:         default_path = /home/user
 
488
..
 
489
 
 
490
**Default values**::
 
491
 
 
492
        [login]
 
493
        login = admin
 
494
        port = 8069
 
495
        server = 192.168.1.4
 
496
         
 
497
        [printer]
 
498
        path = none
 
499
        preview = True
 
500
        softpath = none
 
501
         
 
502
        [logging]
 
503
        output = stdout
 
504
        logger =
 
505
        verbose = True
 
506
        level = ERROR
 
507
         
 
508
        [form]
 
509
        autosave = False
 
510
         
 
511
        [client]
 
512
        default_path = /home/user
 
513
 
 
514
.. i18n: Web Client Configuration 
 
515
.. i18n: ------------------------ 
 
516
..
 
517
 
 
518
Web Client Configuration 
 
519
------------------------ 
 
520
 
 
521
.. i18n: Full Example for web Client Configuration ::
 
522
.. i18n:            
 
523
.. i18n:                [global]
 
524
.. i18n:                # Some server parameters that you may want to tweak
 
525
.. i18n:                server.socket_host = "0.0.0.0"
 
526
.. i18n:                server.socket_port = 8080
 
527
.. i18n: 
 
528
.. i18n:                # Sets the number of threads the server uses
 
529
.. i18n:                server.thread_pool = 10
 
530
.. i18n: 
 
531
.. i18n:                server.environment = "development"
 
532
.. i18n: 
 
533
.. i18n:                # Simple code profiling
 
534
.. i18n:                server.profile_on = False
 
535
.. i18n:                server.profile_dir = "profile"
 
536
.. i18n: 
 
537
.. i18n:                # if this is part of a larger site, you can set the path to the TurboGears instance here
 
538
.. i18n:                server.webpath = ""
 
539
.. i18n: 
 
540
.. i18n:                #[logging]
 
541
.. i18n:                #log.access_file = "/var/log/openerp-web/access.log"
 
542
.. i18n:                #log.error_file = "/var/log/openerp-web/error.log"
 
543
.. i18n: 
 
544
.. i18n:                # OpenERP Server
 
545
.. i18n:                [openerp]
 
546
.. i18n:                host = 'localhost'
 
547
.. i18n:                port = '8070'
 
548
.. i18n:                protocol = 'socket'
 
549
.. i18n: 
 
550
.. i18n:                # Web client settings
 
551
.. i18n:                [openerp-web]
 
552
.. i18n:                # filter dblists based on url pattern?
 
553
.. i18n:                # NONE: No Filter
 
554
.. i18n:                # EXACT: Exact Hostname
 
555
.. i18n:                # UNDERSCORE: Hostname_
 
556
.. i18n:                # BOTH: Exact Hostname or Hostname_
 
557
.. i18n: 
 
558
.. i18n:                dblist.filter = 'NONE'
 
559
.. i18n: 
 
560
.. i18n:                # whether to show Databases button on Login screen or not
 
561
.. i18n:                dbbutton.visible = True
 
562
.. i18n: 
 
563
.. i18n:                # will be applied on company logo
 
564
.. i18n:                company.url = ''
 
565
.. i18n: 
 
566
.. i18n:                # options to limit data rows in M2M/O2M lists, will be overriden 
 
567
.. i18n:                # with limit="5", min_rows="5" attributes in the tree view definitions
 
568
.. i18n:                child.listgrid.limit = 5
 
569
.. i18n:                child.listgrid.min_rows = 5
 
570
..
 
571
 
 
572
Full Example for web Client Configuration ::
 
573
            
 
574
                [global]
 
575
                # Some server parameters that you may want to tweak
 
576
                server.socket_host = "0.0.0.0"
 
577
                server.socket_port = 8080
 
578
 
 
579
                # Sets the number of threads the server uses
 
580
                server.thread_pool = 10
 
581
 
 
582
                server.environment = "development"
 
583
 
 
584
                # Simple code profiling
 
585
                server.profile_on = False
 
586
                server.profile_dir = "profile"
 
587
 
 
588
                # if this is part of a larger site, you can set the path to the TurboGears instance here
 
589
                server.webpath = ""
 
590
 
 
591
                #[logging]
 
592
                #log.access_file = "/var/log/openerp-web/access.log"
 
593
                #log.error_file = "/var/log/openerp-web/error.log"
 
594
 
 
595
                # OpenERP Server
 
596
                [openerp]
 
597
                host = 'localhost'
 
598
                port = '8070'
 
599
                protocol = 'socket'
 
600
 
 
601
                # Web client settings
 
602
                [openerp-web]
 
603
                # filter dblists based on url pattern?
 
604
                # NONE: No Filter
 
605
                # EXACT: Exact Hostname
 
606
                # UNDERSCORE: Hostname_
 
607
                # BOTH: Exact Hostname or Hostname_
 
608
 
 
609
                dblist.filter = 'NONE'
 
610
 
 
611
                # whether to show Databases button on Login screen or not
 
612
                dbbutton.visible = True
 
613
 
 
614
                # will be applied on company logo
 
615
                company.url = ''
 
616
 
 
617
                # options to limit data rows in M2M/O2M lists, will be overriden 
 
618
                # with limit="5", min_rows="5" attributes in the tree view definitions
 
619
                child.listgrid.limit = 5
 
620
                child.listgrid.min_rows = 5
 
621
 
 
622
.. i18n: Get a clone of each repository::
 
623
.. i18n: 
 
624
.. i18n:   bzr clone lp:~openerp/openobject-server/trunk server
 
625
.. i18n:   bzr clone lp:~openerp/openobject-client/trunk client
 
626
.. i18n:   bzr clone lp:~openerp/openobject-client-web/trunk client-web
 
627
.. i18n:   bzr clone lp:~openerp/openobject-addons/trunk addons
 
628
..
 
629
 
 
630
Get a clone of each repository::
 
631
 
 
632
  bzr clone lp:~openerp/openobject-server/trunk server
 
633
  bzr clone lp:~openerp/openobject-client/trunk client
 
634
  bzr clone lp:~openerp/openobject-client-web/trunk client-web
 
635
  bzr clone lp:~openerp/openobject-addons/trunk addons
 
636
 
 
637
.. i18n: If you want to get a clone of the extra-addons repository, you can execute this command::
 
638
.. i18n: 
 
639
.. i18n:   bzr clone lp:~openerp-commiter/openobject-addons/trunk-extra-addons extra-addons
 
640
..
 
641
 
 
642
If you want to get a clone of the extra-addons repository, you can execute this command::
 
643
 
 
644
  bzr clone lp:~openerp-commiter/openobject-addons/trunk-extra-addons extra-addons
 
645
 
 
646
.. i18n: run the setup scripts in the respective directories::
 
647
.. i18n: 
 
648
.. i18n:   python2.5 setup.py build
 
649
.. i18n:   sudo python2.5 setup.py install
 
650
..
 
651
 
 
652
run the setup scripts in the respective directories::
 
653
 
 
654
  python2.5 setup.py build
 
655
  sudo python2.5 setup.py install
 
656
 
 
657
.. i18n: Currently the initialisation procedure of the server parameter --init=all to
 
658
.. i18n: populate the database seems to be broken in trunk.
 
659
..
 
660
 
 
661
Currently the initialisation procedure of the server parameter --init=all to
 
662
populate the database seems to be broken in trunk.
 
663
 
 
664
.. i18n: It is recommended to create a new database via the gtk-client. Before that the web-client will not work.
 
665
..
 
666
 
 
667
It is recommended to create a new database via the gtk-client. Before that the web-client will not work.
 
668
 
 
669
.. i18n: Start OpenERP server like this: ::
 
670
.. i18n: 
 
671
.. i18n:   ./openerp-server.py --addons-path=~/home/workspace/stable/addons
 
672
..
 
673
 
 
674
Start OpenERP server like this: ::
 
675
 
 
676
  ./openerp-server.py --addons-path=~/home/workspace/stable/addons
 
677
 
 
678
.. i18n: The ``bin/addons`` will be considered as default addons directory which can be
 
679
.. i18n: overriden by the ``~/home/workspace/stable/addons``. That is if an addon exists in
 
680
.. i18n: ``bin/addons`` as well as ``~/home/workspace/stable/addons`` (custom path) the later one will
 
681
.. i18n: be given preference over the ``bin/addons`` (default path).
 
682
..
 
683
 
 
684
The ``bin/addons`` will be considered as default addons directory which can be
 
685
overriden by the ``~/home/workspace/stable/addons``. That is if an addon exists in
 
686
``bin/addons`` as well as ``~/home/workspace/stable/addons`` (custom path) the later one will
 
687
be given preference over the ``bin/addons`` (default path).