Skip to content

Commit

Permalink
[MIG] account_multi_store: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vib-adhoc committed Sep 5, 2022
1 parent 208aa39 commit 17b452c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions account_multi_store/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Multi Store for Accounting',
'version': '13.0.1.1.0',
'version': "15.0.1.0.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand All @@ -44,7 +44,7 @@
# TODO fix demo data, perhups yml
# 'demo/account_demo.xml',
],
'installable': False,
'installable': True,
'auto_install': True,
'application': False,
}
2 changes: 1 addition & 1 deletion account_multi_store/models/account_journal.py
Expand Up @@ -19,7 +19,7 @@ class AccountJournal(models.Model):
@api.model
def _search(self, args, offset=0, limit=None, order=None, count=False, access_rights_uid=None):
"""
Para que usuarios los usuarios no puedan elegir diarios donde no puedan
Para que los usuarios no puedan elegir diarios donde no puedan
escribir, modificamos la funcion search. No lo hacemos por regla de
permiso ya que si no pueden ver los diarios termina dando errores en
cualquier lugar que se use un campo related a algo del diario
Expand Down

0 comments on commit 17b452c

Please sign in to comment.