Browse Source

[FIX] Improve indentation and module version

pull/411/head
Gelu 6 years ago
parent
commit
abe5dc3602
  1. 2
      account_financial_report/__openerp__.py
  2. 2
      account_financial_report/wizard/wizard.py

2
account_financial_report/__openerp__.py

@ -25,7 +25,7 @@
##############################################################################
{
"name": "Common financial reports",
"version": "2.0",
"version": "8.0.2.0.1",
"author": "Vauxoo,Odoo Community Association (OCA)",
"website": "http://www.vauxoo.com",
"license": "GPL-3 or any later version",

2
account_financial_report/wizard/wizard.py

@ -269,7 +269,7 @@ class WizardReport(models.TransientModel):
if res:
if data['form']['date_to'] > res[0]['date_stop'] or\
data['form']['date_from'] < res[0]['date_start']:
data['form']['date_from'] < res[0]['date_start']:
raise osv.except_osv(_('UserError'),
'Las fechas deben estar entre %s y %s'
% (res[0]['date_start'],

Loading…
Cancel
Save