From a48a2a8aaf86699859ed5e1d63eed8b57bab613c Mon Sep 17 00:00:00 2001 From: Alexei Rivera Date: Wed, 10 Apr 2024 14:56:42 -0400 Subject: [PATCH] [14.0][IMP] sale_order_tag: allowed to hide so_tag_ids in list views added so_tag_ids to sale.view_order_tree --- sale_order_tag/README.rst | 3 ++- sale_order_tag/__manifest__.py | 2 +- sale_order_tag/readme/CONTRIBUTORS.rst | 1 + sale_order_tag/static/description/index.html | 15 +++++++++------ sale_order_tag/views/sale_order.xml | 12 +++++++++++- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/sale_order_tag/README.rst b/sale_order_tag/README.rst index 0f29573c73f..6008432f4af 100644 --- a/sale_order_tag/README.rst +++ b/sale_order_tag/README.rst @@ -7,7 +7,7 @@ Sale Order Tags !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a43cb2b1779bba6b0d8e03122968779920bab458c248388141d3f3ee202d4c7b + !! source digest: sha256:fbea7b494d106f1d20851eea3219610f6065b265ed5a906b768b031911c9ace2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -65,6 +65,7 @@ Contributors ~~~~~~~~~~~~ * Patrick Wilson +* Alexei Rivera Maintainers ~~~~~~~~~~~ diff --git a/sale_order_tag/__manifest__.py b/sale_order_tag/__manifest__.py index ffd67bc60fa..2de7d9eaba4 100644 --- a/sale_order_tag/__manifest__.py +++ b/sale_order_tag/__manifest__.py @@ -7,7 +7,7 @@ "author": "Patrick Wilson, Odoo Community Association (OCA)", "website": "https://github.com/OCA/sale-workflow", "category": "Sale", - "version": "14.0.1.0.1", + "version": "14.0.1.0.2", "license": "AGPL-3", "depends": ["crm", "sale_management"], "data": [ diff --git a/sale_order_tag/readme/CONTRIBUTORS.rst b/sale_order_tag/readme/CONTRIBUTORS.rst index 4f895601b0f..52143935d7f 100644 --- a/sale_order_tag/readme/CONTRIBUTORS.rst +++ b/sale_order_tag/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Patrick Wilson +* Alexei Rivera diff --git a/sale_order_tag/static/description/index.html b/sale_order_tag/static/description/index.html index 17fc8455861..7c8e2e6ae72 100644 --- a/sale_order_tag/static/description/index.html +++ b/sale_order_tag/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Sale Order Tags

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a43cb2b1779bba6b0d8e03122968779920bab458c248388141d3f3ee202d4c7b +!! source digest: sha256:fbea7b494d106f1d20851eea3219610f6065b265ed5a906b768b031911c9ace2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module adds tags to Sales Orders that are not related to Opportunity.

@@ -412,12 +412,15 @@

Authors

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +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.

diff --git a/sale_order_tag/views/sale_order.xml b/sale_order_tag/views/sale_order.xml index 19fbcb380d1..80872b8cafe 100644 --- a/sale_order_tag/views/sale_order.xml +++ b/sale_order_tag/views/sale_order.xml @@ -9,7 +9,17 @@ child_ids - + + + + + + sale.order.tree + sale.order + + + +