init commit
parent
1b7ed7777f
commit
c93b6dbe48
|
@ -1,11 +1,11 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': "accounting_report",
|
'name': "SNK accounting_report",
|
||||||
|
|
||||||
'summary': """Accounting Report""",
|
'summary': """Sinerka Bank And Cash Accounting Report""",
|
||||||
|
|
||||||
'description': """
|
'description': """
|
||||||
Accounting Report
|
Sinerka Bank and Cash Accounting Report
|
||||||
""",
|
""",
|
||||||
|
|
||||||
'author': "",
|
'author': "",
|
||||||
|
|
|
@ -63,7 +63,7 @@ class WzLedgerBankAndCash(models.TransientModel):
|
||||||
return {
|
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"))),
|
'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_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',
|
'res_model': 'ledger.bank.and.cash',
|
||||||
'type': 'ir.actions.act_window',
|
'type': 'ir.actions.act_window',
|
||||||
'context': {
|
'context': {
|
||||||
|
|
Loading…
Reference in New Issue