feat(receiving): module scaffold + fp.receiving.damage + fp.receiving.line models

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-12 19:18:57 -04:00
parent 269469aa4f
commit d06b9fd522
15 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2026 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
# Part of the Fusion Plating product family.
from . import fp_receiving_damage
from . import fp_receiving_line
from . import fp_receiving
from . import sale_order
from . import mrp_production