diff --git a/__manifest__.py b/__manifest__.py index 766eb75..d6efdf3 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- { - 'name': "accounting_report", + 'name': "SNK accounting_report", - 'summary': """Accounting Report""", + 'summary': """Sinerka Bank And Cash Accounting Report""", 'description': """ - Accounting Report + Sinerka Bank and Cash Accounting Report """, 'author': "", diff --git a/wizards/wz_ledger_bank_and_cash.py b/wizards/wz_ledger_bank_and_cash.py index 53aff42..8f6a3ff 100644 --- a/wizards/wz_ledger_bank_and_cash.py +++ b/wizards/wz_ledger_bank_and_cash.py @@ -63,7 +63,7 @@ class WzLedgerBankAndCash(models.TransientModel): return { 'name': _("Cash and Bank Book Period %s s/d %s" %(self.date_from.strftime("%d-%m-%Y"), self.date_to.strftime("%d-%m-%Y"))), 'view_mode': 'list', - 'view_id': self.env.ref('accounting_report.accounting_report_ledger_bank_and_cash_view_tree').id, + 'view_id': self.env.ref('snk_accounting_report.accounting_report_ledger_bank_and_cash_view_tree').id, 'res_model': 'ledger.bank.and.cash', 'type': 'ir.actions.act_window', 'context': {