mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Total refactorization with new API, README files, and new concepts. * Triggers for product category * ACLs * Tolerances in questions * one2many copyable * Fix some views * Error on same tolerance * Colors on inspection lines * Unify inspection header data assignment in set_test method * key name in set_test * Change icon set
21 lines
547 B
XML
21 lines
547 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
|
|
<menuitem name="Quality control"
|
|
id="qc_menu"
|
|
groups="group_quality_control_user"
|
|
sequence="40" />
|
|
|
|
<menuitem name="Inspections"
|
|
parent="qc_menu"
|
|
id="qc_inspection_menu_parent"
|
|
sequence="10" />
|
|
|
|
<menuitem parent="qc_menu"
|
|
name="Tests"
|
|
id="qc_menu_test_parent"
|
|
sequence="20" />
|
|
</data>
|
|
</openerp>
|