Skip to content

Commit eedfa02

Browse files
committed
[BOT] post-merge updates
1 parent 9111580 commit eedfa02

File tree

5 files changed

+61
-39
lines changed

5 files changed

+61
-39
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ addon | version | maintainers | summary
7878
[account_move_original_partner](account_move_original_partner/) | 14.0.1.0.0 | | Display original customers when creating invoices from multiple sale orders.
7979
[account_move_post_block](account_move_post_block/) | 14.0.1.0.1 | | Account Move Post Block
8080
[account_move_propagate_ref](account_move_propagate_ref/) | 14.0.1.0.1 | | Propagate ref when reversing and recreating an accounting move
81+
[account_move_substate](account_move_substate/) | 14.0.1.0.0 | | Account Move Sub State
8182
[account_move_tier_validation](account_move_tier_validation/) | 14.0.1.1.0 | | Extends the functionality of Account Moves to support a tier validation process.
8283
[account_move_tier_validation_approver](account_move_tier_validation_approver/) | 14.0.1.0.0 | | Account Move Tier Validation Approver
8384
[account_move_tier_validation_forward](account_move_tier_validation_forward/) | 14.0.1.0.0 | | Account Move Tier Validation - Forward Option

account_move_substate/README.rst

+19-11
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Account Move Sub State
33
======================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:b9f3f37f0bae8b820cb6a9595f77931f8ca99f6215f703f4d0911292cde30288
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -19,15 +22,15 @@ Account Move Sub State
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
2023
:target: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_substate
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/95/14.0
24-
:alt: Try me on Runbot
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=14.0
27+
:alt: Try me on Runboat
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

28-
This module allows to add a substate to journal entry.
31+
This module allows you to add a substate to a journal entry.
2932
For each journal entry state you can define a substate.
30-
We this module you can define substate which allow you to extend accounting workflow.
33+
With this module, you can define substates which allow you to extend the accounting workflow.
3134

3235
**Table of contents**
3336

@@ -37,19 +40,19 @@ We this module you can define substate which allow you to extend accounting work
3740
Usage
3841
=====
3942

40-
#. Go to ** Settings > Technical > Database Structure ** and Add "Base substate".
41-
If necessery you can add "target State values" (ex define a substate for "cancel"
43+
#. Go to ** Settings > Technical > Substate Configuration > Base Substate ** and add a "Base substate".
44+
If necessary you can add "target State values" (ex define a substate for "cancel"
4245
state).
4346
Substate sequence is very important.
4447
#. Create a journal entry and check if the substate are displayed on the header of
45-
form view. Check if you can't set substate defined for journal entry if state is a draft.
48+
form view. Check if you can't set substate defined for journal entry if state is a draft.
4649

4750
Bug Tracker
4851
===========
4952

5053
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues>`_.
5154
In case of trouble, please check there if your issue has already been reported.
52-
If you spotted it first, help us smashing it by providing a detailed and welcomed
55+
If you spotted it first, help us to smash it by providing a detailed and welcomed
5356
`feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_substate%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5457

5558
Do not contact contributors directly about support or help with technical issues.
@@ -60,6 +63,7 @@ Credits
6063
Authors
6164
~~~~~~~
6265

66+
* 360ERP
6367
* Ecosoft
6468

6569
Contributors
@@ -69,6 +73,10 @@ Contributors
6973

7074
* Pimolnat Suntian <[email protected]>
7175

76+
* `360ERP <https://360ERP.com>`__:
77+
78+
* Bosd <bosd>
79+
7280
Maintainers
7381
~~~~~~~~~~~
7482

account_move_substate/static/description/index.html

+39-27
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
76
<title>Account Move Sub State</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -366,67 +366,79 @@ <h1 class="title">Account Move Sub State</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:b9f3f37f0bae8b820cb6a9595f77931f8ca99f6215f703f4d0911292cde30288
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/OCA/account-invoicing/tree/14.0/account_move_substate"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_move_substate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/95/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
371-
<p>This module allows to add a substate to journal entry.
372+
<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-invoicing/tree/14.0/account_move_substate"><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-14-0/account-invoicing-14-0-account_move_substate"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373+
<p>This module allows you to add a substate to a journal entry.
372374
For each journal entry state you can define a substate.
373-
We this module you can define substate which allow you to extend accounting workflow.</p>
375+
With this module, you can define substates which allow you to extend the accounting workflow.</p>
374376
<p><strong>Table of contents</strong></p>
375377
<div class="contents local topic" id="contents">
376378
<ul class="simple">
377-
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
378-
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
379-
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
380-
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
381-
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
382-
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
379+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
380+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
381+
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
382+
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
383+
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
384+
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
383385
</ul>
384386
</li>
385387
</ul>
386388
</div>
387389
<div class="section" id="usage">
388-
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
390+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
389391
<ol class="arabic simple">
390392
<li><dl class="first docutils">
391-
<dt>Go to ** Settings &gt; Technical &gt; Database Structure ** and Add “Base substate”.</dt>
392-
<dd>If necessery you can add “target State values” (ex define a substate for “cancel”
393+
<dt>Go to ** Settings &gt; Technical &gt; Substate Configuration &gt; Base Substate ** and add a “Base substate”.</dt>
394+
<dd>If necessary you can add “target State values” (ex define a substate for “cancel”
393395
state).
394396
Substate sequence is very important.</dd>
395397
</dl>
396398
</li>
397-
<li>Create a journal entry and check if the substate are displayed on the header of
398-
form view. Check if you can’t set substate defined for journal entry if state is a draft.</li>
399+
<li><dl class="first docutils">
400+
<dt>Create a journal entry and check if the substate are displayed on the header of</dt>
401+
<dd>form view. Check if you can’t set substate defined for journal entry if state is a draft.</dd>
402+
</dl>
403+
</li>
399404
</ol>
400405
</div>
401406
<div class="section" id="bug-tracker">
402-
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
407+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
403408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoicing/issues">GitHub Issues</a>.
404409
In case of trouble, please check there if your issue has already been reported.
405-
If you spotted it first, help us smashing it by providing a detailed and welcomed
410+
If you spotted it first, help us to smash it by providing a detailed and welcomed
406411
<a class="reference external" href="https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_move_substate%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
407412
<p>Do not contact contributors directly about support or help with technical issues.</p>
408413
</div>
409414
<div class="section" id="credits">
410-
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
415+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
411416
<div class="section" id="authors">
412-
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
417+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
413418
<ul class="simple">
419+
<li>360ERP</li>
414420
<li>Ecosoft</li>
415421
</ul>
416422
</div>
417423
<div class="section" id="contributors">
418-
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
424+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
419425
<ul class="simple">
420426
<li><a class="reference external" href="http://ecosoft.co.th">Ecosoft</a>:<ul>
421427
<li>Pimolnat Suntian &lt;<a class="reference external" href="mailto:pimolnats&#64;ecosoft.co.th">pimolnats&#64;ecosoft.co.th</a>&gt;</li>
422428
</ul>
423429
</li>
430+
<li><a class="reference external" href="https://360ERP.com">360ERP</a>:<ul>
431+
<li>Bosd &lt;bosd&gt;</li>
432+
</ul>
433+
</li>
424434
</ul>
425435
</div>
426436
<div class="section" id="maintainers">
427-
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
437+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
428438
<p>This module is maintained by the OCA.</p>
429-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
439+
<a class="reference external image-reference" href="https://odoo-community.org">
440+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
441+
</a>
430442
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
431443
mission is to support the collaborative development of Odoo features and
432444
promote its widespread use.</p>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.20250302.0
1+
14.0.20250316.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'odoo14-addon-account_move_original_partner',
6666
'odoo14-addon-account_move_post_block',
6767
'odoo14-addon-account_move_propagate_ref',
68+
'odoo14-addon-account_move_substate',
6869
'odoo14-addon-account_move_tier_validation',
6970
'odoo14-addon-account_move_tier_validation_approver',
7071
'odoo14-addon-account_move_tier_validation_forward',

0 commit comments

Comments
 (0)