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

[17.0][mig] mail_attach_existing_attachment_account #1547

Open
wants to merge 19 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4fd2758
[12.0][ADD]mail_attach_existing_attachment_account
tbaden Apr 24, 2019
e070402
[IMP] mail_attach_existing_attachment_account: black, isort, prettier
victoralmau Nov 11, 2021
14fbff0
[MIG] mail_attach_existing_attachment_account: Migration to 13.0
Rad0van Aug 28, 2020
f832d02
[IMP] mail_attach_existing_attachment_account: black, isort, prettier
victoralmau Nov 11, 2021
0374ebb
[MIG] mail_attach_existing_attachment_account: Migration to 14.0
Nov 10, 2021
48d30d4
[UPD] Update mail_attach_existing_attachment_account.pot
oca-travis Nov 11, 2021
586ebbc
[UPD] README.rst
OCA-git-bot Nov 11, 2021
227e391
[FIX] mail_attach_existing_attachment_account: Resilient tests on mul…
pedrobaeza Mar 16, 2022
12c9dc8
[MIG] mail_attach_existing_attachment_account from 14.0
sbidoul Nov 22, 2024
158e39e
[IMP] mail_attach_existing_attachment_account: pre-commit stuff
sbidoul Nov 22, 2024
a0bb431
[DOC] mail_attach_existing_attachment_account: improve description
sbidoul Nov 22, 2024
910bf7f
[IMP] mail_attach_existing_attachment_account: align with base module
sbidoul Nov 23, 2024
9f5e5bf
[UPD] Update mail_attach_existing_attachment_account.pot
Dec 17, 2024
a73ee82
[BOT] post-merge updates
OCA-git-bot Dec 17, 2024
753a37f
Added translation using Weblate (Italian)
mymage Dec 18, 2024
3bcc9e1
Translated using Weblate (Italian)
mymage Dec 18, 2024
db5f1a2
Translated using Weblate (Italian)
mymage Dec 19, 2024
8afe237
[IMP] mail_attach_existing_attachment_account: pre-commit auto fixes
damdam-s Jan 16, 2025
1ff4372
[MIG] mail_attach_existing_attachment_account: Migration to 17.0
damdam-s Jan 16, 2025
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
82 changes: 82 additions & 0 deletions mail_attach_existing_attachment_account/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
=========================================
Mail Attach Existing Attachment (Account)
=========================================

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

.. |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%2Fsocial-lightgray.png?logo=github
:target: https://github.com/OCA/social/tree/17.0/mail_attach_existing_attachment_account
:alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_attach_existing_attachment_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/social&target_branch=17.0
:alt: Try me on Runboat

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

This Module adds the mail_attach_existing_attachment feature to the
account module, since there is a change in odoo 12.0, which adds a new
mail wizard form to the account module

**Table of contents**

.. contents::
:local:

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

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

* Thore Baden

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

- Thore Baden <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:

- Víctor Martínez
- Ernesto Tejeda

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/social <https://github.com/OCA/social/tree/17.0/mail_attach_existing_attachment_account>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions mail_attach_existing_attachment_account/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import wizard
16 changes: 16 additions & 0 deletions mail_attach_existing_attachment_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2019 Thore Baden
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Mail Attach Existing Attachment (Account)",
"summary": "Module to use attach existing attachment for account module",
"author": "Thore Baden, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"category": "Social Network",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"depends": ["account", "mail_attach_existing_attachment"],
"data": ["wizard/account_move_send_view.xml"],
"installable": True,
"auto_install": True,
}
27 changes: 27 additions & 0 deletions mail_attach_existing_attachment_account/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_attach_existing_attachment_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-12-19 10:06+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: mail_attach_existing_attachment_account
#: model:ir.model,name:mail_attach_existing_attachment_account.model_account_invoice_send
msgid "Account Invoice Send"
msgstr "Conto invio fattura"

#. module: mail_attach_existing_attachment_account
#: model:ir.model.fields,field_description:mail_attach_existing_attachment_account.field_account_invoice_send__can_attach_attachment
msgid "Can Attach Attachment"
msgstr "Può inserire allegati"
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_attach_existing_attachment_account
#
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: mail_attach_existing_attachment_account
#: model:ir.model,name:mail_attach_existing_attachment_account.model_account_invoice_send
msgid "Account Invoice Send"
msgstr ""

#. module: mail_attach_existing_attachment_account
#: model:ir.model.fields,field_description:mail_attach_existing_attachment_account.field_account_invoice_send__can_attach_attachment
msgid "Can Attach Attachment"
msgstr ""
3 changes: 3 additions & 0 deletions mail_attach_existing_attachment_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"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Thore Baden \<[email protected]\>
- [Tecnativa](https://www.tecnativa.com):
- Víctor Martínez
- Ernesto Tejeda
3 changes: 3 additions & 0 deletions mail_attach_existing_attachment_account/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This Module adds the mail_attach_existing_attachment feature to the
account module, since there is a change in odoo 12.0, which adds a new
mail wizard form to the account module
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading