Skip to content

Commit d35323f

Browse files
committed
[BOT] post-merge updates
1 parent 338c616 commit d35323f

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ addon | version | maintainers | summary
3131
[account_invoice_clearing](account_invoice_clearing/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Account invoice clearing wizard
3232
[account_invoice_crm_tag](account_invoice_crm_tag/) | 16.0.1.0.0 | | Account Invoice CRM Tag
3333
[account_invoice_currency_taxes](account_invoice_currency_taxes/) | 16.0.1.0.2 | | Taxes in company currency in invoice report
34+
[account_invoice_customer_no_autofollow](account_invoice_customer_no_autofollow/) | 16.0.1.0.1 | | Do not add customer as follower in Invoices
3435
[account_invoice_default_code_column](account_invoice_default_code_column/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Default code product in a dedicated column on invoice reports
3536
[account_invoice_discount_date](account_invoice_discount_date/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Set the early discount date on invoices
3637
[account_invoice_discount_display_amount](account_invoice_discount_display_amount/) | 16.0.1.1.1 | | Show total discount applied and total without discount on invoices.

account_invoice_customer_no_autofollow/README.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Invoice Customer No Autofollow
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b53f951fdc36714677daf0a573fd711c0013a412f71f595510e91ab2a303507d
10+
!! source digest: sha256:170b59ca348803ddb55ce040eda90807e0b94d932cc3eda3f3543374c1a17c91
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -80,17 +80,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8080
mission is to support the collaborative development of Odoo features and
8181
promote its widespread use.
8282

83-
.. |maintainer-dessanhemrayev| image:: https://github.com/dessanhemrayev.png?size=40px
84-
:target: https://github.com/dessanhemrayev
85-
:alt: dessanhemrayev
86-
.. |maintainer-CetmixGitDrone| image:: https://github.com/CetmixGitDrone.png?size=40px
87-
:target: https://github.com/CetmixGitDrone
88-
:alt: CetmixGitDrone
89-
90-
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
91-
92-
|maintainer-dessanhemrayev| |maintainer-CetmixGitDrone|
93-
9483
This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/16.0/account_invoice_customer_no_autofollow>`_ project on GitHub.
9584

9685
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_invoice_customer_no_autofollow/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Invoice Customer No Autofollow",
66
"summary": "Do not add customer as follower in Invoices",
77
"author": "Cetmix,Odoo Community Association (OCA)",
8-
"version": "16.0.1.0.0",
8+
"version": "16.0.1.0.1",
99
"website": "https://github.com/OCA/account-invoicing",
1010
"category": "Account",
1111
"depends": ["account"],

account_invoice_customer_no_autofollow/static/description/index.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Invoice Customer No Autofollow</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:b53f951fdc36714677daf0a573fd711c0013a412f71f595510e91ab2a303507d
370+
!! source digest: sha256:170b59ca348803ddb55ce040eda90807e0b94d932cc3eda3f3543374c1a17c91
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/account-invoicing/tree/16.0/account_invoice_customer_no_autofollow"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_invoice_customer_no_autofollow"><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/account-invoicing&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>By default Odoo adds customer as follower to all invoices.
@@ -424,12 +425,12 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
424425
<div class="section" id="maintainers">
425426
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
426427
<p>This module is maintained by the OCA.</p>
427-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
428+
<a class="reference external image-reference" href="https://odoo-community.org">
429+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
430+
</a>
428431
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
429432
mission is to support the collaborative development of Odoo features and
430433
promote its widespread use.</p>
431-
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
432-
<p><a class="reference external image-reference" href="https://github.com/dessanhemrayev"><img alt="dessanhemrayev" src="https://github.com/dessanhemrayev.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/CetmixGitDrone"><img alt="CetmixGitDrone" src="https://github.com/CetmixGitDrone.png?size=40px" /></a></p>
433434
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoicing/tree/16.0/account_invoice_customer_no_autofollow">OCA/account-invoicing</a> project on GitHub.</p>
434435
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
435436
</div>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20250220.0
1+
16.0.20250223.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'odoo-addon-account_invoice_clearing>=16.0dev,<16.1dev',
1919
'odoo-addon-account_invoice_crm_tag>=16.0dev,<16.1dev',
2020
'odoo-addon-account_invoice_currency_taxes>=16.0dev,<16.1dev',
21+
'odoo-addon-account_invoice_customer_no_autofollow>=16.0dev,<16.1dev',
2122
'odoo-addon-account_invoice_default_code_column>=16.0dev,<16.1dev',
2223
'odoo-addon-account_invoice_discount_date>=16.0dev,<16.1dev',
2324
'odoo-addon-account_invoice_discount_display_amount>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)