Skip to content

Commit

Permalink
Merge PR #1353 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Oct 18, 2024
2 parents 3d477ef + 5e21b89 commit 33d0226
Show file tree
Hide file tree
Showing 19 changed files with 1,292 additions and 0 deletions.
90 changes: 90 additions & 0 deletions project_purchase_link/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
=====================
Project Purchase Link
=====================

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

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

With this module you can access to purchase orders and invoices related
to the project.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Belong to the "Show Full Accounting Features" and "Analytic
Accounting" groups.
2. On the lines of purchase orders or invoices, indicate the analytical
account associated with the project.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/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/project/issues/new?body=module:%20project_purchase_link%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
-------

* AvanzOSC

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

- Oihane Crucelaegui <[email protected]>
- Ana Juaristi <[email protected]>
- Alberto Martín Cortada <[email protected]>
- Zina Rasoamanana <[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/project <https://github.com/OCA/project/tree/17.0/project_purchase_link>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions project_purchase_link/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright 2019 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import models
14 changes: 14 additions & 0 deletions project_purchase_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2018 Gontzal Gomez - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
"name": "Project Purchase Link",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"depends": ["project", "purchase", "hr_timesheet"],
"author": "AvanzOSC, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project",
"category": "Project",
"data": ["views/project_project_view.xml"],
"installable": True,
}
79 changes: 79 additions & 0 deletions project_purchase_link/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_purchase_utilities
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-25 08:47+0000\n"
"PO-Revision-Date: 2023-09-03 13:36+0000\n"
"Last-Translator: Ivorra78 <[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.17\n"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_count
msgid "# Purchase"
msgstr "N.º de compras"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_count
msgid "# Purchase Invoice"
msgstr "N.º de facturas de compra"

#. module: project_purchase_link
#: model:ir.model,name:project_purchase_link.model_project_project
msgid "Project"
msgstr "Proyecto"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Invoice Lines"
msgstr "Líneas de factura de compra"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoice Total"
msgstr "Total de facturas de compra"

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoices"
msgstr "Facturas de compra"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order"
msgstr "Pedido de compra"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order Lines"
msgstr "Líneas de pedido de compra"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Total"
msgstr "Total de compras"

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchases"
msgstr "Compras"

#~ msgid "Purchase Lines"
#~ msgstr "Líneas de compra"
75 changes: 75 additions & 0 deletions project_purchase_link/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_purchase_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-09-04 18:40+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 4.17\n"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_count
msgid "# Purchase"
msgstr "N° acquisto"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_count
msgid "# Purchase Invoice"
msgstr "N° fattura di acquisto"

#. module: project_purchase_link
#: model:ir.model,name:project_purchase_link.model_project_project
msgid "Project"
msgstr "Progetto"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Invoice Lines"
msgstr "Righe fattura di acquisto"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoice Total"
msgstr "Totale fattura di acquisto"

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoices"
msgstr "Fatture di acquisto"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order"
msgstr "Ordine di acquisto"

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order Lines"
msgstr "Righe ordine di acquisto"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Total"
msgstr "Totale acquisti"

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchases"
msgstr "Acquisti"
72 changes: 72 additions & 0 deletions project_purchase_link/i18n/project_purchase_link.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_purchase_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_count
msgid "# Purchase"
msgstr ""

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_count
msgid "# Purchase Invoice"
msgstr ""

#. module: project_purchase_link
#: model:ir.model,name:project_purchase_link.model_project_project
msgid "Project"
msgstr ""

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Invoice Lines"
msgstr ""

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_invoice_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoice Total"
msgstr ""

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Invoices"
msgstr ""

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order"
msgstr ""

#. module: project_purchase_link
#. odoo-python
#: code:addons/project_purchase_link/models/project_project.py:0
#, python-format
msgid "Purchase Order Lines"
msgstr ""

#. module: project_purchase_link
#: model:ir.model.fields,field_description:project_purchase_link.field_project_project__purchase_line_total
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchase Total"
msgstr ""

#. module: project_purchase_link
#: model_terms:ir.ui.view,arch_db:project_purchase_link.project_project_view_form
msgid "Purchases"
msgstr ""
Loading

0 comments on commit 33d0226

Please sign in to comment.