Skip to content

Commit 3cc7f47

Browse files
committed
[BOT] post-merge updates
1 parent 6e3ee56 commit 3cc7f47

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[account_cutoff_accrual_subscription](account_cutoff_accrual_subscription/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Accrued expenses based on subscriptions
25-
[account_cutoff_base](account_cutoff_base/) | 17.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Account Cut-offs
25+
[account_cutoff_base](account_cutoff_base/) | 17.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Account Cut-offs
2626
[account_cutoff_picking](account_cutoff_picking/) | 17.0.1.1.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Accrued and prepaid expense/revenue from pickings
2727
[account_cutoff_start_end_dates](account_cutoff_start_end_dates/) | 17.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Cutoffs based on start/end dates
2828
[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 17.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds start/end dates on invoice/move lines

account_cutoff_base/README.rst

+19-19
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Cut-off Base
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:c91fa0d8a0b963e99f75960f254698491d21ad27e7073b99dd7676e8c158e912
10+
!! source digest: sha256:4a880968990ece8c632e3fe6956f51214d5490f3f82fb34eb2bee01bbbd88a42
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -32,12 +32,12 @@ This module contains the technical basis for other cut-off modules ; it
3232
doesn't provide useful features by itself. You need to install other
3333
cut-off modules to get the useful features:
3434

35-
- the module *account_cutoff_start_end_dates* will manage cut-offs
36-
based on start date and end date of invoice/move lines,
37-
- the module *account_cutoff_picking* will manage cut-offs based on the
38-
pickings.
39-
- the module *account_cutoff_accrual_subscription* will manage cut-offs
40-
based on subscriptions.
35+
- the module *account_cutoff_start_end_dates* will manage cut-offs based
36+
on start date and end date of invoice/move lines,
37+
- the module *account_cutoff_picking* will manage cut-offs based on the
38+
pickings.
39+
- the module *account_cutoff_accrual_subscription* will manage cut-offs
40+
based on subscriptions.
4141

4242
**Table of contents**
4343

@@ -53,8 +53,8 @@ parameters that are in the *Cut-off* section.
5353
Then, if you plan to use accruals, go to *Invoicing > Configuration >
5454
Accounting > Taxes* and:
5555

56-
- for each sale tax, configure the *Accrued Revenue Tax Account*,
57-
- for each purchase tax, configure the *Accrued Expense Tax Account*.
56+
- for each sale tax, configure the *Accrued Revenue Tax Account*,
57+
- for each purchase tax, configure the *Accrued Expense Tax Account*.
5858

5959
Usage
6060
=====
@@ -83,24 +83,24 @@ Authors
8383
Contributors
8484
------------
8585

86-
- Alexis de Lattre <[email protected]>
86+
- Alexis de Lattre <[email protected]>
8787

88-
- Alexandre Fayolle <[email protected]>
88+
- Alexandre Fayolle <[email protected]>
8989

90-
- Stéphane Bidoul (ACSONE)
90+
- Stéphane Bidoul (ACSONE)
9191

92-
- Adrien Peiffer (ACSONE)
92+
- Adrien Peiffer (ACSONE)
9393

94-
- Pedro M. Baeza <[email protected]>
94+
- Pedro M. Baeza <[email protected]>
9595

96-
- Jeroen Evens <[email protected]>
96+
- Jeroen Evens <[email protected]>
9797

98-
- Jim Hoefnagels <[email protected]>
98+
- Jim Hoefnagels <[email protected]>
9999

100-
- `Trobz <https://trobz.com>`__:
100+
- `Trobz <https://trobz.com>`__:
101101

102-
- Dzung Tran <[email protected]>
103-
- Thao Le <[email protected]>
102+
- Dzung Tran <[email protected]>
103+
- Thao Le <[email protected]>
104104

105105
Other credits
106106
-------------

account_cutoff_base/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Account Cut-off Base",
7-
"version": "17.0.1.1.0",
7+
"version": "17.0.1.2.0",
88
"category": "Accounting & Finance",
99
"summary": "Base module for Account Cut-offs",
1010
"author": "Akretion,Odoo Community Association (OCA)",

account_cutoff_base/static/description/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@ <h1 class="title">Account Cut-off Base</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:c91fa0d8a0b963e99f75960f254698491d21ad27e7073b99dd7676e8c158e912
370+
!! source digest: sha256:4a880968990ece8c632e3fe6956f51214d5490f3f82fb34eb2bee01bbbd88a42
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/account-closing/tree/17.0/account_cutoff_base"><img alt="OCA/account-closing" src="https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-closing-17-0/account-closing-17-0-account_cutoff_base"><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-closing&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module contains the technical basis for other cut-off modules ; it
374374
doesn’t provide useful features by itself. You need to install other
375375
cut-off modules to get the useful features:</p>
376376
<ul class="simple">
377-
<li>the module <em>account_cutoff_start_end_dates</em> will manage cut-offs
378-
based on start date and end date of invoice/move lines,</li>
377+
<li>the module <em>account_cutoff_start_end_dates</em> will manage cut-offs based
378+
on start date and end date of invoice/move lines,</li>
379379
<li>the module <em>account_cutoff_picking</em> will manage cut-offs based on the
380380
pickings.</li>
381381
<li>the module <em>account_cutoff_accrual_subscription</em> will manage cut-offs

0 commit comments

Comments
 (0)