From fb8beffb36c23ddd286dcf155701ff848fbed5f0 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Thu, 21 Jun 2018 12:10:12 +0200 Subject: [PATCH] [11.0] stock_demand_estimate: add simple pivot view --- stock_demand_estimate/README.rst | 3 +- stock_demand_estimate/__manifest__.py | 2 +- .../views/stock_demand_estimate_view.xml | 100 ++++++++++-------- 3 files changed, 59 insertions(+), 46 deletions(-) diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 4076d5886..5814c3a6c 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 ===================== @@ -57,6 +57,7 @@ Contributors ------------ * Jordi Ballester Alomar +* Lois Rilo Maintainer ---------- diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py index 075dd1cc9..6c33f7337 100644 --- a/stock_demand_estimate/__manifest__.py +++ b/stock_demand_estimate/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "11.0.1.1.0", + "version": "11.0.1.2.0", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index f6e412c91..dcdf7159c 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -1,53 +1,65 @@ - - stock.demand.estimate.tree - stock.demand.estimate - - - - - - - - - - - - + + stock.demand.estimate.tree + stock.demand.estimate + + + + + + + + + + + + - - stock.demand.estimate.search - stock.demand.estimate - - - - - - - - + + stock.demand.estimate.pivot + stock.demand.estimate + + + + + + + + - - Stock Demand Estimates - ir.actions.act_window - stock.demand.estimate - form - tree,form - - + + stock.demand.estimate.search + stock.demand.estimate + + + + + + + + - + + Stock Demand Estimates + ir.actions.act_window + stock.demand.estimate + form + tree,pivot + + - + + +