mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-23 03:52:03 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="mrp_bom_view_notes_form" model="ir.ui.view">
|
||||
<field name="name">mrp.bom.notes.form</field>
|
||||
<field name="model">mrp.bom</field>
|
||||
<field name="inherit_id" ref="mrp.mrp_bom_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<notebook position="inside">
|
||||
<page string="Notes">
|
||||
<field name="notes" nolabel="1" />
|
||||
</page>
|
||||
</notebook>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="report_mrporder" inherit_id="mrp.report_mrporder">
|
||||
<xpath
|
||||
expr="//t[@t-call='mrp.report_mrp_production_components']"
|
||||
position="after"
|
||||
>
|
||||
<div t-if="o.bom_id">
|
||||
<span t-field="o.bom_id.notes" />
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue