Skip to content

Commit

Permalink
[MIG] account_move_tier_validation: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moitabenfdz authored and StefanRijnhart committed Nov 1, 2024
1 parent 8dc5a3b commit daeeaf6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions account_move_tier_validation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Contributors

- Odoo Perú <info@odooperu.pe>
- Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
- Marcos Oitabén <marcosoitaben@gmail.com>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion account_move_tier_validation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Account Move Tier Validation",
"summary": "Extends the functionality of Account Moves to "
"support a tier validation process.",
"version": "16.0.1.0.1",
"version": "17.0.1.0.0",
"category": "Accounts",
"website": "https://github.com/OCA/account-invoicing",
"author": "PESOL, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion account_move_tier_validation/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _get_under_validation_exceptions(self):
return super()._get_under_validation_exceptions() + ["needed_terms_dirty"]

def _get_to_validate_message_name(self):
name = super(AccountMove, self)._get_to_validate_message_name()
name = super()._get_to_validate_message_name()
if self.move_type == "in_invoice":
name = _("Bill")
elif self.move_type == "in_refund":
Expand Down
1 change: 1 addition & 0 deletions account_move_tier_validation/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Odoo Perú \<<info@odooperu.pe>\>
- Tharathip Chaweewongphan \<<tharathipc@ecosoft.co.th>\>
- Marcos Oitabén \<<marcosoitaben@gmail.com>\>
1 change: 1 addition & 0 deletions account_move_tier_validation/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
<ul class="simple">
<li>Odoo Perú &lt;<a class="reference external" href="mailto:info&#64;odooperu.pe">info&#64;odooperu.pe</a>&gt;</li>
<li>Tharathip Chaweewongphan &lt;<a class="reference external" href="mailto:tharathipc&#64;ecosoft.co.th">tharathipc&#64;ecosoft.co.th</a>&gt;</li>
<li>Marcos Oitabén &lt;<a class="reference external" href="mailto:marcosoitaben&#64;gmail.com">marcosoitaben&#64;gmail.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down

0 comments on commit daeeaf6

Please sign in to comment.