Skip to content

Commit

Permalink
[MIG] l10n_ar_stock: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mem-adhoc committed Feb 8, 2024
1 parent b250820 commit c234f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions l10n_ar_stock/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Remitos, COT y demas ajustes de stock para Argentina',
'version': "16.0.1.5.0",
'version': "17.0.1.0.0",
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down Expand Up @@ -31,7 +31,7 @@
'demo/stock_book_demo.xml',
'demo/stock_picking_demo.xml',
],
'installable': False,
'installable': True,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion l10n_ar_stock/models/account_chart_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from odoo import models, api


class AccountChartTemplate(models.Model):
class AccountChartTemplate(models.AbstractModel):
_inherit = 'account.chart.template'

def _load_template(
Expand Down

0 comments on commit c234f00

Please sign in to comment.