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
0099074a
Commit
0099074a
authored
7 years ago
by
Christophe Simonis
Browse files
Options
Downloads
Plain Diff
[MERGE] forward port branch 8.0 up to
ce12a739
parents
e4c7b118
ce12a739
No related branches found
Branches containing commit
No related tags found
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 @
0099074a
...
...
@@ -126,6 +126,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``.
Odoo as a WSGI Application
==========================
...
...
This diff is collapsed.
Click to expand it.
openerp/addons/base/base.sql
+
1
−
1
View file @
0099074a
...
...
@@ -85,7 +85,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