This commit is contained in:
rodia
2025-09-04 15:28:31 -03:00
parent 5ad1837d2d
commit bef22fc95c
11 changed files with 331 additions and 10 deletions

22
demo/data/config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"company_country": "CO",
"company_subdivision": "CO-CUN",
"languages": {
"codes": ["en", "pt", "es", "es_419"]
},
"company_language": "es_419",
"company_timezone": "America/Bogota",
"currencies": {
"codes": ["USD", "BRL", "COP"]
},
"company_currency": "COP",
"modules": [
"company",
"country",
"currency",
"party",
"product",
"sale_point"
]
}