17 lines
447 B
XML
17 lines
447 B
XML
<?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>
|
|
|
|
<!-- Batches menu item under Plating > Operations -->
|
|
<menuitem id="menu_fp_batches"
|
|
name="Batches"
|
|
parent="fusion_plating.menu_fp_operations"
|
|
action="action_fp_batch"
|
|
sequence="15"/>
|
|
|
|
</odoo>
|