mirror of https://github.com/OCA/social.git
[BOT] post-merge updates
parent
41d6235dbe
commit
a9601af89c
|
@ -33,6 +33,7 @@ addon | version | maintainers | summary
|
|||
[mail_activity_reply_creator](mail_activity_reply_creator/) | 16.0.1.0.0 | | Assign new to its creator
|
||||
[mail_activity_team](mail_activity_team/) | 16.0.1.0.1 | | Add Teams to Activities
|
||||
[mail_attach_existing_attachment](mail_attach_existing_attachment/) | 16.0.1.1.0 | | Adding attachment on the object by sending this one
|
||||
[mail_attach_existing_attachment_account](mail_attach_existing_attachment_account/) | 16.0.1.0.1 | | Module to use attach existing attachment for account module
|
||||
[mail_autosubscribe](mail_autosubscribe/) | 16.0.1.0.1 | | Automatically subscribe partners to its company's business documents
|
||||
[mail_composer_cc_bcc](mail_composer_cc_bcc/) | 16.0.2.0.3 | [](https://github.com/hailangvn2023) | This module enables sending mail to CC and BCC partners in mail composer form.
|
||||
[mail_composer_cc_bcc_account](mail_composer_cc_bcc_account/) | 16.0.2.0.0 | [](https://github.com/hailangvn2023) | This module enables sending mail to CC and BCC partners for invoices.
|
||||
|
|
|
@ -7,7 +7,7 @@ Mail Attach Existing Attachment (Account)
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:4ce1f7668e74ce6192e9ca412c06d6cd8d7747f6fdacb578c5c92670cdc23f03
|
||||
!! source digest: sha256:a6718ee50525c347da218d4c3e0b8ab391a2fd2bfaff89a8ce300f40f206be3c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -28,8 +28,8 @@ Mail Attach Existing Attachment (Account)
|
|||
|
||||
|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
|
||||
Enable the functionality of ``mail_attach_existing_attachment`` on the "Send and
|
||||
Print" wizard of invoices.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
|
|
@ -367,11 +367,11 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:4ce1f7668e74ce6192e9ca412c06d6cd8d7747f6fdacb578c5c92670cdc23f03
|
||||
!! source digest: sha256:a6718ee50525c347da218d4c3e0b8ab391a2fd2bfaff89a8ce300f40f206be3c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/16.0/mail_attach_existing_attachment_account"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_attach_existing_attachment_account"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>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</p>
|
||||
<p>Enable the functionality of <tt class="docutils literal">mail_attach_existing_attachment</tt> on the “Send and
|
||||
Print” wizard of invoices.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
|
|
@ -1 +1 @@
|
|||
16.0.20241120.0
|
||||
16.0.20241217.0
|
|
@ -20,6 +20,7 @@ setuptools.setup(
|
|||
'odoo-addon-mail_activity_reply_creator>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_activity_team>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_attach_existing_attachment>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_attach_existing_attachment_account>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_autosubscribe>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_composer_cc_bcc>=16.0dev,<16.1dev',
|
||||
'odoo-addon-mail_composer_cc_bcc_account>=16.0dev,<16.1dev',
|
||||
|
|
Loading…
Reference in New Issue