Skip to content

Commit

Permalink
Merge pull request #600 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/operating-unit (16.0)
  • Loading branch information
bt-admin authored Aug 30, 2024
2 parents 4040a3e + 0ba50a3 commit a23353c
Show file tree
Hide file tree
Showing 22 changed files with 1,414 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ addon | version | maintainers | summary
[operating_unit](operating_unit/) | 16.0.1.0.2 | | An operating unit (OU) is an organizational entity part of a company
[product_operating_unit](product_operating_unit/) | 16.0.1.0.1 | | Adds the concept of operating unit (OU) in products
[project_operating_unit](project_operating_unit/) | 16.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.
[report_qweb_operating_unit](report_qweb_operating_unit/) | 16.0.1.0.0 | | Qweb Report With Operating Unit
[sales_team_operating_unit](sales_team_operating_unit/) | 16.0.1.0.0 | | Sales Team Operating Unit
[stock_operating_unit](stock_operating_unit/) | 16.0.1.2.1 | | Adds the concept of operating unit (OU) in stock management

Expand Down
28 changes: 28 additions & 0 deletions contract_operating_unit/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_operating_unit
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-08-29 10:43+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\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 5.6.2\n"

#. module: contract_operating_unit
#: model:ir.model,name:contract_operating_unit.model_contract_contract
msgid "Contract"
msgstr "Contatto"

#. module: contract_operating_unit
#: model:ir.model.fields,field_description:contract_operating_unit.field_contract_contract__operating_unit_id
#: model_terms:ir.ui.view,arch_db:contract_operating_unit.contract_contract_search_view
msgid "Operating Unit"
msgstr "Unità operativa"
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:d2833f869026e1d9d22049e1610f1f91ec5a63ca0cb52b5934c6c66c29fe326d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/16.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-16-0/operating-unit-16-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=16.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:%2016.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/16.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": "16.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,
}
181 changes: 181 additions & 0 deletions report_qweb_operating_unit/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
# 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>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 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 a23353c

Please sign in to comment.