Split 49 modules/suites into independent git repos; untrack from monorepo
Each top-level module/suite folder is now its own private repo on GitHub (gsinghpal/<name>) and gitea (admin/<name>), with a fresh single initial commit. The monorepo no longer tracks them (added to .gitignore + git rm --cached); working-tree files are retained on disk and managed in their own repos. The monorepo keeps shared root files (CLAUDE.md, docs/, scripts/, tools/, AGENTS.md, WIP/obsolete dirs) and full history. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2026 Nexa Systems Inc.
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
# Part of the Fusion Plating product family.
|
||||
#
|
||||
# Sub 7 - company-wide default for the IoT sensor polling interval.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
x_fc_default_poll_interval_minutes = fields.Integer(
|
||||
string='IoT default polling interval (minutes)',
|
||||
default=30,
|
||||
help='Applied to any fp.tank.sensor that does not set its own '
|
||||
'Polling Interval. Used by the ingest endpoint to drop '
|
||||
'readings that arrive inside the interval, keeping the '
|
||||
'database clean even when a Pi agent polls more often.',
|
||||
)
|
||||
Reference in New Issue
Block a user