mirror of https://git.FreeBSD.org/ports.git
finance/odoo*: Fix typo 'defualt' -> 'default'
Approved by: acm@
This commit is contained in:
parent
1afebf0515
commit
18894de423
|
@ -17,7 +17,7 @@ Odoo 18 ERP was installed
|
|||
3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines:
|
||||
|
||||
odoo_database="postgresql_odoo_database_name" # This is odoodb by default
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by default
|
||||
|
||||
4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Odoo 16 ERP was installed
|
|||
3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines:
|
||||
|
||||
odoo_database="postgresql_odoo_database_name" # This is odoodb by default
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by default
|
||||
|
||||
4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ Odoo 17 ERP was installed
|
|||
3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines:
|
||||
|
||||
odoo_database="postgresql_odoo_database_name" # This is odoodb by default
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt
|
||||
odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by default
|
||||
|
||||
4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue