mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-26 21:12:01 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -21,6 +21,15 @@
|
|||
<field name="binding_model_id" ref="model_mrp_bom"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
<record id="action_report_mrp_mo_overview" model="ir.actions.report">
|
||||
<field name="name">MO Overview</field>
|
||||
<field name="model">mrp.production</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">mrp.report_mo_overview</field>
|
||||
<field name="report_file">mrp.report_mo_overview</field>
|
||||
<field name="print_report_name">'MO Overview - %s' % object.display_name</field>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
<record id="label_manufacture_template" model="ir.actions.report">
|
||||
<field name="name">Finished Product Label (ZPL)</field>
|
||||
<field name="model">mrp.production</field>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue