From 7332db0548c9c5bfd5cfd4c71bb6ec64a41ee8a0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Apr 2024 07:38:03 +0000 Subject: [PATCH] [IMP]spreadsheet_dashboard_subscription_oca: Add a dashboard to the subscription_oca module --- .../spreadsheet_dashboard_subscription_oca | 1 + .../setup.py | 6 + .../README.rst | 76 + .../__init__.py | 0 .../__manifest__.py | 16 + .../data/dashboards.xml | 20 + .../data/files/Subscription.json | 7401 +++++++++++++++++ .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 420 + 10 files changed, 7942 insertions(+) create mode 120000 setup/spreadsheet_dashboard_subscription_oca/odoo/addons/spreadsheet_dashboard_subscription_oca create mode 100644 setup/spreadsheet_dashboard_subscription_oca/setup.py create mode 100644 spreadsheet_dashboard_subscription_oca/README.rst create mode 100644 spreadsheet_dashboard_subscription_oca/__init__.py create mode 100644 spreadsheet_dashboard_subscription_oca/__manifest__.py create mode 100644 spreadsheet_dashboard_subscription_oca/data/dashboards.xml create mode 100644 spreadsheet_dashboard_subscription_oca/data/files/Subscription.json create mode 100644 spreadsheet_dashboard_subscription_oca/readme/CONTRIBUTORS.rst create mode 100644 spreadsheet_dashboard_subscription_oca/readme/DESCRIPTION.rst create mode 100644 spreadsheet_dashboard_subscription_oca/static/description/index.html diff --git a/setup/spreadsheet_dashboard_subscription_oca/odoo/addons/spreadsheet_dashboard_subscription_oca b/setup/spreadsheet_dashboard_subscription_oca/odoo/addons/spreadsheet_dashboard_subscription_oca new file mode 120000 index 0000000000..9732352555 --- /dev/null +++ b/setup/spreadsheet_dashboard_subscription_oca/odoo/addons/spreadsheet_dashboard_subscription_oca @@ -0,0 +1 @@ +../../../../spreadsheet_dashboard_subscription_oca \ No newline at end of file diff --git a/setup/spreadsheet_dashboard_subscription_oca/setup.py b/setup/spreadsheet_dashboard_subscription_oca/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/spreadsheet_dashboard_subscription_oca/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/spreadsheet_dashboard_subscription_oca/README.rst b/spreadsheet_dashboard_subscription_oca/README.rst new file mode 100644 index 0000000000..3c952b6a28 --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/README.rst @@ -0,0 +1,76 @@ +========================================== +Spreadsheet dashboard for subscription_oca +========================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:51a4c1b2e06c2b7fa65e8f3573768a3adea490c2c4b562bcf2b36f0971e4ce81 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github + :target: https://github.com/OCA/contract/tree/16.0/spreadsheet_dashboard_subscription_oca + :alt: OCA/contract +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-spreadsheet_dashboard_subscription_oca + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to set a subscription dashboard in sale dashboard. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Domatix + +Contributors +~~~~~~~~~~~~ + +* Germán López + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/contract `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/spreadsheet_dashboard_subscription_oca/__init__.py b/spreadsheet_dashboard_subscription_oca/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/spreadsheet_dashboard_subscription_oca/__manifest__.py b/spreadsheet_dashboard_subscription_oca/__manifest__.py new file mode 100644 index 0000000000..135c8c9943 --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/__manifest__.py @@ -0,0 +1,16 @@ +{ + "name": "Spreadsheet dashboard for subscription_oca", + "version": "16.0.1.0.0", + "category": "Hidden", + "summary": "Spreadsheet", + "website": "https://github.com/OCA/contract", + "depends": ["spreadsheet_dashboard", "subscription_oca"], + "author": "Domatix, Odoo Community Association (OCA)", + "data": [ + "data/dashboards.xml", + ], + "demo": [], + "installable": True, + "license": "LGPL-3", + "assets": {}, +} diff --git a/spreadsheet_dashboard_subscription_oca/data/dashboards.xml b/spreadsheet_dashboard_subscription_oca/data/dashboards.xml new file mode 100644 index 0000000000..aeee35767f --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/data/dashboards.xml @@ -0,0 +1,20 @@ + + + + Subscription + + + + 100 + + diff --git a/spreadsheet_dashboard_subscription_oca/data/files/Subscription.json b/spreadsheet_dashboard_subscription_oca/data/files/Subscription.json new file mode 100644 index 0000000000..cbbc9e7678 --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/data/files/Subscription.json @@ -0,0 +1,7401 @@ +{ + "version": 12.5, + "sheets": [ + { + "id": "Sheet1", + "name": "Sheet1", + "colNumber": 15, + "rowNumber": 80, + "rows": {}, + "cols": { + "0": { + "size": 72 + }, + "1": { + "size": 63 + }, + "2": { + "size": 85 + }, + "3": { + "size": 115 + }, + "4": { + "size": 259 + }, + "5": { + "size": 117 + }, + "6": { + "size": 119 + }, + "9": { + "size": 266 + }, + "10": { + "size": 147 + }, + "11": { + "size": 116 + } + }, + "merges": [ + "B69:C69", + "I70:J70", + "I71:J71", + "I72:J72", + "I73:J73", + "I74:J74", + "D56:E56", + "D58:E58", + "D57:E57", + "D70:E70", + "D71:E71", + "D72:E72", + "D73:E73", + "I56:J56", + "I57:J57", + "I58:J58", + "I59:J59", + "I60:J60", + "D59:E59", + "D60:E60", + "D61:E61", + "D62:E62", + "D63:E63", + "D64:E64", + "D65:E65", + "D66:E66", + "D74:E74", + "D75:E75", + "D76:E76", + "D77:E77", + "D78:E78", + "D79:E79", + "D80:E80", + "I75:J75", + "I76:J76", + "I77:J77", + "I78:J78", + "I79:J79", + "I80:J80", + "I61:J61", + "I62:J62", + "I63:J63", + "I64:J64", + "I65:J65", + "I66:J66" + ], + "cells": { + "A1": { + "style": 1 + }, + "A2": { + "style": 1 + }, + "A3": { + "style": 1 + }, + "A4": { + "style": 1 + }, + "A5": { + "style": 1 + }, + "A6": { + "style": 1 + }, + "A7": { + "style": 1 + }, + "A8": { + "style": 1 + }, + "A9": { + "style": 1 + }, + "A10": { + "style": 1 + }, + "A11": { + "style": 1 + }, + "A12": { + "style": 1 + }, + "A69": { + "style": 2 + }, + "A70": { + "style": 3 + }, + "A71": { + "style": 2 + }, + "A72": { + "style": 2 + }, + "A73": { + "style": 2 + }, + "A74": { + "style": 2 + }, + "A75": { + "style": 2 + }, + "A76": { + "style": 3 + }, + "A77": { + "style": 3 + }, + "A78": { + "style": 2 + }, + "A79": { + "style": 3 + }, + "A80": { + "style": 2 + }, + "B1": { + "style": 1 + }, + "B2": { + "style": 1 + }, + "B3": { + "style": 1 + }, + "B4": { + "style": 1 + }, + "B5": { + "style": 1 + }, + "B6": { + "style": 1 + }, + "B7": { + "style": 1 + }, + "B8": { + "style": 1 + }, + "B9": { + "style": 1 + }, + "B10": { + "style": 1 + }, + "B11": { + "style": 1 + }, + "B12": { + "style": 1 + }, + "B69": { + "style": 2 + }, + "B70": { + "style": 3 + }, + "B71": { + "style": 2 + }, + "B72": { + "style": 2 + }, + "B73": { + "style": 2 + }, + "B74": { + "style": 2 + }, + "B75": { + "style": 2 + }, + "B76": { + "style": 3 + }, + "B77": { + "style": 3 + }, + "B78": { + "style": 2 + }, + "B79": { + "style": 3 + }, + "B80": { + "style": 2 + }, + "C1": { + "style": 1 + }, + "C2": { + "style": 1 + }, + "C3": { + "style": 1 + }, + "C4": { + "style": 1 + }, + "C5": { + "style": 1 + }, + "C6": { + "style": 1 + }, + "C7": { + "style": 1 + }, + "C8": { + "style": 1 + }, + "C9": { + "style": 1 + }, + "C10": { + "style": 1 + }, + "C11": { + "style": 1 + }, + "C12": { + "style": 1 + }, + "C13": { + "format": 1 + }, + "C14": { + "format": 1 + }, + "C15": { + "format": 1 + }, + "C16": { + "format": 1 + }, + "C17": { + "format": 1 + }, + "C18": { + "format": 1 + }, + "C19": { + "format": 1 + }, + "C20": { + "format": 1 + }, + "C21": { + "format": 1 + }, + "C22": { + "format": 1 + }, + "C23": { + "format": 1 + }, + "C24": { + "format": 1 + }, + "C25": { + "format": 1 + }, + "C26": { + "format": 1 + }, + "C27": { + "format": 1 + }, + "C28": { + "format": 1 + }, + "C29": { + "format": 1 + }, + "C30": { + "format": 1 + }, + "C31": { + "format": 1 + }, + "C32": { + "format": 1 + }, + "C33": { + "format": 1 + }, + "C34": { + "format": 1 + }, + "C35": { + "format": 1 + }, + "C36": { + "format": 1 + }, + "C37": { + "format": 1 + }, + "C38": { + "format": 1 + }, + "C40": { + "format": 2 + }, + "C41": { + "format": 1 + }, + "C43": { + "format": 1 + }, + "C69": { + "style": 2 + }, + "C70": { + "style": 3 + }, + "C71": { + "style": 2 + }, + "C72": { + "style": 2 + }, + "C73": { + "style": 2 + }, + "C74": { + "style": 2 + }, + "C75": { + "style": 2 + }, + "C76": { + "style": 3 + }, + "C77": { + "style": 3 + }, + "C78": { + "style": 2 + }, + "C79": { + "style": 2 + }, + "C80": { + "style": 2 + }, + "D1": { + "style": 1 + }, + "D2": { + "style": 1 + }, + "D3": { + "style": 1 + }, + "D4": { + "style": 1 + }, + "D5": { + "style": 1 + }, + "D6": { + "style": 1 + }, + "D7": { + "style": 1 + }, + "D8": { + "style": 4, + "content": "Ingresos Recurrentes Mensuales", + "border": 1 + }, + "D9": { + "style": 1, + "border": 2 + }, + "D10": { + "style": 1 + }, + "D11": { + "style": 1 + }, + "D12": { + "style": 1 + }, + "D13": { + "format": 3 + }, + "D14": { + "format": 3 + }, + "D15": { + "format": 3 + }, + "D16": { + "format": 3 + }, + "D17": { + "format": 3 + }, + "D18": { + "format": 3 + }, + "D19": { + "format": 3 + }, + "D20": { + "format": 3 + }, + "D21": { + "format": 3 + }, + "D22": { + "format": 3 + }, + "D23": { + "format": 3 + }, + "D24": { + "style": 4, + "format": 3, + "content": "Ingresos Recurrentes Plantillas de Suscripciones", + "border": 1 + }, + "D25": { + "format": 3, + "border": 2 + }, + "D26": { + "format": 3 + }, + "D27": { + "format": 3 + }, + "D28": { + "format": 3 + }, + "D29": { + "format": 3 + }, + "D30": { + "format": 3 + }, + "D31": { + "format": 3 + }, + "D32": { + "format": 3 + }, + "D33": { + "format": 3 + }, + "D34": { + "format": 3 + }, + "D35": { + "format": 3 + }, + "D36": { + "format": 3 + }, + "D37": { + "format": 3 + }, + "D38": { + "format": 3 + }, + "D40": { + "style": 5, + "format": 4, + "content": "Top Suscriptores", + "border": 1 + }, + "D41": { + "format": 3, + "border": 2 + }, + "D42": { + "style": 6, + "content": "=_t(\"Nombre\")" + }, + "D43": { + "style": 7, + "content": "=ODOO.LIST(4,1,\"name\")" + }, + "D44": { + "style": 8, + "content": "=ODOO.LIST(4,2,\"name\")" + }, + "D45": { + "style": 7, + "content": "=ODOO.LIST(4,3,\"name\")" + }, + "D46": { + "style": 8, + "content": "=ODOO.LIST(4,4,\"name\")" + }, + "D47": { + "style": 7, + "content": "=ODOO.LIST(4,5,\"name\")" + }, + "D48": { + "style": 8, + "content": "=ODOO.LIST(4,6,\"name\")" + }, + "D49": { + "style": 7, + "content": "=ODOO.LIST(4,7,\"name\")" + }, + "D50": { + "style": 8, + "content": "=ODOO.LIST(4,8,\"name\")" + }, + "D51": { + "style": 7, + "content": "=ODOO.LIST(4,9,\"name\")" + }, + "D52": { + "style": 8, + "content": "=ODOO.LIST(4,10,\"name\")" + }, + "D54": { + "style": 4, + "content": "Top Planes", + "border": 1 + }, + "D56": { + "style": 1, + "content": "=_t(\"Plan\")" + }, + "D57": { + "style": 9, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",1)" + }, + "D58": { + "style": 10, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",2)" + }, + "D59": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",3)" + }, + "D60": { + "style": 12, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",4)" + }, + "D61": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",5)" + }, + "D62": { + "style": 12, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",6)" + }, + "D63": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",7)" + }, + "D64": { + "style": 12, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",8)" + }, + "D65": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",9)" + }, + "D66": { + "style": 12, + "content": "=ODOO.PIVOT.HEADER(21,\"#template_id\",10)" + }, + "D68": { + "style": 4, + "content": "Estado de las suscripcones", + "border": 1 + }, + "D69": { + "style": 2, + "border": 2 + }, + "D70": { + "style": 13, + "content": "=_t(\"Estado\")" + }, + "D71": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",1)" + }, + "D72": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",2)" + }, + "D73": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",3)" + }, + "D74": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",4)" + }, + "D75": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",5)" + }, + "D76": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",6)" + }, + "D77": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",7)" + }, + "D78": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",8)" + }, + "D79": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",9)" + }, + "D80": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(32,\"#stage_id\",10)" + }, + "E1": { + "style": 1 + }, + "E2": { + "style": 1 + }, + "E3": { + "style": 1 + }, + "E4": { + "style": 1 + }, + "E5": { + "style": 1 + }, + "E6": { + "style": 1 + }, + "E7": { + "style": 1 + }, + "E8": { + "style": 1, + "border": 1 + }, + "E9": { + "style": 1, + "border": 2 + }, + "E10": { + "style": 1 + }, + "E11": { + "style": 1 + }, + "E12": { + "style": 1 + }, + "E40": { + "style": 5, + "border": 1 + }, + "E42": { + "style": 6, + "content": "=_t(\"Socio\")" + }, + "E43": { + "style": 16, + "content": "=ODOO.LIST(4,1,\"partner_id\")" + }, + "E44": { + "style": 17, + "content": "=ODOO.LIST(4,2,\"partner_id\")" + }, + "E45": { + "style": 18, + "content": "=ODOO.LIST(4,3,\"partner_id\")" + }, + "E46": { + "style": 19, + "content": "=ODOO.LIST(4,4,\"partner_id\")" + }, + "E47": { + "style": 18, + "content": "=ODOO.LIST(4,5,\"partner_id\")" + }, + "E48": { + "style": 19, + "content": "=ODOO.LIST(4,6,\"partner_id\")" + }, + "E49": { + "style": 18, + "content": "=ODOO.LIST(4,7,\"partner_id\")" + }, + "E50": { + "style": 19, + "content": "=ODOO.LIST(4,8,\"partner_id\")" + }, + "E51": { + "style": 18, + "content": "=ODOO.LIST(4,9,\"partner_id\")" + }, + "E52": { + "style": 19, + "content": "=ODOO.LIST(4,10,\"partner_id\")" + }, + "E53": { + "style": 20 + }, + "E56": { + "style": 1 + }, + "E57": { + "style": 9 + }, + "E58": { + "style": 10 + }, + "E59": { + "style": 11 + }, + "E60": { + "style": 12 + }, + "E61": { + "style": 11 + }, + "E62": { + "style": 12 + }, + "E63": { + "style": 11 + }, + "E64": { + "style": 12 + }, + "E65": { + "style": 11 + }, + "E66": { + "style": 12 + }, + "E69": { + "style": 2, + "border": 2 + }, + "E70": { + "style": 13 + }, + "E71": { + "style": 14 + }, + "E72": { + "style": 15 + }, + "E73": { + "style": 14 + }, + "E74": { + "style": 15 + }, + "E75": { + "style": 14 + }, + "E76": { + "style": 15 + }, + "E77": { + "style": 14 + }, + "E78": { + "style": 15 + }, + "E79": { + "style": 14 + }, + "E80": { + "style": 15 + }, + "F1": { + "style": 1 + }, + "F2": { + "style": 1 + }, + "F3": { + "style": 1 + }, + "F4": { + "style": 1 + }, + "F5": { + "style": 1 + }, + "F6": { + "style": 1 + }, + "F7": { + "style": 1 + }, + "F8": { + "style": 1, + "border": 1 + }, + "F9": { + "style": 1, + "border": 2 + }, + "F10": { + "style": 1 + }, + "F11": { + "style": 1 + }, + "F12": { + "style": 1 + }, + "F24": { + "style": 4, + "border": 1 + }, + "F40": { + "style": 5, + "border": 1 + }, + "F42": { + "style": 6, + "content": "=_t(\"Plantilla Suscripci\u00f3n\")" + }, + "F43": { + "style": 16, + "content": "=ODOO.LIST(6,1,\"template_id\")" + }, + "F44": { + "style": 17, + "content": "=ODOO.LIST(6,2,\"template_id\")" + }, + "F45": { + "style": 18, + "content": "=ODOO.LIST(6,3,\"template_id\")" + }, + "F46": { + "style": 19, + "content": "=ODOO.LIST(6,4,\"template_id\")" + }, + "F47": { + "style": 18, + "content": "=ODOO.LIST(6,5,\"template_id\")" + }, + "F48": { + "style": 19, + "content": "=ODOO.LIST(6,6,\"template_id\")" + }, + "F49": { + "style": 18, + "content": "=ODOO.LIST(6,7,\"template_id\")" + }, + "F50": { + "style": 19, + "content": "=ODOO.LIST(6,8,\"template_id\")" + }, + "F51": { + "style": 18, + "content": "=ODOO.LIST(6,9,\"template_id\")" + }, + "F52": { + "style": 19, + "content": "=ODOO.LIST(6,10,\"template_id\")" + }, + "F56": { + "style": 6, + "content": "=_t(\"Importe Total\")" + }, + "F57": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",1)" + }, + "F58": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",2)" + }, + "F59": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",3)" + }, + "F60": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",4)" + }, + "F61": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",5)" + }, + "F62": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",6)" + }, + "F63": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",7)" + }, + "F64": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",8)" + }, + "F65": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",9)" + }, + "F66": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"amount_total\",\"template_id\",10)" + }, + "F69": { + "style": 2, + "border": 2 + }, + "F70": { + "style": 21, + "content": "=_t(\"Importe Total\")" + }, + "F71": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",1)" + }, + "F72": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",2)" + }, + "F73": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",3)" + }, + "F74": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",4)" + }, + "F75": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",5)" + }, + "F76": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",6)" + }, + "F77": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",7)" + }, + "F78": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",8)" + }, + "F79": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",9)" + }, + "F80": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"amount_total\",\"stage_id\",10)" + }, + "G42": { + "style": 6, + "content": "=_t(\"Importe Total\")" + }, + "G43": { + "style": 16, + "content": "=ODOO.LIST(4,1,\"amount_total\")" + }, + "G44": { + "style": 17, + "content": "=ODOO.LIST(4,2,\"amount_total\")" + }, + "G45": { + "style": 18, + "content": "=ODOO.LIST(4,3,\"amount_total\")" + }, + "G46": { + "style": 19, + "content": "=ODOO.LIST(4,4,\"amount_total\")" + }, + "G47": { + "style": 18, + "content": "=ODOO.LIST(4,5,\"amount_total\")" + }, + "G48": { + "style": 19, + "content": "=ODOO.LIST(4,6,\"amount_total\")" + }, + "G49": { + "style": 18, + "content": "=ODOO.LIST(4,7,\"amount_total\")" + }, + "G50": { + "style": 19, + "content": "=ODOO.LIST(4,8,\"amount_total\")" + }, + "G51": { + "style": 18, + "content": "=ODOO.LIST(4,9,\"amount_total\")" + }, + "G52": { + "style": 19, + "content": "=ODOO.LIST(4,10,\"amount_total\")" + }, + "G56": { + "style": 6, + "content": "=_t(\"Cuenta\")" + }, + "G57": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",1)" + }, + "G58": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",2)" + }, + "G59": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",3)" + }, + "G60": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",4)" + }, + "G61": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",5)" + }, + "G62": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",6)" + }, + "G63": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",7)" + }, + "G64": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",8)" + }, + "G65": { + "style": 18, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",9)" + }, + "G66": { + "style": 19, + "content": "=ODOO.PIVOT(21,\"__count\",\"template_id\",10)" + }, + "G69": { + "style": 2, + "border": 2 + }, + "G70": { + "style": 21, + "content": "=_t(\"Cuenta\")" + }, + "G71": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",1)" + }, + "G72": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",2)" + }, + "G73": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",3)" + }, + "G74": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",4)" + }, + "G75": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",5)" + }, + "G76": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",6)" + }, + "G77": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",7)" + }, + "G78": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",8)" + }, + "G79": { + "style": 16, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",9)" + }, + "G80": { + "style": 22, + "content": "=ODOO.PIVOT(32,\"__count\",\"stage_id\",10)" + }, + "H43": { + "style": 12 + }, + "H44": { + "style": 23 + }, + "H45": { + "style": 12 + }, + "H46": { + "style": 12 + }, + "H47": { + "style": 12 + }, + "H48": { + "style": 12 + }, + "H49": { + "style": 12 + }, + "H50": { + "style": 12 + }, + "H51": { + "style": 12 + }, + "H52": { + "style": 12 + }, + "H69": { + "style": 2 + }, + "H70": { + "style": 2 + }, + "H71": { + "style": 2 + }, + "H72": { + "style": 2 + }, + "H73": { + "style": 2 + }, + "H74": { + "style": 2 + }, + "H75": { + "style": 2 + }, + "H76": { + "style": 2 + }, + "H77": { + "style": 2 + }, + "H78": { + "style": 2 + }, + "H79": { + "style": 2 + }, + "H80": { + "style": 2 + }, + "I24": { + "style": 4, + "content": "Ingresos Recurentes Anual", + "border": 1 + }, + "I40": { + "style": 24, + "content": "Top Suscriptores", + "border": 1 + }, + "I42": { + "style": 21, + "content": "=_t(\"Nombre\")" + }, + "I43": { + "style": 25, + "content": "=ODOO.LIST(1,1,\"name\")" + }, + "I44": { + "style": 26, + "content": "=ODOO.LIST(1,2,\"name\")" + }, + "I45": { + "style": 25, + "content": "=ODOO.LIST(1,3,\"name\")" + }, + "I46": { + "style": 26, + "content": "=ODOO.LIST(1,4,\"name\")" + }, + "I47": { + "style": 25, + "content": "=ODOO.LIST(1,5,\"name\")" + }, + "I48": { + "style": 26, + "content": "=ODOO.LIST(1,6,\"name\")" + }, + "I49": { + "style": 25, + "content": "=ODOO.LIST(1,7,\"name\")" + }, + "I50": { + "style": 26, + "content": "=ODOO.LIST(1,8,\"name\")" + }, + "I51": { + "style": 25, + "content": "=ODOO.LIST(1,9,\"name\")" + }, + "I52": { + "style": 26, + "content": "=ODOO.LIST(1,10,\"name\")" + }, + "I53": { + "style": 4 + }, + "I54": { + "style": 4, + "content": "Top Equipo de Venta", + "border": 1 + }, + "I56": { + "style": 1, + "content": "=_t(\"Equipo de Venta\")" + }, + "I57": { + "style": 9, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",1)" + }, + "I58": { + "style": 10, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",2)" + }, + "I59": { + "style": 9, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",3)" + }, + "I60": { + "style": 10, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",4)" + }, + "I61": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",5)" + }, + "I62": { + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",6)" + }, + "I63": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",7)" + }, + "I64": { + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",8)" + }, + "I65": { + "style": 11, + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",9)" + }, + "I66": { + "content": "=ODOO.PIVOT.HEADER(23,\"#crm_team_id\",10)" + }, + "I68": { + "style": 4, + "content": "Top Agentes Comerciales", + "border": 1 + }, + "I69": { + "style": 2, + "border": 2 + }, + "I70": { + "style": 2, + "content": "=_t(\"Socio\")" + }, + "I71": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",1)" + }, + "I72": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",2)" + }, + "I73": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",3)" + }, + "I74": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",4)" + }, + "I75": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",5)" + }, + "I76": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",6)" + }, + "I77": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",7)" + }, + "I78": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",8)" + }, + "I79": { + "style": 14, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",9)" + }, + "I80": { + "style": 15, + "content": "=ODOO.PIVOT.HEADER(33,\"#user_id\",10)" + }, + "J40": { + "style": 27, + "border": 1 + }, + "J42": { + "style": 21, + "content": "=_t(\"Socio\")" + }, + "J43": { + "style": 28, + "content": "=ODOO.LIST(1,1,\"partner_id\")" + }, + "J44": { + "style": 20, + "content": "=ODOO.LIST(1,2,\"partner_id\")" + }, + "J45": { + "style": 18, + "content": "=ODOO.LIST(1,3,\"partner_id\")" + }, + "J46": { + "style": 20, + "content": "=ODOO.LIST(1,4,\"partner_id\")" + }, + "J47": { + "style": 28, + "content": "=ODOO.LIST(1,5,\"partner_id\")" + }, + "J48": { + "style": 20, + "content": "=ODOO.LIST(1,6,\"partner_id\")" + }, + "J49": { + "style": 18, + "content": "=ODOO.LIST(1,7,\"partner_id\")" + }, + "J50": { + "style": 20, + "content": "=ODOO.LIST(1,8,\"partner_id\")" + }, + "J51": { + "style": 18, + "content": "=ODOO.LIST(1,9,\"partner_id\")" + }, + "J52": { + "style": 20, + "content": "=ODOO.LIST(1,10,\"partner_id\")" + }, + "J56": { + "style": 1 + }, + "J57": { + "style": 9 + }, + "J58": { + "style": 10 + }, + "J59": { + "style": 9 + }, + "J60": { + "style": 10 + }, + "J61": { + "style": 11 + }, + "J63": { + "style": 11 + }, + "J65": { + "style": 11 + }, + "J69": { + "style": 2, + "border": 2 + }, + "J70": { + "style": 2 + }, + "J71": { + "style": 14 + }, + "J72": { + "style": 15 + }, + "J73": { + "style": 14 + }, + "J74": { + "style": 15 + }, + "J75": { + "style": 14 + }, + "J76": { + "style": 15 + }, + "J77": { + "style": 14 + }, + "J78": { + "style": 15 + }, + "J79": { + "style": 14 + }, + "J80": { + "style": 15 + }, + "K40": { + "style": 27, + "border": 1 + }, + "K42": { + "style": 21, + "content": "=_t(\"Agente Comercial\")" + }, + "K43": { + "style": 28, + "content": "=ODOO.LIST(1,1,\"user_id\")" + }, + "K44": { + "style": 20, + "content": "=ODOO.LIST(1,2,\"user_id\")" + }, + "K45": { + "style": 18, + "content": "=ODOO.LIST(1,3,\"user_id\")" + }, + "K46": { + "style": 20, + "content": "=ODOO.LIST(1,4,\"user_id\")" + }, + "K47": { + "style": 28, + "content": "=ODOO.LIST(1,5,\"user_id\")" + }, + "K48": { + "style": 20, + "content": "=ODOO.LIST(1,6,\"user_id\")" + }, + "K49": { + "style": 18, + "content": "=ODOO.LIST(1,7,\"user_id\")" + }, + "K50": { + "style": 20, + "content": "=ODOO.LIST(1,8,\"user_id\")" + }, + "K51": { + "style": 18, + "content": "=ODOO.LIST(1,9,\"user_id\")" + }, + "K52": { + "style": 20, + "content": "=ODOO.LIST(1,10,\"user_id\")" + }, + "K56": { + "style": 6, + "content": "=_t(\"Importe Total\")" + }, + "K57": { + "style": 18, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",1)" + }, + "K58": { + "style": 20, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",2)" + }, + "K59": { + "style": 18, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",3)" + }, + "K60": { + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",4)" + }, + "K61": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",5)" + }, + "K62": { + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",6)" + }, + "K63": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",7)" + }, + "K64": { + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",8)" + }, + "K65": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",9)" + }, + "K66": { + "content": "=ODOO.PIVOT(23,\"amount_total\",\"crm_team_id\",10)" + }, + "K69": { + "style": 2, + "border": 2 + }, + "K70": { + "style": 21, + "content": "=_t(\"Importe Total\")" + }, + "K71": { + "style": 16, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",1)" + }, + "K72": { + "style": 22, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",2)" + }, + "K73": { + "style": 16, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",3)" + }, + "K74": { + "style": 22, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",4)" + }, + "K75": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",5)" + }, + "K76": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",6)" + }, + "K77": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",7)" + }, + "K78": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",8)" + }, + "K79": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",9)" + }, + "K80": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"amount_total\",\"user_id\",10)" + }, + "L40": { + "style": 27, + "border": 1 + }, + "L42": { + "style": 21, + "content": "=_t(\"Precio Recurrente\")" + }, + "L43": { + "style": 28, + "content": "=ODOO.LIST(1,1,\"recurring_total\")" + }, + "L44": { + "style": 20, + "content": "=ODOO.LIST(1,2,\"recurring_total\")" + }, + "L45": { + "style": 18, + "content": "=ODOO.LIST(1,3,\"recurring_total\")" + }, + "L46": { + "style": 20, + "content": "=ODOO.LIST(1,4,\"recurring_total\")" + }, + "L47": { + "style": 28, + "content": "=ODOO.LIST(1,5,\"recurring_total\")" + }, + "L48": { + "style": 20, + "content": "=ODOO.LIST(1,6,\"recurring_total\")" + }, + "L49": { + "style": 18, + "content": "=ODOO.LIST(1,7,\"recurring_total\")" + }, + "L50": { + "style": 20, + "content": "=ODOO.LIST(1,8,\"recurring_total\")" + }, + "L51": { + "style": 18, + "content": "=ODOO.LIST(1,9,\"recurring_total\")" + }, + "L52": { + "style": 20, + "content": "=ODOO.LIST(1,10,\"recurring_total\")" + }, + "L56": { + "style": 6, + "content": "=_t(\"Cuenta\")" + }, + "L57": { + "style": 18, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",1)" + }, + "L58": { + "style": 20, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",2)" + }, + "L59": { + "style": 18, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",3)" + }, + "L60": { + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",4)" + }, + "L61": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",5)" + }, + "L62": { + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",6)" + }, + "L63": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",7)" + }, + "L64": { + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",8)" + }, + "L65": { + "style": 11, + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",9)" + }, + "L66": { + "content": "=ODOO.PIVOT(23,\"__count\",\"crm_team_id\",10)" + }, + "L69": { + "style": 2, + "border": 2 + }, + "L70": { + "style": 21, + "content": "=_t(\"Cuenta\")" + }, + "L71": { + "style": 16, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",1)" + }, + "L72": { + "style": 22, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",2)" + }, + "L73": { + "style": 16, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",3)" + }, + "L74": { + "style": 22, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",4)" + }, + "L75": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",5)" + }, + "L76": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",6)" + }, + "L77": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",7)" + }, + "L78": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",8)" + }, + "L79": { + "style": 29, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",9)" + }, + "L80": { + "style": 2, + "content": "=ODOO.PIVOT(33,\"__count\",\"user_id\",10)" + }, + "D55": { + "border": 2 + }, + "E24": { + "border": 1 + }, + "E25": { + "border": 2 + }, + "E41": { + "border": 2 + }, + "E54": { + "border": 1 + }, + "E55": { + "border": 2 + }, + "E68": { + "border": 1 + }, + "F25": { + "border": 2 + }, + "F41": { + "border": 2 + }, + "F54": { + "border": 1 + }, + "F55": { + "border": 2 + }, + "F68": { + "border": 1 + }, + "G8": { + "border": 1 + }, + "G9": { + "border": 2 + }, + "G24": { + "border": 1 + }, + "G25": { + "border": 2 + }, + "G40": { + "border": 1 + }, + "G41": { + "border": 2 + }, + "G54": { + "border": 1 + }, + "G55": { + "border": 2 + }, + "G68": { + "border": 1 + }, + "H8": { + "border": 1 + }, + "H9": { + "border": 2 + }, + "I8": { + "border": 1 + }, + "I9": { + "border": 2 + }, + "I25": { + "border": 2 + }, + "I41": { + "border": 2 + }, + "I55": { + "border": 2 + }, + "J8": { + "border": 1 + }, + "J9": { + "border": 2 + }, + "J24": { + "border": 1 + }, + "J25": { + "border": 2 + }, + "J41": { + "border": 2 + }, + "J54": { + "border": 1 + }, + "J55": { + "border": 2 + }, + "J68": { + "border": 1 + }, + "K8": { + "border": 1 + }, + "K9": { + "border": 2 + }, + "K24": { + "border": 1 + }, + "K25": { + "border": 2 + }, + "K41": { + "border": 2 + }, + "K54": { + "border": 1 + }, + "K55": { + "border": 2 + }, + "K68": { + "border": 1 + }, + "L8": { + "border": 1 + }, + "L9": { + "border": 2 + }, + "L24": { + "border": 1 + }, + "L25": { + "border": 2 + }, + "L41": { + "border": 2 + }, + "L54": { + "border": 1 + }, + "L55": { + "border": 2 + }, + "L68": { + "border": 1 + } + }, + "conditionalFormats": [], + "figures": [ + { + "id": "f5ec707c-58a0-4425-98f1-eb8e5ab1842b", + "x": 369.5, + "y": 0, + "width": 196, + "height": 136, + "tag": "chart", + "data": { + "baselineColorDown": "#DC6965", + "baselineColorUp": "#00A04A", + "baselineMode": "percentage", + "title": "Ingresos Anuales Rec.", + "type": "scorecard", + "background": "#EFEFEF", + "baseline": "Data!C3", + "keyValue": "Data!B3" + } + }, + { + "id": "3b6449bf-bd2a-47e6-835d-f988ed9674ae", + "x": 580, + "y": 0, + "width": 196, + "height": 136, + "tag": "chart", + "data": { + "baselineColorDown": "#DC6965", + "baselineColorUp": "#00A04A", + "baselineMode": "difference", + "title": "Suscripciones Anuales", + "type": "scorecard", + "background": "#EFEFEF", + "baseline": "Data!C4", + "baselineDescr": "Sus.", + "keyValue": "Data!B4" + } + }, + { + "id": "16b91cb3-869e-49f2-a670-63c3d8825f68", + "x": 789, + "y": 1, + "width": 196, + "height": 136, + "tag": "chart", + "data": { + "baselineColorDown": "#DC6965", + "baselineColorUp": "#00A04A", + "baselineMode": "difference", + "title": "MMR Promedio Sus.", + "type": "scorecard", + "background": "#EFEFEF", + "keyValue": "Data!B5" + } + }, + { + "id": "577964b3-ee0e-4cba-83cd-eed9d8284aa7", + "x": 998, + "y": 0, + "width": 196, + "height": 136, + "tag": "chart", + "data": { + "baselineColorDown": "#DC6965", + "baselineColorUp": "#00A04A", + "baselineMode": "difference", + "title": "Importe del impuesto", + "type": "scorecard", + "background": "#EFEFEF", + "baselineDescr": "", + "keyValue": "Data!B6" + } + }, + { + "id": "8c90e5e1-2c2b-4cd3-91c8-0669684de168", + "x": 1208, + "y": 0, + "width": 196, + "height": 136, + "tag": "chart", + "data": { + "baselineColorDown": "#DC6965", + "baselineColorUp": "#00A04A", + "baselineMode": "text", + "title": "Total suscripciones", + "type": "scorecard", + "background": "#EFEFEF", + "baseline": "Data!D4", + "baselineDescr": "Nuevas este a\u00f1o", + "keyValue": "Data!F4" + } + }, + { + "id": "01f4d978-2fb4-4959-b103-d780f821b2f6", + "x": 220, + "y": 211, + "width": 1331, + "height": 299, + "tag": "chart", + "data": { + "title": "", + "background": "#FFFFFF", + "legendPosition": "none", + "metaData": { + "disableLinking": false, + "fieldAttrs": {}, + "fields": { + "activity_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_ids", + "readonly": false, + "relation": "mail.activity", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Actividades", + "type": "one2many" + }, + "activity_state": { + "change_default": false, + "groups": "base.group_user", + "help": "Estados basados en actividades\nRetrasada: La fecha l\u00edmite ya ha pasado\nHoy: La fecha l\u00edmite de la actividad es hoy\nFuturas: Actividades futuras.", + "name": "activity_state", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "overdue", + "Overdue" + ], + [ + "today", + "Today" + ], + [ + "planned", + "Planned" + ] + ], + "sortable": false, + "store": false, + "string": "Estado de la Actividad", + "type": "selection" + }, + "activity_user_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_user_id", + "readonly": false, + "related": "activity_ids.user_id", + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Usuario Responsable", + "type": "many2one" + }, + "activity_type_id": { + "change_default": false, + "context": {}, + "domain": "['|', ('res_model', '=', False), ('res_model', '=', res_model)]", + "groups": "base.group_user", + "name": "activity_type_id", + "readonly": false, + "related": "activity_ids.activity_type_id", + "relation": "mail.activity.type", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo Siguiente Actividad", + "type": "many2one" + }, + "activity_type_icon": { + "change_default": false, + "help": "Icono de fuente impresionante, por ejemplo fa-tasks", + "name": "activity_type_icon", + "readonly": true, + "related": "activity_ids.icon", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo de Icono de Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite para la siguiente Actividad", + "type": "date" + }, + "my_activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "my_activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite de Mi Actividad", + "type": "date" + }, + "activity_summary": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_summary", + "readonly": false, + "related": "activity_ids.summary", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Resumen de la Siguiente Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_exception_decoration": { + "change_default": false, + "help": "Tipo (o clase) de actividad excepcional registrada.", + "name": "activity_exception_decoration", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "warning", + "Alert" + ], + [ + "danger", + "Error" + ] + ], + "sortable": false, + "store": false, + "string": "Decoraci\u00f3n de Excepci\u00f3n de la Actividad", + "type": "selection" + }, + "activity_exception_icon": { + "change_default": false, + "help": "Icono para indicar la excepci\u00f3n de la actividad.", + "name": "activity_exception_icon", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Icono", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_calendar_event_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_calendar_event_id", + "readonly": true, + "relation": "calendar.event", + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Next Activity Calendar Event", + "type": "many2one" + }, + "message_is_follower": { + "change_default": false, + "name": "message_is_follower", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Es Seguidor/a", + "type": "boolean" + }, + "message_follower_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_follower_ids", + "readonly": false, + "relation": "mail.followers", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Seguidores", + "type": "one2many" + }, + "message_partner_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_partner_ids", + "readonly": false, + "relation": "res.partner", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Seguidores/as (Empresas)", + "type": "many2many" + }, + "message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "message_type", + "!=", + "user_notification" + ] + ], + "name": "message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes", + "type": "one2many" + }, + "has_message": { + "change_default": false, + "name": "has_message", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tiene Mensaje", + "type": "boolean" + }, + "message_needaction": { + "change_default": false, + "help": "Si est\u00e1 marcada, nuevos mensajes requieren tu atenci\u00f3n.", + "name": "message_needaction", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Necesita Acci\u00f3n", + "type": "boolean" + }, + "message_needaction_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes que requieren una acci\u00f3n", + "name": "message_needaction_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de acciones", + "type": "integer" + }, + "message_has_error": { + "change_default": false, + "help": "Si est\u00e1 marcada, algunos mensajes tienen error de entrega.", + "name": "message_has_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error en Entrega del Mensaje", + "type": "boolean" + }, + "message_has_error_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes con error de entrega", + "name": "message_has_error_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de errores", + "type": "integer" + }, + "message_attachment_count": { + "change_default": false, + "group_operator": "sum", + "groups": "base.group_user", + "name": "message_attachment_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Recuento de Archivos Adjuntos", + "type": "integer" + }, + "message_main_attachment_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "message_main_attachment_id", + "readonly": false, + "relation": "ir.attachment", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Adjunto Principal", + "type": "many2one" + }, + "website_message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "model", + "=", + "sale.subscription" + ], + "|", + [ + "message_type", + "=", + "comment" + ], + [ + "message_type", + "=", + "email" + ] + ], + "help": "Historial de la comunicaci\u00f3n en el sitio web", + "name": "website_message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes del sitio Web", + "type": "one2many" + }, + "message_has_sms_error": { + "change_default": false, + "help": "Si est\u00e1 marcado, algunos mensajes tienen un error de entrega.", + "name": "message_has_sms_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error de entrega de SMS", + "type": "boolean" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "name": { + "change_default": false, + "name": "name", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "company_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "company_id", + "readonly": false, + "relation": "res.company", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Compa\u00f1\u00eda", + "type": "many2one" + }, + "partner_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "partner_id", + "readonly": false, + "relation": "res.partner", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Socio", + "type": "many2one" + }, + "fiscal_position_id": { + "change_default": false, + "context": {}, + "domain": "[('company_id', '=', company_id)]", + "name": "fiscal_position_id", + "readonly": false, + "relation": "account.fiscal.position", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Posici\u00f3n Fiscal", + "type": "many2one" + }, + "active": { + "change_default": false, + "name": "active", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Activo", + "type": "boolean" + }, + "template_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "template_id", + "readonly": false, + "relation": "sale.subscription.template", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Plantilla de suscripci\u00f3n", + "type": "many2one" + }, + "code": { + "change_default": false, + "name": "code", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Referencia", + "translate": false, + "trim": true, + "type": "char" + }, + "in_progress": { + "change_default": false, + "name": "in_progress", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "En progreso", + "type": "boolean" + }, + "recurring_rule_boundary": { + "change_default": false, + "name": "recurring_rule_boundary", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "L\u00edmite", + "type": "boolean" + }, + "pricelist_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "pricelist_id", + "readonly": false, + "relation": "product.pricelist", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Lista de Precios", + "type": "many2one" + }, + "recurring_next_date": { + "change_default": false, + "name": "recurring_next_date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha siguiente factura", + "type": "date" + }, + "user_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "user_id", + "readonly": false, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Agente comercial", + "type": "many2one" + }, + "date_start": { + "change_default": false, + "name": "date_start", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha inicio", + "type": "date" + }, + "date": { + "change_default": false, + "name": "date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha de fin", + "type": "date" + }, + "description": { + "change_default": false, + "name": "description", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Descripci\u00f3n", + "translate": false, + "type": "text" + }, + "sale_order_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_id", + "readonly": false, + "relation": "sale.order", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Orden de venta en origen", + "type": "many2one" + }, + "terms": { + "change_default": false, + "name": "terms", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "T\u00e9rminos y condiciones", + "translate": false, + "type": "text" + }, + "invoice_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "invoice_ids", + "readonly": false, + "relation": "account.move", + "relation_field": "subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Facturas", + "type": "one2many" + }, + "sale_order_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_ids", + "readonly": false, + "relation": "sale.order", + "relation_field": "order_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "\u00d3rdenes", + "type": "one2many" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "tag_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "tag_ids", + "readonly": false, + "relation": "sale.subscription.tag", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Categor\u00edas", + "type": "many2many" + }, + "image": { + "change_default": false, + "name": "image", + "readonly": true, + "related": "user_id.image_512", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Imagen", + "type": "binary" + }, + "journal_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "journal_id", + "readonly": false, + "relation": "account.journal", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Dario", + "type": "many2one" + }, + "currency_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "currency_id", + "readonly": true, + "related": "pricelist_id.currency_id", + "relation": "res.currency", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Divisa", + "type": "many2one" + }, + "stage_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "stage_id", + "readonly": false, + "relation": "sale.subscription.stage", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "type": "many2one" + }, + "stage_str": { + "change_default": false, + "name": "stage_str", + "readonly": true, + "related": "stage_id.name", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "translate": true, + "trim": true, + "type": "char" + }, + "sale_subscription_line_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_subscription_line_ids", + "readonly": false, + "relation": "sale.subscription.line", + "relation_field": "sale_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "L\u00ednea de Suscripciones de Venta", + "type": "one2many" + }, + "sale_order_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "sale_order_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Pedidos de venta", + "type": "integer" + }, + "account_invoice_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "account_invoice_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Conteo de Facturas", + "type": "integer" + }, + "close_reason_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "close_reason_id", + "readonly": false, + "relation": "sale.subscription.close.reason", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Raz\u00f3n de Cierre", + "type": "many2one" + }, + "crm_team_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "crm_team_id", + "readonly": false, + "relation": "crm.team", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Equipo de venta", + "type": "many2one" + }, + "to_renew": { + "change_default": false, + "name": "to_renew", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Para renovar", + "type": "boolean" + }, + "id": { + "change_default": false, + "name": "id", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "ID (identificaci\u00f3n)", + "type": "integer" + }, + "__last_update": { + "change_default": false, + "name": "__last_update", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "\u00daltima Modificaci\u00f3n el", + "type": "datetime" + }, + "display_name": { + "change_default": false, + "name": "display_name", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Mostrar Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "create_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "create_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado por", + "type": "many2one" + }, + "create_date": { + "change_default": false, + "name": "create_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado el", + "type": "datetime" + }, + "write_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "write_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00daltima Actualizaci\u00f3n por", + "type": "many2one" + }, + "write_date": { + "change_default": false, + "name": "write_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Ultima Actualizaci\u00f3n el", + "type": "datetime" + }, + "tax_totals": { + "change_default": false, + "name": "tax_totals", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Tax Totals", + "type": "binary" + }, + "not_in_mod347": { + "change_default": false, + "name": "not_in_mod347", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Forzar no incluir en la declaraci\u00f3n 347", + "type": "boolean" + }, + "upsell_subscription_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_subscription_ids", + "readonly": false, + "relation": "sale.subscription", + "relation_field": "upsell_parent_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Ventas adicionales", + "type": "one2many" + }, + "upsell_parent_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_parent_id", + "readonly": true, + "relation": "sale.subscription", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Parent Subscription", + "type": "many2one" + }, + "upsell_subscription_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "upsell_subscription_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Upsell Count", + "type": "integer" + } + }, + "groupBy": [ + "date_start:month" + ], + "measure": "recurring_total", + "viewMeasures": [ + "amount_total" + ], + "mode": "line", + "order": null, + "resModel": "sale.subscription", + "stacked": false, + "cumulated": true, + "title": "Subscription OCA Graph", + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "graph", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domains": [ + { + "arrayRepr": [], + "description": null + } + ], + "measures": { + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "__count": { + "name": "__count", + "string": "Cuenta", + "type": "integer" + } + }, + "allIntegers": false + }, + "searchParams": { + "comparison": null, + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "graph", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "groupBy": [], + "orderBy": [] + }, + "type": "odoo_line", + "verticalAxisPosition": "left", + "stacked": true, + "fieldMatching": {} + } + }, + { + "id": "a1925c5e-b609-4c3b-821c-f008dccd6658", + "x": 216, + "y": 582, + "width": 614, + "height": 299, + "tag": "chart", + "data": { + "title": "", + "background": "#FFFFFF", + "legendPosition": "bottom", + "metaData": { + "disableLinking": false, + "fieldAttrs": {}, + "fields": { + "activity_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_ids", + "readonly": false, + "relation": "mail.activity", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Actividades", + "type": "one2many" + }, + "activity_state": { + "change_default": false, + "groups": "base.group_user", + "help": "Estados basados en actividades\nRetrasada: La fecha l\u00edmite ya ha pasado\nHoy: La fecha l\u00edmite de la actividad es hoy\nFuturas: Actividades futuras.", + "name": "activity_state", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "overdue", + "Overdue" + ], + [ + "today", + "Today" + ], + [ + "planned", + "Planned" + ] + ], + "sortable": false, + "store": false, + "string": "Estado de la Actividad", + "type": "selection" + }, + "activity_user_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_user_id", + "readonly": false, + "related": "activity_ids.user_id", + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Usuario Responsable", + "type": "many2one" + }, + "activity_type_id": { + "change_default": false, + "context": {}, + "domain": "['|', ('res_model', '=', False), ('res_model', '=', res_model)]", + "groups": "base.group_user", + "name": "activity_type_id", + "readonly": false, + "related": "activity_ids.activity_type_id", + "relation": "mail.activity.type", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo Siguiente Actividad", + "type": "many2one" + }, + "activity_type_icon": { + "change_default": false, + "help": "Icono de fuente impresionante, por ejemplo fa-tasks", + "name": "activity_type_icon", + "readonly": true, + "related": "activity_ids.icon", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo de Icono de Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite para la siguiente Actividad", + "type": "date" + }, + "my_activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "my_activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite de Mi Actividad", + "type": "date" + }, + "activity_summary": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_summary", + "readonly": false, + "related": "activity_ids.summary", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Resumen de la Siguiente Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_exception_decoration": { + "change_default": false, + "help": "Tipo (o clase) de actividad excepcional registrada.", + "name": "activity_exception_decoration", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "warning", + "Alert" + ], + [ + "danger", + "Error" + ] + ], + "sortable": false, + "store": false, + "string": "Decoraci\u00f3n de Excepci\u00f3n de la Actividad", + "type": "selection" + }, + "activity_exception_icon": { + "change_default": false, + "help": "Icono para indicar la excepci\u00f3n de la actividad.", + "name": "activity_exception_icon", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Icono", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_calendar_event_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_calendar_event_id", + "readonly": true, + "relation": "calendar.event", + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Next Activity Calendar Event", + "type": "many2one" + }, + "message_is_follower": { + "change_default": false, + "name": "message_is_follower", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Es Seguidor/a", + "type": "boolean" + }, + "message_follower_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_follower_ids", + "readonly": false, + "relation": "mail.followers", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Seguidores", + "type": "one2many" + }, + "message_partner_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_partner_ids", + "readonly": false, + "relation": "res.partner", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Seguidores/as (Empresas)", + "type": "many2many" + }, + "message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "message_type", + "!=", + "user_notification" + ] + ], + "name": "message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes", + "type": "one2many" + }, + "has_message": { + "change_default": false, + "name": "has_message", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tiene Mensaje", + "type": "boolean" + }, + "message_needaction": { + "change_default": false, + "help": "Si est\u00e1 marcada, nuevos mensajes requieren tu atenci\u00f3n.", + "name": "message_needaction", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Necesita Acci\u00f3n", + "type": "boolean" + }, + "message_needaction_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes que requieren una acci\u00f3n", + "name": "message_needaction_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de acciones", + "type": "integer" + }, + "message_has_error": { + "change_default": false, + "help": "Si est\u00e1 marcada, algunos mensajes tienen error de entrega.", + "name": "message_has_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error en Entrega del Mensaje", + "type": "boolean" + }, + "message_has_error_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes con error de entrega", + "name": "message_has_error_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de errores", + "type": "integer" + }, + "message_attachment_count": { + "change_default": false, + "group_operator": "sum", + "groups": "base.group_user", + "name": "message_attachment_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Recuento de Archivos Adjuntos", + "type": "integer" + }, + "message_main_attachment_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "message_main_attachment_id", + "readonly": false, + "relation": "ir.attachment", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Adjunto Principal", + "type": "many2one" + }, + "website_message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "model", + "=", + "sale.subscription" + ], + "|", + [ + "message_type", + "=", + "comment" + ], + [ + "message_type", + "=", + "email" + ] + ], + "help": "Historial de la comunicaci\u00f3n en el sitio web", + "name": "website_message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes del sitio Web", + "type": "one2many" + }, + "message_has_sms_error": { + "change_default": false, + "help": "Si est\u00e1 marcado, algunos mensajes tienen un error de entrega.", + "name": "message_has_sms_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error de entrega de SMS", + "type": "boolean" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "name": { + "change_default": false, + "name": "name", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "company_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "company_id", + "readonly": false, + "relation": "res.company", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Compa\u00f1\u00eda", + "type": "many2one" + }, + "partner_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "partner_id", + "readonly": false, + "relation": "res.partner", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Socio", + "type": "many2one" + }, + "fiscal_position_id": { + "change_default": false, + "context": {}, + "domain": "[('company_id', '=', company_id)]", + "name": "fiscal_position_id", + "readonly": false, + "relation": "account.fiscal.position", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Posici\u00f3n Fiscal", + "type": "many2one" + }, + "active": { + "change_default": false, + "name": "active", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Activo", + "type": "boolean" + }, + "template_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "template_id", + "readonly": false, + "relation": "sale.subscription.template", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Plantilla de suscripci\u00f3n", + "type": "many2one" + }, + "code": { + "change_default": false, + "name": "code", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Referencia", + "translate": false, + "trim": true, + "type": "char" + }, + "in_progress": { + "change_default": false, + "name": "in_progress", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "En progreso", + "type": "boolean" + }, + "recurring_rule_boundary": { + "change_default": false, + "name": "recurring_rule_boundary", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "L\u00edmite", + "type": "boolean" + }, + "pricelist_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "pricelist_id", + "readonly": false, + "relation": "product.pricelist", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Lista de Precios", + "type": "many2one" + }, + "recurring_next_date": { + "change_default": false, + "name": "recurring_next_date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha siguiente factura", + "type": "date" + }, + "user_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "user_id", + "readonly": false, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Agente comercial", + "type": "many2one" + }, + "date_start": { + "change_default": false, + "name": "date_start", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha inicio", + "type": "date" + }, + "date": { + "change_default": false, + "name": "date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha de fin", + "type": "date" + }, + "description": { + "change_default": false, + "name": "description", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Descripci\u00f3n", + "translate": false, + "type": "text" + }, + "sale_order_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_id", + "readonly": false, + "relation": "sale.order", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Orden de venta en origen", + "type": "many2one" + }, + "terms": { + "change_default": false, + "name": "terms", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "T\u00e9rminos y condiciones", + "translate": false, + "type": "text" + }, + "invoice_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "invoice_ids", + "readonly": false, + "relation": "account.move", + "relation_field": "subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Facturas", + "type": "one2many" + }, + "sale_order_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_ids", + "readonly": false, + "relation": "sale.order", + "relation_field": "order_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "\u00d3rdenes", + "type": "one2many" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "tag_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "tag_ids", + "readonly": false, + "relation": "sale.subscription.tag", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Categor\u00edas", + "type": "many2many" + }, + "image": { + "change_default": false, + "name": "image", + "readonly": true, + "related": "user_id.image_512", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Imagen", + "type": "binary" + }, + "journal_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "journal_id", + "readonly": false, + "relation": "account.journal", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Dario", + "type": "many2one" + }, + "currency_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "currency_id", + "readonly": true, + "related": "pricelist_id.currency_id", + "relation": "res.currency", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Divisa", + "type": "many2one" + }, + "stage_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "stage_id", + "readonly": false, + "relation": "sale.subscription.stage", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "type": "many2one" + }, + "stage_str": { + "change_default": false, + "name": "stage_str", + "readonly": true, + "related": "stage_id.name", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "translate": true, + "trim": true, + "type": "char" + }, + "sale_subscription_line_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_subscription_line_ids", + "readonly": false, + "relation": "sale.subscription.line", + "relation_field": "sale_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "L\u00ednea de Suscripciones de Venta", + "type": "one2many" + }, + "sale_order_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "sale_order_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Pedidos de venta", + "type": "integer" + }, + "account_invoice_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "account_invoice_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Conteo de Facturas", + "type": "integer" + }, + "close_reason_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "close_reason_id", + "readonly": false, + "relation": "sale.subscription.close.reason", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Raz\u00f3n de Cierre", + "type": "many2one" + }, + "crm_team_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "crm_team_id", + "readonly": false, + "relation": "crm.team", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Equipo de venta", + "type": "many2one" + }, + "to_renew": { + "change_default": false, + "name": "to_renew", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Para renovar", + "type": "boolean" + }, + "id": { + "change_default": false, + "name": "id", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "ID (identificaci\u00f3n)", + "type": "integer" + }, + "__last_update": { + "change_default": false, + "name": "__last_update", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "\u00daltima Modificaci\u00f3n el", + "type": "datetime" + }, + "display_name": { + "change_default": false, + "name": "display_name", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Mostrar Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "create_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "create_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado por", + "type": "many2one" + }, + "create_date": { + "change_default": false, + "name": "create_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado el", + "type": "datetime" + }, + "write_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "write_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00daltima Actualizaci\u00f3n por", + "type": "many2one" + }, + "write_date": { + "change_default": false, + "name": "write_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Ultima Actualizaci\u00f3n el", + "type": "datetime" + }, + "tax_totals": { + "change_default": false, + "name": "tax_totals", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Tax Totals", + "type": "binary" + }, + "not_in_mod347": { + "change_default": false, + "name": "not_in_mod347", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Forzar no incluir en la declaraci\u00f3n 347", + "type": "boolean" + }, + "upsell_subscription_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_subscription_ids", + "readonly": false, + "relation": "sale.subscription", + "relation_field": "upsell_parent_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Ventas adicionales", + "type": "one2many" + }, + "upsell_parent_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_parent_id", + "readonly": true, + "relation": "sale.subscription", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Parent Subscription", + "type": "many2one" + }, + "upsell_subscription_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "upsell_subscription_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Upsell Count", + "type": "integer" + } + }, + "groupBy": [ + "template_id" + ], + "measure": "amount_total", + "viewMeasures": [ + "amount_total" + ], + "mode": "pie", + "order": null, + "resModel": "sale.subscription", + "stacked": true, + "cumulated": false, + "title": "Subscription OCA Graph", + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "graph", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domains": [ + { + "arrayRepr": [], + "description": null + } + ], + "measures": { + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "__count": { + "name": "__count", + "string": "Cuenta", + "type": "integer" + } + }, + "allIntegers": false + }, + "searchParams": { + "comparison": null, + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "graph", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "groupBy": [], + "orderBy": [] + }, + "type": "odoo_pie", + "fieldMatching": {} + } + }, + { + "id": "f99ca5dc-a6ac-4da6-97ee-cd5c79953bf7", + "x": 923, + "y": 579, + "width": 629, + "height": 305, + "tag": "chart", + "data": { + "title": "", + "background": "#FFFFFF", + "legendPosition": "bottom", + "metaData": { + "disableLinking": false, + "fieldAttrs": {}, + "fields": { + "activity_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_ids", + "readonly": false, + "relation": "mail.activity", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Actividades", + "type": "one2many" + }, + "activity_state": { + "change_default": false, + "groups": "base.group_user", + "help": "Estados basados en actividades\nRetrasada: La fecha l\u00edmite ya ha pasado\nHoy: La fecha l\u00edmite de la actividad es hoy\nFuturas: Actividades futuras.", + "name": "activity_state", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "overdue", + "Overdue" + ], + [ + "today", + "Today" + ], + [ + "planned", + "Planned" + ] + ], + "sortable": false, + "store": false, + "string": "Estado de la Actividad", + "type": "selection" + }, + "activity_user_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_user_id", + "readonly": false, + "related": "activity_ids.user_id", + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Usuario Responsable", + "type": "many2one" + }, + "activity_type_id": { + "change_default": false, + "context": {}, + "domain": "['|', ('res_model', '=', False), ('res_model', '=', res_model)]", + "groups": "base.group_user", + "name": "activity_type_id", + "readonly": false, + "related": "activity_ids.activity_type_id", + "relation": "mail.activity.type", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo Siguiente Actividad", + "type": "many2one" + }, + "activity_type_icon": { + "change_default": false, + "help": "Icono de fuente impresionante, por ejemplo fa-tasks", + "name": "activity_type_icon", + "readonly": true, + "related": "activity_ids.icon", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tipo de Icono de Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite para la siguiente Actividad", + "type": "date" + }, + "my_activity_date_deadline": { + "change_default": false, + "groups": "base.group_user", + "name": "my_activity_date_deadline", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Fecha L\u00edmite de Mi Actividad", + "type": "date" + }, + "activity_summary": { + "change_default": false, + "groups": "base.group_user", + "name": "activity_summary", + "readonly": false, + "related": "activity_ids.summary", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Resumen de la Siguiente Actividad", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_exception_decoration": { + "change_default": false, + "help": "Tipo (o clase) de actividad excepcional registrada.", + "name": "activity_exception_decoration", + "readonly": true, + "required": false, + "searchable": true, + "selection": [ + [ + "warning", + "Alert" + ], + [ + "danger", + "Error" + ] + ], + "sortable": false, + "store": false, + "string": "Decoraci\u00f3n de Excepci\u00f3n de la Actividad", + "type": "selection" + }, + "activity_exception_icon": { + "change_default": false, + "help": "Icono para indicar la excepci\u00f3n de la actividad.", + "name": "activity_exception_icon", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Icono", + "translate": false, + "trim": true, + "type": "char" + }, + "activity_calendar_event_id": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "activity_calendar_event_id", + "readonly": true, + "relation": "calendar.event", + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Next Activity Calendar Event", + "type": "many2one" + }, + "message_is_follower": { + "change_default": false, + "name": "message_is_follower", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Es Seguidor/a", + "type": "boolean" + }, + "message_follower_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_follower_ids", + "readonly": false, + "relation": "mail.followers", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Seguidores", + "type": "one2many" + }, + "message_partner_ids": { + "change_default": false, + "context": {}, + "domain": [], + "groups": "base.group_user", + "name": "message_partner_ids", + "readonly": false, + "relation": "res.partner", + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Seguidores/as (Empresas)", + "type": "many2many" + }, + "message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "message_type", + "!=", + "user_notification" + ] + ], + "name": "message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes", + "type": "one2many" + }, + "has_message": { + "change_default": false, + "name": "has_message", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Tiene Mensaje", + "type": "boolean" + }, + "message_needaction": { + "change_default": false, + "help": "Si est\u00e1 marcada, nuevos mensajes requieren tu atenci\u00f3n.", + "name": "message_needaction", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Necesita Acci\u00f3n", + "type": "boolean" + }, + "message_needaction_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes que requieren una acci\u00f3n", + "name": "message_needaction_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de acciones", + "type": "integer" + }, + "message_has_error": { + "change_default": false, + "help": "Si est\u00e1 marcada, algunos mensajes tienen error de entrega.", + "name": "message_has_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error en Entrega del Mensaje", + "type": "boolean" + }, + "message_has_error_counter": { + "change_default": false, + "group_operator": "sum", + "help": "N\u00famero de mensajes con error de entrega", + "name": "message_has_error_counter", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "N\u00famero de errores", + "type": "integer" + }, + "message_attachment_count": { + "change_default": false, + "group_operator": "sum", + "groups": "base.group_user", + "name": "message_attachment_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Recuento de Archivos Adjuntos", + "type": "integer" + }, + "message_main_attachment_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "message_main_attachment_id", + "readonly": false, + "relation": "ir.attachment", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Adjunto Principal", + "type": "many2one" + }, + "website_message_ids": { + "change_default": false, + "context": {}, + "domain": [ + [ + "model", + "=", + "sale.subscription" + ], + "|", + [ + "message_type", + "=", + "comment" + ], + [ + "message_type", + "=", + "email" + ] + ], + "help": "Historial de la comunicaci\u00f3n en el sitio web", + "name": "website_message_ids", + "readonly": false, + "relation": "mail.message", + "relation_field": "res_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Mensajes del sitio Web", + "type": "one2many" + }, + "message_has_sms_error": { + "change_default": false, + "help": "Si est\u00e1 marcado, algunos mensajes tienen un error de entrega.", + "name": "message_has_sms_error", + "readonly": true, + "required": false, + "searchable": true, + "sortable": false, + "store": false, + "string": "Error de entrega de SMS", + "type": "boolean" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "name": { + "change_default": false, + "name": "name", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "company_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "company_id", + "readonly": false, + "relation": "res.company", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Compa\u00f1\u00eda", + "type": "many2one" + }, + "partner_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "partner_id", + "readonly": false, + "relation": "res.partner", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Socio", + "type": "many2one" + }, + "fiscal_position_id": { + "change_default": false, + "context": {}, + "domain": "[('company_id', '=', company_id)]", + "name": "fiscal_position_id", + "readonly": false, + "relation": "account.fiscal.position", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Posici\u00f3n Fiscal", + "type": "many2one" + }, + "active": { + "change_default": false, + "name": "active", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Activo", + "type": "boolean" + }, + "template_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "template_id", + "readonly": false, + "relation": "sale.subscription.template", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Plantilla de suscripci\u00f3n", + "type": "many2one" + }, + "code": { + "change_default": false, + "name": "code", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Referencia", + "translate": false, + "trim": true, + "type": "char" + }, + "in_progress": { + "change_default": false, + "name": "in_progress", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "En progreso", + "type": "boolean" + }, + "recurring_rule_boundary": { + "change_default": false, + "name": "recurring_rule_boundary", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "L\u00edmite", + "type": "boolean" + }, + "pricelist_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "pricelist_id", + "readonly": false, + "relation": "product.pricelist", + "required": true, + "searchable": true, + "sortable": true, + "store": true, + "string": "Lista de Precios", + "type": "many2one" + }, + "recurring_next_date": { + "change_default": false, + "name": "recurring_next_date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha siguiente factura", + "type": "date" + }, + "user_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "user_id", + "readonly": false, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Agente comercial", + "type": "many2one" + }, + "date_start": { + "change_default": false, + "name": "date_start", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha inicio", + "type": "date" + }, + "date": { + "change_default": false, + "name": "date", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Fecha de fin", + "type": "date" + }, + "description": { + "change_default": false, + "name": "description", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Descripci\u00f3n", + "translate": false, + "type": "text" + }, + "sale_order_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_id", + "readonly": false, + "relation": "sale.order", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Orden de venta en origen", + "type": "many2one" + }, + "terms": { + "change_default": false, + "name": "terms", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "T\u00e9rminos y condiciones", + "translate": false, + "type": "text" + }, + "invoice_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "invoice_ids", + "readonly": false, + "relation": "account.move", + "relation_field": "subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Facturas", + "type": "one2many" + }, + "sale_order_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_order_ids", + "readonly": false, + "relation": "sale.order", + "relation_field": "order_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "\u00d3rdenes", + "type": "one2many" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "tag_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "tag_ids", + "readonly": false, + "relation": "sale.subscription.tag", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Categor\u00edas", + "type": "many2many" + }, + "image": { + "change_default": false, + "name": "image", + "readonly": true, + "related": "user_id.image_512", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Imagen", + "type": "binary" + }, + "journal_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "journal_id", + "readonly": false, + "relation": "account.journal", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Dario", + "type": "many2one" + }, + "currency_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "currency_id", + "readonly": true, + "related": "pricelist_id.currency_id", + "relation": "res.currency", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Divisa", + "type": "many2one" + }, + "stage_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "stage_id", + "readonly": false, + "relation": "sale.subscription.stage", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "type": "many2one" + }, + "stage_str": { + "change_default": false, + "name": "stage_str", + "readonly": true, + "related": "stage_id.name", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Etapa", + "translate": true, + "trim": true, + "type": "char" + }, + "sale_subscription_line_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "sale_subscription_line_ids", + "readonly": false, + "relation": "sale.subscription.line", + "relation_field": "sale_subscription_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "L\u00ednea de Suscripciones de Venta", + "type": "one2many" + }, + "sale_order_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "sale_order_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Pedidos de venta", + "type": "integer" + }, + "account_invoice_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "account_invoice_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Conteo de Facturas", + "type": "integer" + }, + "close_reason_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "close_reason_id", + "readonly": false, + "relation": "sale.subscription.close.reason", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Raz\u00f3n de Cierre", + "type": "many2one" + }, + "crm_team_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "crm_team_id", + "readonly": false, + "relation": "crm.team", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Equipo de venta", + "type": "many2one" + }, + "to_renew": { + "change_default": false, + "name": "to_renew", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Para renovar", + "type": "boolean" + }, + "id": { + "change_default": false, + "name": "id", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "ID (identificaci\u00f3n)", + "type": "integer" + }, + "__last_update": { + "change_default": false, + "name": "__last_update", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "\u00daltima Modificaci\u00f3n el", + "type": "datetime" + }, + "display_name": { + "change_default": false, + "name": "display_name", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Mostrar Nombre", + "translate": false, + "trim": true, + "type": "char" + }, + "create_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "create_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado por", + "type": "many2one" + }, + "create_date": { + "change_default": false, + "name": "create_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Creado el", + "type": "datetime" + }, + "write_uid": { + "change_default": false, + "context": {}, + "domain": [], + "name": "write_uid", + "readonly": true, + "relation": "res.users", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00daltima Actualizaci\u00f3n por", + "type": "many2one" + }, + "write_date": { + "change_default": false, + "name": "write_date", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Ultima Actualizaci\u00f3n el", + "type": "datetime" + }, + "tax_totals": { + "change_default": false, + "name": "tax_totals", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Tax Totals", + "type": "binary" + }, + "not_in_mod347": { + "change_default": false, + "name": "not_in_mod347", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Forzar no incluir en la declaraci\u00f3n 347", + "type": "boolean" + }, + "upsell_subscription_ids": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_subscription_ids", + "readonly": false, + "relation": "sale.subscription", + "relation_field": "upsell_parent_id", + "required": false, + "searchable": true, + "sortable": false, + "store": true, + "string": "Ventas adicionales", + "type": "one2many" + }, + "upsell_parent_id": { + "change_default": false, + "context": {}, + "domain": [], + "name": "upsell_parent_id", + "readonly": true, + "relation": "sale.subscription", + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Parent Subscription", + "type": "many2one" + }, + "upsell_subscription_ids_count": { + "change_default": false, + "group_operator": "sum", + "name": "upsell_subscription_ids_count", + "readonly": true, + "required": false, + "searchable": false, + "sortable": false, + "store": false, + "string": "Upsell Count", + "type": "integer" + } + }, + "groupBy": [ + "date_start:year" + ], + "measure": "recurring_total", + "viewMeasures": [ + "amount_total" + ], + "mode": "pie", + "order": null, + "resModel": "sale.subscription", + "stacked": true, + "cumulated": false, + "title": "Subscription OCA Graph", + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domains": [ + { + "arrayRepr": [], + "description": null + } + ], + "measures": { + "amount_tax": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_tax", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe del Impuesto", + "type": "monetary" + }, + "amount_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "amount_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Importe Total", + "type": "monetary" + }, + "color": { + "change_default": false, + "group_operator": "sum", + "name": "color", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "\u00cdndice de Color", + "type": "integer" + }, + "recurring_total": { + "change_default": false, + "currency_field": "currency_id", + "group_operator": "sum", + "name": "recurring_total", + "readonly": true, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Precio recurrente", + "type": "monetary" + }, + "sequence": { + "change_default": false, + "group_operator": "sum", + "name": "sequence", + "readonly": false, + "required": false, + "searchable": true, + "sortable": true, + "store": true, + "string": "Secuencia", + "type": "integer" + }, + "__count": { + "name": "__count", + "string": "Cuenta", + "type": "integer" + } + }, + "allIntegers": false + }, + "searchParams": { + "comparison": null, + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "groupBy": [ + "date_start:year" + ], + "orderBy": [] + }, + "type": "odoo_pie", + "fieldMatching": {} + } + } + ], + "filterTables": [], + "areGridLinesVisible": true, + "isVisible": true + }, + { + "id": "6a6122df-d7cf-4b9e-a75f-35fc1897724a", + "name": "Data", + "colNumber": 26, + "rowNumber": 99, + "rows": {}, + "cols": { + "0": { + "size": 221 + } + }, + "merges": [], + "cells": { + "A1": { + "style": 1, + "content": "KPI" + }, + "A2": { + "content": "Ingresos anulales recurrentes" + }, + "A3": { + "content": "Anual total" + }, + "A4": { + "content": "Suscripciones totales" + }, + "A5": { + "content": "MRR promedio/suscripciones" + }, + "A6": { + "content": "Importe del impuesto" + }, + "A7": { + "content": "Batido" + }, + "A8": { + "content": "% batido" + }, + "A9": { + "content": "Esperanza de vida" + }, + "A10": { + "content": "Valor del tiempo de vida" + }, + "B1": { + "style": 6, + "content": "Actual" + }, + "B2": { + "style": 20, + "format": 5, + "content": "=ODOO.PIVOT(30,\"recurring_total\",\"date_start:year\",2024)" + }, + "B3": { + "style": 20, + "format": 5, + "content": "=ODOO.PIVOT(27,\"amount_total\",\"date_start:year\",2024)" + }, + "B4": { + "style": 20, + "content": "=ODOO.PIVOT(29,\"__count\",\"date_start:year\",2024)" + }, + "B5": { + "style": 20, + "format": 5, + "content": "=IFERROR(B2/B4)" + }, + "B6": { + "style": 20, + "format": 5, + "content": "=ODOO.PIVOT(24,\"amount_tax\")" + }, + "B7": { + "style": 20, + "format": 2 + }, + "B8": { + "style": 20, + "format": 2, + "content": "=IFERROR(B8/(B8+B8), 0)" + }, + "B9": { + "style": 20, + "content": "=IFERROR(1/B8, 0)" + }, + "B10": { + "style": 20, + "format": 5, + "content": "=IFERROR(B6/B8, 0)" + }, + "C1": { + "style": 6, + "content": "Anterior" + }, + "C2": { + "style": 20, + "content": "=ODOO.PIVOT(28,\"recurring_total\",\"date_start:year\",2023)" + }, + "C3": { + "style": 20, + "content": "=ODOO.PIVOT(27,\"amount_total\",\"date_start:year\",2023)" + }, + "C4": { + "style": 20, + "content": "=ODOO.PIVOT(29,\"__count\",\"date_start:year\",2023,\"date_start:month\",\"07/2023\")" + }, + "C5": { + "style": 20 + }, + "C6": { + "style": 20 + }, + "C7": { + "style": 20 + }, + "C8": { + "style": 20 + }, + "C9": { + "style": 20 + }, + "C10": { + "style": 20 + }, + "D1": { + "style": 6, + "content": "Actual" + }, + "D2": { + "style": 20, + "format": 6, + "content": "=ODOO.PIVOT(30,\"recurring_total\",\"date_start:year\",2024)" + }, + "D3": { + "style": 20, + "format": 6, + "content": "=ODOO.PIVOT(27,\"amount_total\",\"date_start:year\",2024)" + }, + "D4": { + "style": 20, + "content": "=ODOO.PIVOT(29,\"__count\",\"date_start:year\",2024)" + }, + "D5": { + "style": 20, + "format": 6, + "content": "=IFERROR(B2/B4)" + }, + "D6": { + "style": 20, + "format": 6, + "content": "=ODOO.PIVOT(24,\"amount_tax\")" + }, + "D7": { + "style": 20, + "format": 4 + }, + "D8": { + "style": 20, + "format": 4, + "content": "=IFERROR(B8/(B8+B8), 0)" + }, + "D9": { + "style": 20, + "content": "=IFERROR(FORMAT.LARGE.NUMBER(B9))" + }, + "D10": { + "style": 20, + "format": 6, + "content": "=IFERROR(FORMAT.LARGE.NUMBER(B10), 0)" + }, + "E1": { + "style": 6, + "content": "Anterior" + }, + "E2": { + "style": 20, + "content": "=ODOO.PIVOT(28,\"recurring_total\",\"date_start:year\",2023)" + }, + "E3": { + "style": 20, + "content": "=ODOO.PIVOT(27,\"amount_total\",\"date_start:year\",2023)" + }, + "E4": { + "style": 20, + "content": "=ODOO.PIVOT(29,\"__count\",\"date_start:year\",2023,\"date_start:month\",\"07/2023\")" + }, + "E5": { + "style": 20 + }, + "E6": { + "style": 20 + }, + "E7": { + "style": 20 + }, + "E8": { + "style": 20 + }, + "E9": { + "style": 20 + }, + "E10": { + "style": 20 + }, + "F1": { + "style": 6, + "content": "TOTAL" + }, + "F2": { + "style": 20, + "content": "=ODOO.PIVOT(28,\"recurring_total\")" + }, + "F3": { + "style": 20, + "content": "=ODOO.PIVOT(27,\"amount_total\")" + }, + "F4": { + "style": 20, + "content": "=ODOO.PIVOT(25,\"__count\")" + }, + "F5": { + "style": 20 + }, + "F6": { + "style": 20 + }, + "F7": { + "style": 20 + }, + "F8": { + "style": 20 + }, + "F9": { + "style": 20 + }, + "F10": { + "style": 20 + }, + "F11": { + "style": 20 + }, + "F12": { + "style": 20 + }, + "F13": { + "style": 20 + }, + "F14": { + "style": 20 + }, + "F15": { + "style": 20 + }, + "F16": { + "style": 20 + }, + "F17": { + "style": 20 + }, + "F18": { + "style": 20 + }, + "F19": { + "style": 20 + }, + "F20": { + "style": 20 + }, + "F21": { + "style": 20 + }, + "G7": { + "style": 20 + }, + "G8": { + "style": 20 + }, + "G9": { + "style": 20 + }, + "G10": { + "style": 20 + }, + "G11": { + "style": 20 + }, + "G12": { + "style": 20 + }, + "G13": { + "style": 20 + }, + "G14": { + "style": 20 + }, + "G15": { + "style": 20 + }, + "G16": { + "style": 20 + }, + "G17": { + "style": 20 + }, + "G18": { + "style": 20 + }, + "G19": { + "style": 20 + }, + "G20": { + "style": 20 + }, + "G21": { + "style": 20 + }, + "H7": { + "style": 20 + }, + "H8": { + "style": 20 + }, + "H9": { + "style": 20 + }, + "H10": { + "style": 20 + }, + "H11": { + "style": 20 + }, + "H12": { + "style": 20 + }, + "H13": { + "style": 20 + }, + "H14": { + "style": 20 + }, + "H15": { + "style": 20 + }, + "H16": { + "style": 20 + }, + "H17": { + "style": 20 + }, + "H18": { + "style": 20 + }, + "H19": { + "style": 20 + }, + "H20": { + "style": 20 + }, + "H21": { + "style": 20 + }, + "I7": { + "style": 20 + }, + "I8": { + "style": 20 + }, + "I9": { + "style": 20 + }, + "I10": { + "style": 20 + }, + "I11": { + "style": 20 + }, + "I12": { + "style": 20 + }, + "I13": { + "style": 20 + }, + "I14": { + "style": 20 + }, + "I15": { + "style": 20 + }, + "I16": { + "style": 20 + }, + "I17": { + "style": 20 + }, + "I18": { + "style": 20 + }, + "I19": { + "style": 20 + }, + "I20": { + "style": 20 + }, + "I21": { + "style": 20 + }, + "J7": { + "style": 20 + }, + "J8": { + "style": 20 + }, + "J9": { + "style": 20 + }, + "J10": { + "style": 20 + }, + "J11": { + "style": 20 + }, + "J12": { + "style": 20 + }, + "J13": { + "style": 20 + }, + "J14": { + "style": 20 + }, + "J15": { + "style": 20 + }, + "J16": { + "style": 20 + }, + "J17": { + "style": 20 + }, + "J18": { + "style": 20 + }, + "J19": { + "style": 20 + }, + "J20": { + "style": 20 + }, + "J21": { + "style": 20 + }, + "K7": { + "style": 20 + }, + "K8": { + "style": 20 + }, + "K9": { + "style": 20 + }, + "K10": { + "style": 20 + }, + "K11": { + "style": 20 + }, + "K12": { + "style": 20 + }, + "K13": { + "style": 20 + }, + "K14": { + "style": 20 + }, + "K15": { + "style": 20 + }, + "K16": { + "style": 20 + }, + "K17": { + "style": 20 + }, + "K18": { + "style": 20 + }, + "K19": { + "style": 20 + }, + "K20": { + "style": 20 + }, + "K21": { + "style": 20 + }, + "L7": { + "style": 20 + }, + "L8": { + "style": 20 + }, + "L9": { + "style": 20 + }, + "L10": { + "style": 20 + }, + "L11": { + "style": 20 + }, + "L12": { + "style": 20 + }, + "L13": { + "style": 20 + }, + "L14": { + "style": 20 + }, + "L15": { + "style": 20 + }, + "L16": { + "style": 20 + }, + "L17": { + "style": 20 + }, + "L18": { + "style": 20 + }, + "L19": { + "style": 20 + }, + "L20": { + "style": 20 + }, + "L21": { + "style": 20 + }, + "M15": { + "style": 20 + }, + "M16": { + "style": 20 + }, + "M17": { + "style": 20 + }, + "M18": { + "style": 20 + }, + "M19": { + "style": 20 + }, + "M20": { + "style": 20 + }, + "M21": { + "style": 20 + } + }, + "conditionalFormats": [], + "figures": [], + "filterTables": [], + "areGridLinesVisible": true, + "isVisible": true + }, + { + "id": "9b5a3cc7-cba8-41c1-8bfe-e1f33edb894e", + "name": "Sheet2", + "colNumber": 26, + "rowNumber": 100, + "rows": {}, + "cols": {}, + "merges": [ + "B1:C1", + "B4:C4", + "B7:C7", + "B10:C10", + "B13:C13" + ], + "cells": { + "A1": { + "style": 30 + }, + "A2": { + "style": 31 + }, + "A3": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "A4": { + "style": 30 + }, + "A5": { + "style": 31 + }, + "A6": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "A7": { + "style": 30 + }, + "A8": { + "style": 31 + }, + "A9": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "A10": { + "style": 30 + }, + "A11": { + "style": 31 + }, + "A12": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "A13": { + "style": 30 + }, + "B1": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "B2": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"__count\")" + }, + "B3": { + "content": "=ODOO.PIVOT(4,\"__count\")" + }, + "B4": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "B5": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"__count\")" + }, + "B6": { + "content": "=ODOO.PIVOT(4,\"__count\")" + }, + "B7": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "B8": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"__count\")" + }, + "B9": { + "content": "=ODOO.PIVOT(4,\"__count\")" + }, + "B10": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "B11": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"__count\")" + }, + "B12": { + "content": "=ODOO.PIVOT(4,\"__count\")" + }, + "B13": { + "style": 30, + "content": "=ODOO.PIVOT.HEADER(4)" + }, + "C1": { + "style": 30 + }, + "C2": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"amount_total\")" + }, + "C3": { + "content": "=ODOO.PIVOT(4,\"amount_total\")" + }, + "C4": { + "style": 30 + }, + "C5": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"amount_total\")" + }, + "C6": { + "content": "=ODOO.PIVOT(4,\"amount_total\")" + }, + "C7": { + "style": 30 + }, + "C8": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"amount_total\")" + }, + "C9": { + "content": "=ODOO.PIVOT(4,\"amount_total\")" + }, + "C10": { + "style": 30 + }, + "C11": { + "style": 31, + "content": "=ODOO.PIVOT.HEADER(4,\"measure\",\"amount_total\")" + }, + "C12": { + "content": "=ODOO.PIVOT(4,\"amount_total\")" + }, + "C13": { + "style": 30 + } + }, + "conditionalFormats": [], + "figures": [], + "filterTables": [], + "areGridLinesVisible": true, + "isVisible": false + } + ], + "entities": {}, + "styles": { + "1": { + "bold": true + }, + "2": { + "bold": true, + "fillColor": "#FFFFFF" + }, + "3": { + "bold": true, + "fillColor": "#FFFFFF", + "textColor": "#756f6f" + }, + "4": { + "bold": true, + "fontSize": 16, + "textColor": "#134F5C" + }, + "5": { + "fontSize": 16, + "bold": true, + "textColor": "#134F5C", + "underline": false, + "strikethrough": false + }, + "6": { + "bold": true, + "align": "center" + }, + "7": { + "bold": false, + "fillColor": "#EFEFEF", + "align": "center", + "textColor": "#134F5C" + }, + "8": { + "bold": false, + "fillColor": "#FFFFFF", + "textColor": "#134F5C", + "align": "center" + }, + "9": { + "fillColor": "#EFEFEF", + "textColor": "#134F5C" + }, + "10": { + "fillColor": "#FFFFFF", + "textColor": "#134F5C" + }, + "11": { + "fillColor": "#EFEFEF" + }, + "12": { + "fillColor": "#FFFFFF" + }, + "13": { + "bold": true, + "fillColor": "#FFFFFF", + "textColor": "#000000" + }, + "14": { + "bold": false, + "fillColor": "#EFEFEF", + "textColor": "#134F5C" + }, + "15": { + "bold": false, + "fillColor": "#FFFFFF", + "textColor": "#134F5C" + }, + "16": { + "bold": false, + "fillColor": "#EFEFEF", + "align": "center" + }, + "17": { + "fillColor": "#FFFFFF", + "textColor": "#000000", + "align": "center" + }, + "18": { + "fillColor": "#EFEFEF", + "align": "center" + }, + "19": { + "fillColor": "#FFFFFF", + "align": "center" + }, + "20": { + "align": "center" + }, + "21": { + "bold": true, + "fillColor": "#FFFFFF", + "align": "center" + }, + "22": { + "bold": false, + "fillColor": "#FFFFFF", + "align": "center" + }, + "23": { + "fillColor": "#FFFFFF", + "textColor": "#756f6f" + }, + "24": { + "bold": true, + "textColor": "#134F5C", + "fontSize": 16, + "underline": false, + "wrapping": "overflow" + }, + "25": { + "align": "center", + "textColor": "#134F5C", + "fillColor": "#EFEFEF" + }, + "26": { + "align": "center", + "textColor": "#134F5C" + }, + "27": { + "underline": false, + "wrapping": "overflow" + }, + "28": { + "align": "center", + "textColor": "#000000", + "fillColor": "#EFEFEF" + }, + "29": { + "bold": true, + "fillColor": "#EFEFEF" + }, + "30": { + "bold": true, + "fillColor": "#f2f2f2" + }, + "31": { + "fillColor": "#f2f2f2", + "textColor": "#756f6f" + } + }, + "formats": { + "1": "[$$]#,##0.00", + "2": "0.00%", + "3": "[$$]#,##0", + "4": "0%", + "5": "#,##0.00[$\u20ac]", + "6": "#,##0[$\u20ac]" + }, + "borders": { + "1": { + "bottom": [ + "thin", + "#000" + ] + }, + "2": { + "top": [ + "thin", + "#000" + ] + } + }, + "revisionId": "d9140953-b4a4-4ee5-b6ff-316217240f8b", + "uniqueFigureIds": true, + "odooVersion": 5, + "globalFilters": [], + "pivots": { + "1": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "1", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "2": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "2", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "3": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "3", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "4": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "4", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "5": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "5", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "6": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "6", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "date_start" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "7": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "7", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "8": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "8", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "9": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "9", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "10": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "10", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "11": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "11", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "12": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "12", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "13": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "13", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "name" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "14": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "14", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "15": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "15", + "measures": [ + { + "field": "__count" + }, + { + "field": "recurring_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "16": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "16", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "17": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "17", + "measures": [ + { + "field": "__count" + }, + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "18": { + "colGroupBys": [ + "stage_id" + ], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "18", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "name" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "19": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "19", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "20": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "20", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "21": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "21", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "template_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "22": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "22", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "stage_str" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "23": { + "colGroupBys": [], + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "23", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "crm_team_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "24": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "24", + "measures": [ + { + "field": "amount_tax" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "25": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "25", + "measures": [ + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "26": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "26", + "measures": [ + { + "field": "recurring_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [], + "sortedColumn": null, + "fieldMatching": {} + }, + "27": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "27", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "date_start:year", + "date_start:month" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "28": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "28", + "measures": [ + { + "field": "recurring_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "date_start:year", + "date_start:month" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "29": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "29", + "measures": [ + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "date_start:year", + "date_start:month" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "30": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "30", + "measures": [ + { + "field": "recurring_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "date_start:year" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "31": { + "colGroupBys": [], + "context": { + "params": { + "action": 753, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 541 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "31", + "measures": [ + { + "field": "amount_total" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "stage_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "32": { + "colGroupBys": [], + "context": { + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "32", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "stage_id" + ], + "sortedColumn": null, + "fieldMatching": {} + }, + "33": { + "colGroupBys": [], + "context": { + "params": { + "action": 753, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 541 + }, + "lang": "es_ES", + "tz": "Europe/Madrid", + "uid": 2, + "allowed_company_ids": [ + 1 + ] + }, + "domain": [], + "id": "33", + "measures": [ + { + "field": "amount_total" + }, + { + "field": "__count" + } + ], + "model": "sale.subscription", + "rowGroupBys": [ + "user_id" + ], + "sortedColumn": null, + "fieldMatching": {} + } + }, + "pivotNextId": 34, + "lists": { + "1": { + "columns": [ + "name", + "partner_id", + "user_id", + "recurring_total" + ], + "domain": [], + "model": "sale.subscription", + "context": {}, + "orderBy": [ + { + "name": "recurring_total", + "asc": false + } + ], + "id": "1", + "name": "Suscripciones", + "fieldMatching": {} + }, + "2": { + "columns": [ + "name", + "partner_id", + "user_id", + "recurring_total", + "amount_total", + "template_id", + "stage_str" + ], + "domain": [], + "model": "sale.subscription", + "context": { + "params": { + "action": 514, + "model": "sale.subscription", + "view_type": "pivot", + "cids": 1, + "menu_id": 393 + } + }, + "orderBy": [], + "id": "2", + "name": "Subscription OCA Pivot", + "fieldMatching": {} + }, + "3": { + "columns": [ + "name", + "partner_id", + "user_id", + "amount_total" + ], + "domain": [], + "model": "sale.subscription", + "context": {}, + "orderBy": [ + { + "name": "recurring_total", + "asc": false + } + ], + "id": "3", + "name": "Suscripciones", + "fieldMatching": {} + }, + "4": { + "columns": [ + "name", + "partner_id", + "user_id", + "amount_total" + ], + "domain": [], + "model": "sale.subscription", + "context": {}, + "orderBy": [ + { + "name": "amount_total", + "asc": false + } + ], + "id": "4", + "name": "Suscripciones", + "fieldMatching": {} + }, + "5": { + "columns": [ + "name", + "partner_id", + "recurring_total", + "amount_total" + ], + "domain": [], + "model": "sale.subscription", + "context": {}, + "orderBy": [ + { + "name": "amount_total", + "asc": false + } + ], + "id": "5", + "name": "Suscripciones", + "fieldMatching": {} + }, + "6": { + "columns": [ + "name", + "partner_id", + "amount_total", + "template_id" + ], + "domain": [], + "model": "sale.subscription", + "context": {}, + "orderBy": [ + { + "name": "amount_total", + "asc": false + } + ], + "id": "6", + "name": "Suscripciones", + "fieldMatching": {} + } + }, + "listNextId": 7, + "chartOdooMenusReferences": { + "01f4d978-2fb4-4959-b103-d780f821b2f6": "subscription_oca.sale_subscription_menu", + "8c90e5e1-2c2b-4cd3-91c8-0669684de168": "subscription_oca.sale_subscription_menu", + "577964b3-ee0e-4cba-83cd-eed9d8284aa7": "subscription_oca.sale_subscription_menu", + "16b91cb3-869e-49f2-a670-63c3d8825f68": "subscription_oca.sale_subscription_menu", + "3b6449bf-bd2a-47e6-835d-f988ed9674ae": "subscription_oca.sale_subscription_menu", + "f5ec707c-58a0-4425-98f1-eb8e5ab1842b": "subscription_oca.sale_subscription_menu", + "a1925c5e-b609-4c3b-821c-f008dccd6658": "subscription_oca.subscription_menu" + } +} \ No newline at end of file diff --git a/spreadsheet_dashboard_subscription_oca/readme/CONTRIBUTORS.rst b/spreadsheet_dashboard_subscription_oca/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..2e91c28b23 --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Germán López \ No newline at end of file diff --git a/spreadsheet_dashboard_subscription_oca/readme/DESCRIPTION.rst b/spreadsheet_dashboard_subscription_oca/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..b85f3b3d2c --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module allows to set a subscription dashboard in sale dashboard. \ No newline at end of file diff --git a/spreadsheet_dashboard_subscription_oca/static/description/index.html b/spreadsheet_dashboard_subscription_oca/static/description/index.html new file mode 100644 index 0000000000..4babceceb5 --- /dev/null +++ b/spreadsheet_dashboard_subscription_oca/static/description/index.html @@ -0,0 +1,420 @@ + + + + + +Spreadsheet dashboard for subscription_oca + + + +
+

Spreadsheet dashboard for subscription_oca

+ + +

Beta License: LGPL-3 OCA/contract Translate me on Weblate Try me on Runboat

+

This module allows to set a subscription dashboard in sale dashboard.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Domatix
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/contract project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +