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,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 Nexa Systems Inc.
License OPL-1 (Odoo Proprietary License v1.0)
Part of the Fusion Plating product family.
-->
<odoo noupdate="1">
<record id="seq_fp_receiving" model="ir.sequence">
<field name="name">Fusion Plating: Receiving</field>
<field name="code">fp.receiving</field>
<field name="prefix">RCV-</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
</record>
</odoo>