mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] migrate to version 9.0
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
91a42db833
commit
052eb08abb
@@ -14,7 +14,7 @@ Usage
|
||||
|
||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/153/8.0
|
||||
:target: https://runbot.odoo-community.org/runbot/153/9.0
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
# Copyright 2016 AvanzOSC
|
||||
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||
# Copyright 2016 Eficent Business and IT Consulting Services, S.L.
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Reordering rules stock info",
|
||||
"version": "8.0.1.0.0",
|
||||
"version": "9.0.1.0.0",
|
||||
"depends": [
|
||||
"stock",
|
||||
],
|
||||
|
||||
@@ -23,14 +23,12 @@
|
||||
<field name="model">stock.warehouse.orderpoint</field>
|
||||
<field name="inherit_id" ref="stock.view_warehouse_orderpoint_form" />
|
||||
<field name="arch" type="xml">
|
||||
<group string="Rules" position="after">
|
||||
<group string="Stock Info">
|
||||
<field name="product_location_qty" />
|
||||
<field name="incoming_location_qty" />
|
||||
<field name="outgoing_location_qty" />
|
||||
<field name="virtual_location_qty" />
|
||||
</group>
|
||||
</group>
|
||||
<field name="qty_multiple" position="after">
|
||||
<field name="product_location_qty" />
|
||||
<field name="incoming_location_qty" />
|
||||
<field name="outgoing_location_qty" />
|
||||
<field name="virtual_location_qty" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -42,16 +40,15 @@
|
||||
<field name="product_id" position="after">
|
||||
<field name="product_category" filter_domain="[('product_category','child_of',self)]"/>
|
||||
</field>
|
||||
<filter string="Warehouse" position="before">
|
||||
<filter string="Product" icon="terp-go-home"
|
||||
<xpath expr="//group[1]" position="inside">
|
||||
<filter string="Product"
|
||||
domain="[]"
|
||||
context="{'group_by':'product_id'}"/>
|
||||
<filter string="Product Category" icon="terp-go-home"
|
||||
<filter string="Product Category"
|
||||
domain="[]"
|
||||
context="{'group_by':'product_category'}"/>
|
||||
</filter>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user