Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] mail_composer_cc_bcc_account: Migration to 18.0 #4

Open
wants to merge 12 commits into
base: 18.0
Choose a base branch
from
Open
116 changes: 116 additions & 0 deletions mail_composer_cc_bcc_account/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
=====================================
Email CC and BCC when sending invoice
=====================================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |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%2Fmail-lightgray.png?logo=github
:target: https://github.com/OCA/mail/tree/18.0/mail_composer_cc_bcc_account
:alt: OCA/mail
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_composer_cc_bcc_account
: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/mail&target_branch=18.0
:alt: Try me on Runboat

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

This module allows to properly separate To:, Cc:, and Bcc: fields in
when sending invoices.

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
:local:

Configuration
=============

This module will be automatically installed if both account and
mail_compose_cc_bcc are installed.

Usage
=====

Use the cc and bcc fields when sending invoices, to notify other
partners then the invoice contact of the customer.

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

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

* Camptocamp SA

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

- `Trobz <https://www.trobz.com>`__:

- Hai N. Le <[email protected]>
- Son Ho <[email protected]>
- Tris Doan <[email protected]>

- `Therp BV <https://therp.nl>`__:

- Ronald Portier <[email protected]>

Other credits
-------------

The creation and migration of this module from 16.0 to 17.0, and then
17.0 to 18.0 were financially supported by Camptocamp.

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.

.. |maintainer-hailangvn2023| image:: https://github.com/hailangvn2023.png?size=40px
:target: https://github.com/hailangvn2023
:alt: hailangvn2023

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-hailangvn2023|

This module is part of the `OCA/mail <https://github.com/OCA/mail/tree/18.0/mail_composer_cc_bcc_account>`_ 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 mail_composer_cc_bcc_account/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2024 Camptocamp
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
from . import wizards
24 changes: 24 additions & 0 deletions mail_composer_cc_bcc_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2023 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Email CC and BCC when sending invoice",
"summary": "This module enables sending mail to CC and BCC partners for invoices.",
"version": "18.0.1.0.0",
"development_status": "Alpha",
"category": "Social",
"website": "https://github.com/OCA/mail",
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"maintainers": ["hailangvn2023"],
"license": "AGPL-3",
"application": False,
"installable": True,
"auto_install": True,
"preloadable": True,
"depends": [
"account",
"mail_composer_cc_bcc",
],
"data": [
"wizards/account_move_send_wizard.xml",
],
}
14 changes: 14 additions & 0 deletions mail_composer_cc_bcc_account/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\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"
34 changes: 34 additions & 0 deletions mail_composer_cc_bcc_account/i18n/mail_composer_cc_bcc_account.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_composer_cc_bcc_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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: mail_composer_cc_bcc_account
#: model:ir.model,name:mail_composer_cc_bcc_account.model_account_move_send
msgid "Account Move Send"
msgstr ""

#. module: mail_composer_cc_bcc_account
#: model:ir.model.fields,field_description:mail_composer_cc_bcc_account.field_account_move_send__partner_bcc_ids
msgid "Bcc"
msgstr ""

#. module: mail_composer_cc_bcc_account
#: model:ir.model.fields,field_description:mail_composer_cc_bcc_account.field_account_move_send__partner_cc_ids
msgid "Cc"
msgstr ""

#. module: mail_composer_cc_bcc_account
#: model:ir.model,name:mail_composer_cc_bcc_account.model_mail_thread
msgid "Email Thread"
msgstr ""
1 change: 1 addition & 0 deletions mail_composer_cc_bcc_account/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import mail_thread
19 changes: 19 additions & 0 deletions mail_composer_cc_bcc_account/models/mail_thread.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2024 Camptocamp
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo import models


class MailThread(models.AbstractModel):
_inherit = "mail.thread"

def _message_create(self, values_list):
context = self.env.context
res = super()._message_create(values_list)
partners_cc = context.get("partner_cc_ids", None)
if partners_cc:
res.recipient_cc_ids = partners_cc
partners_bcc = context.get("partner_bcc_ids", None)
if partners_bcc:
res.recipient_bcc_ids = partners_bcc
return res
3 changes: 3 additions & 0 deletions mail_composer_cc_bcc_account/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions mail_composer_cc_bcc_account/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module will be automatically installed if both account and mail_compose_cc_bcc are installed.
9 changes: 9 additions & 0 deletions mail_composer_cc_bcc_account/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- [Trobz](https://www.trobz.com):

> - Hai N. Le \<<[email protected]>\>
> - Son Ho \<<[email protected]>\>
> - Tris Doan \<<[email protected]>\>

- [Therp BV](https://therp.nl):

> - Ronald Portier \<<[email protected]>\>
1 change: 1 addition & 0 deletions mail_composer_cc_bcc_account/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The creation and migration of this module from 16.0 to 17.0, and then 17.0 to 18.0 were financially supported by Camptocamp.
2 changes: 2 additions & 0 deletions mail_composer_cc_bcc_account/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module allows to properly separate To:, Cc:, and Bcc: fields in
when sending invoices.
1 change: 1 addition & 0 deletions mail_composer_cc_bcc_account/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use the cc and bcc fields when sending invoices, to notify other partners then the invoice contact of the customer.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading