Skip to content

Commit

Permalink
Merge pull request #616 from OCA/17.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/operating-unit (17.0)
  • Loading branch information
bt-admin authored Dec 3, 2024
2 parents c962f90 + 0ac74e5 commit d7fdce5
Show file tree
Hide file tree
Showing 18 changed files with 1,506 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ addon | version | maintainers | summary
[product_operating_unit](product_operating_unit/) | 17.0.1.0.0 | | Adds the concept of operating unit (OU) in products
[project_operating_unit](project_operating_unit/) | 17.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | This module adds operating unit information to projects and tasks.
[purchase_operating_unit](purchase_operating_unit/) | 17.0.1.0.0 | | Adds the concecpt of operating unit (OU) in purchase order management
[report_qweb_operating_unit](report_qweb_operating_unit/) | 17.0.1.0.0 | | Qweb Report With Operating Unit
[res_partner_operating_unit](res_partner_operating_unit/) | 17.0.1.1.0 | | Introduces Operating Unit fields in Partner
[sale_operating_unit](sale_operating_unit/) | 17.0.1.0.0 | | An operating unit (OU) is an organizational entity part of a company
[sale_stock_operating_unit](sale_stock_operating_unit/) | 17.0.1.0.0 | | An operating unit (OU) is an organizational entity part of a company
Expand Down
81 changes: 81 additions & 0 deletions report_qweb_operating_unit/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
===============================
Qweb Report With Operating Unit
===============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:40ad8f3db39a3e3c2027eb0b35d36364c2d4a76ab9487f6a649edeae911adf0b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Foperating--unit-lightgray.png?logo=github
:target: https://github.com/OCA/operating-unit/tree/17.0/report_qweb_operating_unit
:alt: OCA/operating-unit
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/operating-unit-17-0/operating-unit-17-0-report_qweb_operating_unit
: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/operating-unit&target_branch=17.0
:alt: Try me on Runboat

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

This module allows to use custom operating unit headers for any report
in Odoo

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/operating-unit/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 <https://github.com/OCA/operating-unit/issues/new?body=module:%20report_qweb_operating_unit%0Aversion:%2017.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
-------

* ForgeFlow S.L.
* Serpent Consulting Services Pvt. Ltd.

Contributors
------------

- ForgeFlow S.L. <[email protected]>
- Serpent Consulting Services Pvt. Ltd. <[email protected]>
- Jarsa Sistemas <[email protected]>
- Juany Davila <[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/operating-unit <https://github.com/OCA/operating-unit/tree/17.0/report_qweb_operating_unit>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions report_qweb_operating_unit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions report_qweb_operating_unit/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2017 ForgeFlow S.L.
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Qweb Report With Operating Unit",
"version": "17.0.1.0.0",
"category": "Reports/Qweb",
"license": "LGPL-3",
"author": "ForgeFlow S.L., "
"Serpent Consulting Services Pvt. Ltd.,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/operating-unit",
"depends": ["operating_unit"],
"data": ["views/operating_unit_view.xml", "views/report_qweb_operating_unit.xml"],
"installable": True,
}
213 changes: 213 additions & 0 deletions report_qweb_operating_unit/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_qweb_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-02-19 16:13+0000\n"
"Last-Translator: Jesús Alan Ramos Rodríguez <[email protected]>\n"
"Language-Team: none\n"
"Language: es_MX\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 3.10\n"

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "<strong>Company address block</strong>"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "<strong>Company details block</strong>"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "<strong>Operating Unit address block</strong>"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "<strong>Operating unit details block</strong>"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Company tagline"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Contains the company address."
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Contains the company details."
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Contains the operating unit address."
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Contains the operating unit details."
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,help:report_qweb_operating_unit.field_operating_unit__report_footer
msgid "Footer text displayed at the bottom of all reports."
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,help:report_qweb_operating_unit.field_operating_unit__operating_unit_details
msgid "Header text displayed at the top of all reports."
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,field_description:report_qweb_operating_unit.field_operating_unit__is_operating_unit_details_empty
msgid "Is Operating Unit Details Empty"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Logo"
msgstr "Logo"

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid ""
"Operating\n"
" Unit tagline"
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model,name:report_qweb_operating_unit.model_operating_unit
msgid "Operating Unit"
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,field_description:report_qweb_operating_unit.field_operating_unit__operating_unit_details
msgid "Operating Unit Details"
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,field_description:report_qweb_operating_unit.field_operating_unit__report_header
msgid "Operating Unit Tagline"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
msgid "Operating Unit tagline"
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,help:report_qweb_operating_unit.field_operating_unit__report_header
msgid ""
"Operating Unit tagline, which is included in a printed document's header or "
"footer (depending on the selected layout)."
msgstr ""

#. module: report_qweb_operating_unit
#: model:ir.model.fields,field_description:report_qweb_operating_unit.field_operating_unit__report_footer
msgid "Report Footer"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.view_operating_unit_form
msgid "Report Layout"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "Tax ID"
msgstr ""

#. module: report_qweb_operating_unit
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_bold_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_boxed_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_standard_ou
#: model_terms:ir.ui.view,arch_db:report_qweb_operating_unit.external_layout_striped_ou
msgid "US12345671"
msgstr ""

#~ msgid ""
#~ "<i class=\"fa fa-at\" role=\"img\" aria-label=\"Email\" title=\"Email\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-at\" role=\"img\" aria-label=\"Correo electrónico\" "
#~ "title=\"Correo electrónico\"/>"

#~ msgid ""
#~ "<i class=\"fa fa-building-o\" role=\"img\" aria-label=\"Fiscal number\"/>"
#~ msgstr "<i class=\"fa fa-building-o\" role=\"img\" aria-label=\"RFC\"/>"

#~ msgid ""
#~ "<i class=\"fa fa-globe\" role=\"img\" aria-label=\"Website\" "
#~ "title=\"Website\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-globe\" role=\"img\" aria-label=\"Sitio Web\" "
#~ "title=\"Sitio Web\"/>"

#~ msgid ""
#~ "<i class=\"fa fa-phone\" role=\"img\" aria-label=\"Phone\" "
#~ "title=\"Phone\"/>"
#~ msgstr ""
#~ "<i class=\"fa fa-phone\" role=\"img\" aria-label=\"Teléfono\" "
#~ "title=\"Teléfono\"/>"

#~ msgid "Email:"
#~ msgstr "Correo electrónico:"

#~ msgid "Mail:"
#~ msgstr "Correo electrónico:"

#~ msgid "Phone:"
#~ msgstr "Teléfono:"

#~ msgid "Tel:"
#~ msgstr "Tel:"

#~ msgid "Web:"
#~ msgstr "Web:"
Loading

0 comments on commit d7fdce5

Please sign in to comment.