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:
| Entity | Code |
|---|---|
| Bay Waters Corp. | baywaters17 |
| APY | apy17 |
| McDelights South, Inc. | mdsi |
| Silver Spoon Concepts, Inc. | ssci17 |
| DPY | dpy17 |
| DPY Cafe | dpy_cafe |
| Innovasys, Inc. | innovasys17 |
| Pepper Lunch | pepperlunch |
| CDC Shoppe | cdc_shoppe |
| Petron Mega South Gas, Inc. | petron17 |
| South Hub | southhub17 |
| Treats | treats17 |
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:
psqlconnecting to a local PostgreSQL with userodoo17- 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.