mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
FIX
File "/home/elbati/workspace/odoo/instances/demo9-community/parts/odoo-ocb/openerp/sql_db.py", line 220, in execute
res = self._obj.execute(query, params)
DataError: value too long for type character varying(256)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
'name': 'Account Fiscal Year',
|
||||
'version': '9.0.0.1.0',
|
||||
'category': 'Accounting',
|
||||
'summary': """
|
||||
'description': """
|
||||
Extend date.range.type to add fiscal_year flag.
|
||||
|
||||
Override official res_company.compute_fiscal_year_dates to get the
|
||||
|
||||
Reference in New Issue
Block a user