Skip to content

Commit 47ef6c1

Browse files
committed
Fix markdown formatting for odoo
1 parent c53bb9c commit 47ef6c1

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

odoo/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,9 @@ The default configuration file for the server (located at `/etc/odoo/openerp-ser
4343

4444
docker run -v /path/to/config:/etc/odoo -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo
4545

46-
Please use [this configuration template](https://github.com/odoo/docker/blob/master/8.0/openerp-server.conf)
47-
to write your custom configuration as we already set some arguments for running
48-
Odoo inside a Docker container.
46+
Please use [this configuration template](https://github.com/odoo/docker/blob/master/8.0/openerp-server.conf) to write your custom configuration as we already set some arguments for running Odoo inside a Docker container.
4947

50-
You can also directly specify Odoo arguments inline. Those arguments must be
51-
given after the keyword `--` in the command-line, as follows
48+
You can also directly specify Odoo arguments inline. Those arguments must be given after the keyword `--` in the command-line, as follows
5249

5350
docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo -- --dbfilter=odoo_db_.*
5451

@@ -69,9 +66,7 @@ Please note that for plain use of mails and reports functionalities, when the ho
6966

7067
Suppose you created a database from an Odoo instance named old-odoo, and you want to access this database from a new Odoo instance named new-odoo, e.g. because you've just downloaded a newer Odoo image.
7168

72-
By default, Odoo 8.0 uses a filestore (located at /var/lib/odoo/filestore/)
73-
for attachments. You should restore this filestore in your new Odoo instance by
74-
running
69+
By default, Odoo 8.0 uses a filestore (located at /var/lib/odoo/filestore/) for attachments. You should restore this filestore in your new Odoo instance by running
7570

7671
docker run --volumes-from old-odoo -p 127.0.0.1:8070:8069 --name new-odoo --link db:db -t odoo
7772

odoo/content.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ The default configuration file for the server (located at `/etc/odoo/openerp-ser
3737

3838
docker run -v /path/to/config:/etc/odoo -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo
3939

40-
Please use [this configuration template](https://github.com/odoo/docker/blob/master/8.0/openerp-server.conf)
41-
to write your custom configuration as we already set some arguments for running
42-
Odoo inside a Docker container.
40+
Please use [this configuration template](https://github.com/odoo/docker/blob/master/8.0/openerp-server.conf) to write your custom configuration as we already set some arguments for running Odoo inside a Docker container.
4341

44-
You can also directly specify Odoo arguments inline. Those arguments must be
45-
given after the keyword `--` in the command-line, as follows
42+
You can also directly specify Odoo arguments inline. Those arguments must be given after the keyword `--` in the command-line, as follows
4643

4744
docker run -p 127.0.0.1:8069:8069 --name odoo --link db:db -t odoo -- --dbfilter=odoo_db_.*
4845

@@ -63,9 +60,7 @@ Please note that for plain use of mails and reports functionalities, when the ho
6360

6461
Suppose you created a database from an Odoo instance named old-odoo, and you want to access this database from a new Odoo instance named new-odoo, e.g. because you've just downloaded a newer Odoo image.
6562

66-
By default, Odoo 8.0 uses a filestore (located at /var/lib/odoo/filestore/)
67-
for attachments. You should restore this filestore in your new Odoo instance by
68-
running
63+
By default, Odoo 8.0 uses a filestore (located at /var/lib/odoo/filestore/) for attachments. You should restore this filestore in your new Odoo instance by running
6964

7065
docker run --volumes-from old-odoo -p 127.0.0.1:8070:8069 --name new-odoo --link db:db -t odoo
7166

0 commit comments

Comments
 (0)