Skip to main content

YGC17 — Yatco Group of Companies

This is the documentation site for the Odoo 17 deployment of Yatco Group of Companies (YGC), built and maintained by RedTech IT Solutions.

Companies in scope

The YGC deployment hosts multiple legal entities, each with its own Odoo database:

EntityCode
Bay Waters Corp.baywaters17
APYapy17
McDelights South, Inc.mdsi
Silver Spoon Concepts, Inc.ssci17
DPYdpy17
DPY Cafedpy_cafe
Innovasys, Inc.innovasys17
Pepper Lunchpepperlunch
CDC Shoppecdc_shoppe
Petron Mega South Gas, Inc.petron17
South Hubsouthhub17
Treatstreats17

Most company modules depend on the shared custom module red17_base_accounting which extends Odoo's standard accounting with YGC-specific journal customizations, payment views, company settings, and report views.

What's in this site

  • Migration — phased runbooks for cleanup work currently in progress (multi-branch journal restructure, sequence fixes)
  • Configuration — reference docs for journals, sequences, lock dates, and multi-branch setup patterns
  • More to come as we document standard procedures, BIR books, reconciliation flows, and per-company specifics.

Conventions

  • Code blocks are runnable as-is unless marked otherwise
  • SQL queries are read-only unless they include UPDATE/DELETE/INSERT — destructive operations always carry a warning
  • All commands assume:
    • psql connecting to a local PostgreSQL with user odoo17
    • Odoo running from /Users/jsalinga/odoo/odoo17/
    • Custom addons at /Users/jsalinga/odoo/odoo17/custom/ygc17/

Repository

Source: /Users/jsalinga/odoo/odoo17/custom/ygc17/ygc17-docs/

To contribute: edit Markdown files under docs/ and submit changes alongside the Odoo addon updates they describe.