mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_request_tier_validation: Migration to 14.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"name": "Stock Request Tier Validation",
|
||||
"summary": "Extends the functionality of Stock Requests to "
|
||||
"support a tier validation process.",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"category": "Warehouse",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
|
||||
@@ -113,37 +113,4 @@
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
<record id="tier_review_order_form_wiz" model="ir.ui.view">
|
||||
<field name="name">stock.request.order.reviews</field>
|
||||
<field name="model">stock.request.order</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Tier Review">
|
||||
<group>
|
||||
<field name="review_ids" nolabel="1" readonly="1">
|
||||
<tree
|
||||
create="false"
|
||||
decoration-danger="status=='rejected'"
|
||||
decoration-warning="status=='pending'"
|
||||
decoration-success="status=='approved'"
|
||||
>
|
||||
<field name="sequence" />
|
||||
<field name="requested_by" />
|
||||
<field name="review_type" />
|
||||
<field name="name" />
|
||||
<field name="status" />
|
||||
<field name="done_by" />
|
||||
</tree>
|
||||
</field>
|
||||
</group>
|
||||
<footer>
|
||||
<button
|
||||
name="dismiss_popup"
|
||||
type="object"
|
||||
string="Dismiss"
|
||||
class="oe_highlight"
|
||||
/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
@@ -113,37 +113,4 @@
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
<record id="tier_review_form_wiz" model="ir.ui.view">
|
||||
<field name="name">stock.request.order.reviews</field>
|
||||
<field name="model">stock.request.order</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Tier Review">
|
||||
<group>
|
||||
<field name="review_ids" nolabel="1" readonly="1">
|
||||
<tree
|
||||
create="false"
|
||||
decoration-danger="status=='rejected'"
|
||||
decoration-warning="status=='pending'"
|
||||
decoration-success="status=='approved'"
|
||||
>
|
||||
<field name="sequence" />
|
||||
<field name="requested_by" />
|
||||
<field name="review_type" />
|
||||
<field name="name" />
|
||||
<field name="status" />
|
||||
<field name="done_by" />
|
||||
</tree>
|
||||
</field>
|
||||
</group>
|
||||
<footer>
|
||||
<button
|
||||
name="dismiss_popup"
|
||||
type="object"
|
||||
string="Dismiss"
|
||||
class="oe_highlight"
|
||||
/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user