Skip to content

Commit

Permalink
[17.0][MIG] account_analytic_sequence: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-dherreros committed Jun 12, 2024
1 parent b77bae1 commit 12fc438
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions account_analytic_sequence/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Contributors

- Víctor Martínez

- Daniel Herreros <daniel.herreros@braintec.com>

Maintainers
-----------

Expand Down
5 changes: 1 addition & 4 deletions account_analytic_sequence/hooks.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Copyright 2020 Brainbean Apps (https://brainbeanapps.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from odoo import SUPERUSER_ID, api


def post_init_hook(cr, registry):
env = api.Environment(cr, SUPERUSER_ID, {})
def post_init_hook(env):
env["account.analytic.account"]._assign_default_codes()
1 change: 1 addition & 0 deletions account_analytic_sequence/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- Manuel Regidor \<<manuel.regidor@sygel.es>\>
- [Tecnativa](https://www.tecnativa.com):
- Víctor Martínez
- Daniel Herreros \<<daniel.herreros@braintec.com>\>
1 change: 1 addition & 0 deletions account_analytic_sequence/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<li>Víctor Martínez</li>
</ul>
</li>
<li>Daniel Herreros &lt;<a class="reference external" href="mailto:daniel.herreros&#64;braintec.com">daniel.herreros&#64;braintec.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down

0 comments on commit 12fc438

Please sign in to comment.