Skip to content

Commit

Permalink
Merge PR #222 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 6, 2023
2 parents 411d5b0 + 945b52e commit 7826989
Show file tree
Hide file tree
Showing 33 changed files with 1,974 additions and 0 deletions.
126 changes: 126 additions & 0 deletions sale_layout_category_hide_detail/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
================================
Sale layout category hide detail
================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/sale-reporting/tree/15.0/sale_layout_category_hide_detail
:alt: OCA/sale-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-reporting-15-0/sale-reporting-15-0-sale_layout_category_hide_detail
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/148/15.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to check/uncheck the new 'Show details' and
'Show subtotal' flags in *Sale order section lines* and
*Customer invoice section lines* if you want to show or hide their
lines or their subtotals in the PDF report and in the website.
You can also show or hide the section subtotal and line amount by
checking or unchecking the new 'Show section subtotal' and
'Show line amount' flags.

**Table of contents**

.. contents::
:local:

Usage
=====

The flags on the right hand side of the sale order line allow you to show or
hide details, subtotal, line amount and section subtotal.

These are the possible combinations:

.. image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/order.png
:alt: Possible combinations

And these are the results in report:

.. image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/report.png
:alt: Possible combination results in report

The behavior described before is the same for Quotations and Invoices.

.. |eye-icon| image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/eye.png
:alt: plus-circle icon
:width: 12 px

.. |eye-slash-icon| image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/eye-slash.png
:alt: minus-circle icon
:width: 12 px

.. |plus-circle-icon| image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/plus-circle.png
:alt: plus-circle icon
:width: 12 px

.. |minus-circle-icon| image:: https://raw.githubusercontent.com/OCA/sale-reporting/15.0/sale_layout_category_hide_detail/static/description/readme-icons/minus-circle.png
:alt: minus-circle icon
:width: 12 px

Known issues / Roadmap
======================

* The `boolean_fa_icon` widget has not been extracted to a module into OCA/web
because until now this widget has not been needed for anything else, but it's
good that in the future that would be done.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-reporting/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-reporting/issues/new?body=module:%20sale_layout_category_hide_detail%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* `Tecnativa <https://www.tecnativa.com>`_:

* Ernesto Tejeda
* Pedro M. Baeza
* Víctor Martínez

* Denis Roussel <[email protected]>

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/sale-reporting <https://github.com/OCA/sale-reporting/tree/15.0/sale_layout_category_hide_detail>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions sale_layout_category_hide_detail/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
29 changes: 29 additions & 0 deletions sale_layout_category_hide_detail/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 2018-2019 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Sale layout category hide detail",
"summary": "Hide details for sections in sale orders and invoices for "
"reports and customer portal",
"version": "16.0.1.0.0",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-reporting",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["sale_management"],
"data": [
"views/account_move_view.xml",
"views/invoice_report_templates.xml",
"views/sale_views.xml",
"views/sale_order_report_templates.xml",
"views/sale_portal_templates.xml",
],
"assets": {
"web.assets_backend": [
"sale_layout_category_hide_detail/static/src/js/**",
"sale_layout_category_hide_detail/static/src/xml/*.xml",
],
},
"application": False,
"installable": True,
}
151 changes: 151 additions & 0 deletions sale_layout_category_hide_detail/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_layout_category_hide_detail
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-12 14:31+0000\n"
"PO-Revision-Date: 2021-03-16 18:45+0000\n"
"Last-Translator: Ana Suárez <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#, python-format
msgid "Click to check"
msgstr "Click para marcar"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#, python-format
msgid "Click to uncheck"
msgstr "Click para desmarcar"

#. module: sale_layout_category_hide_detail
#: model:ir.model,name:sale_layout_category_hide_detail.model_account_move_line
msgid "Journal Item"
msgstr "Apunte contable"

#. module: sale_layout_category_hide_detail
#: model:ir.model,name:sale_layout_category_hide_detail.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de pedido de venta"

#. module: sale_layout_category_hide_detail
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_account_move_line__show_details
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_sale_order_line__show_details
msgid "Show Details"
msgstr ""

#. module: sale_layout_category_hide_detail
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_account_move_line__show_line_amount
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_sale_order_line__show_line_amount
msgid "Show Line Amount"
msgstr ""

#. module: sale_layout_category_hide_detail
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_account_move_line__show_section_subtotal
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_sale_order_line__show_section_subtotal
msgid "Show Section Subtotal"
msgstr ""

#. module: sale_layout_category_hide_detail
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_account_move_line__show_subtotal
#: model:ir.model.fields,field_description:sale_layout_category_hide_detail.field_sale_order_line__show_subtotal
msgid "Show Subtotal"
msgstr ""

#. module: sale_layout_category_hide_detail
#: model_terms:ir.ui.view,arch_db:sale_layout_category_hide_detail.report_saleorder_document_hide_detail
#: model_terms:ir.ui.view,arch_db:sale_layout_category_hide_detail.sale_order_portal_content_hide_detail
msgid "Subtotal"
msgstr "Subtotal"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: details hidden"
msgstr "Cambiar a: detalles ocultos"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: details shown"
msgstr "Cambiar a: detalles mostrados"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: subtotal hidden"
msgstr "Cambiar a: subtotal oculto"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: subtotal shown"
msgstr "Cambiar a: subtotal mostrado"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: line amount hidden"
msgstr "Cambiar a: cantidad de línea oculta"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: line amount shown"
msgstr "Cambiar a: cantidad de linea mostrado"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: section subtotal hidden"
msgstr "Cambiar a: seccion subtotal oculto"

#. module: sale_layout_category_hide_detail
#. openerp-web
#: code:addons/sale_layout_category_hide_detail/static/src/js/boolean_fa_icon_widget.js:0
#: code:addons/sale_layout_category_hide_detail/static/src/xml/boolean_fa_icon_widget.xml:0
#, python-format
msgid "Switch to: section subtotal shown"
msgstr "Cambiar a: se muestra el subtotal de la sección"

#. module: sale_layout_category_hide_detail
#: model:ir.model.fields,help:sale_layout_category_hide_detail.field_account_move_line__show_section_subtotal
#: model:ir.model.fields,help:sale_layout_category_hide_detail.field_sale_order_line__show_section_subtotal
msgid "Uncheck this if you want to hide the subtotal on section part"
msgstr ""

#~ msgid "Show details"
#~ msgstr "Mostrar detalles"

#~ msgid "Show subtotal"
#~ msgstr "Mostrar subtotal"

#~ msgid "Invoice Line"
#~ msgstr "Linea de factura"
Loading

0 comments on commit 7826989

Please sign in to comment.