Skip to content
Discussion options

You must be logged in to vote

The shortest path is to create a Partner Pack rather than edit all of the core settings separately. A pack is specifically meant to bundle a region's locale, currency, cost catalogues, validation presets, and onboarding defaults.

  1. Scaffold a pack:
openconstructionerp pack new my-region

This creates a ready-to-edit folder containing manifest.json, logo.svg, onboarding.yaml, and a README. The full workflow is documented in Partner Packs — Onboarding & Reference Guide.

  1. Put the regional defaults in manifest.json. A minimal useful example is:
{
  "slug": "my-region",
  "partner_name": "My Region Construction Pack",
  "default_locale": "xx",
  "additional_locales": { "xx": "locales/xx.json"

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@rfwn
Comment options

@yhay81
Comment options

@rfwn
Comment options

@yhay81
Comment options

Answer selected by datadrivenconstruction
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants