finance/odoo*: Fix typo 'defualt' -> 'default'

Approved by:    acm@
This commit is contained in:
Jesús Daniel Colmenares Oviedo 2025-09-15 16:23:01 -04:00
parent 1afebf0515
commit 18894de423
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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