Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
e300a587
Commit
e300a587
authored
7 years ago
by
Christophe Simonis
Browse files
Options
Downloads
Plain Diff
[MERGE] forward port branch saas-6 up to
0099074a
parents
e14ab697
0099074a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/setup/deploy.rst
+4
-0
4 additions, 0 deletions
doc/setup/deploy.rst
openerp/addons/base/base.sql
+1
-1
1 addition, 1 deletion
openerp/addons/base/base.sql
with
5 additions
and
1 deletion
doc/setup/deploy.rst
+
4
−
0
View file @
e300a587
...
...
@@ -192,6 +192,10 @@ Instead you must have a proxy redirecting requests whose URL starts with
``/longpolling/`` to the longpolling port. Other request should be proxied to
the :option:`normal HTTP port <odoo.py --xmlrpc-port>`
.. warning:: The livechat worker requires the ``psycogreen`` Python module,
which is not always included with all installation packages.
It can be manually installed with ``pip install psycogreen``.
Configuration sample
--------------------
...
...
This diff is collapsed.
Click to expand it.
openerp/addons/base/base.sql
+
1
−
1
View file @
e300a587
...
...
@@ -95,7 +95,7 @@ CREATE TABLE ir_module_module (
website
character
varying
(
256
),
summary
character
varying
(
256
),
name
character
varying
(
128
)
NOT
NULL
,
author
character
varying
(
128
)
,
author
character
varying
,
icon
varchar
,
state
character
varying
(
16
),
latest_version
character
varying
(
64
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment