Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions project_sale_link/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
=====================
Project Sale Link
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:58bc519786cdba00abecbf70c4dfc47c91c7dd091d2b89be65d4ec57d21ed390
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/18.0/project_sale_link
:alt: OCA/project
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-18-0/project-18-0-project_sale_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=18.0
:alt: Try me on Runboat

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

With this module you can access to sale 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 sale 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_sale_link%0Aversion:%2018.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
* TechnoLibre

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

- Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
- Ana Juaristi <anajuaristi@avanzosc.es>
- Alberto Martín Cortada <alberto.martin@guadaltech.es>
- Zina Rasoamanana <zina.rasoamanana@acsone.eu>
- Mathieu Benoit <mathben@technolibre.ca>

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/18.0/project_sale_link>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 5 additions & 0 deletions project_sale_link/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2025 Oihane Crucelaegui - AvanzOSC
# Copyright 2025 Mathieu Benoit - TechnoLibre
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
15 changes: 15 additions & 0 deletions project_sale_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2025 Gontzal Gomez - AvanzOSC
# Copyright 2025 Mathieu Benoit - TechnoLibre
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Project Sale Link",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"depends": ["project", "sale"],
"author": "AvanzOSC, " "TechnoLibre, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project",
"category": "Project",
"data": ["views/project_project_view.xml"],
"installable": True,
}
53 changes: 53 additions & 0 deletions project_sale_link/i18n/fr_CA.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_sale_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-15 03:36+0000\n"
"PO-Revision-Date: 2025-10-15 03:36+0000\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_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_count
msgid "# Sale"
msgstr "# Vente"

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_invoice_count
msgid "# Sale Invoice"
msgstr "# Facture de vente"

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

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_invoice_line_total
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Invoice Total"
msgstr "Total de la facture de vente"

#. module: project_sale_link
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Invoices"
msgstr "Factures de vente"

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_line_total
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Total"
msgstr "Vente total"

#. module: project_sale_link
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sales"
msgstr "Ventes"
53 changes: 53 additions & 0 deletions project_sale_link/i18n/project_sale_link.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_sale_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-15 03:35+0000\n"
"PO-Revision-Date: 2025-10-15 03:35+0000\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_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_count
msgid "# Sale"
msgstr ""

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_invoice_count
msgid "# Sale Invoice"
msgstr ""

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

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_invoice_line_total
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Invoice Total"
msgstr ""

#. module: project_sale_link
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Invoices"
msgstr ""

#. module: project_sale_link
#: model:ir.model.fields,field_description:project_sale_link.field_project_project__sale_line_total
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sale Total"
msgstr ""

#. module: project_sale_link
#: model_terms:ir.ui.view,arch_db:project_sale_link.project_project_view_form
msgid "Sales"
msgstr ""
5 changes: 5 additions & 0 deletions project_sale_link/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2025 Oihane Crucelaegui - AvanzOSC
# Copyright 2025 Mathieu Benoit - TechnoLibre
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import project_project
Loading
Loading