This question has been flagged
1 Reply
3501 Views

Hi,

In Amazon Web Services instance with odoo 8, with spanish chart of accounts. I just introduced one posted entry:

Journal Entries / OPEJ/2014/0001

Journal Miscellaneous Journal (EUR)

Period 11/2014

Reference

Date 11/01/2014

To Review

tfno oct572000 Bancos e instituciones de crédito c/c vista, euros0.002.410.000.00Balanced

tfno oct IVA 21% - S_IVA21410014 Movistar0.002.410.00[09] - Régimen general IVA devengado. Cuota 21%0.00Balanced

tfno oct410014 Movistar2.410.000.00[07] - Régimen general IVA devengado. Base imponible 21%0.00Balanced

tfno oct472000 Hacienda Pública. IVA soportado0.420.000.00-- - Base operaciones interiores corrientes (21%)0.42Balanced

tfno oct629008 Telefono Luz..1.990.000.001.99Balanced

I get the next error when I print Journals (Miscellaneous Journal), inside the manu Reporting/ legal Reports/Journals.

OpenERP Client Error

SyntaxError: JSON.parse: unexpected character at line 6 column 29 of the JSON data

http://54.172.188.167:8072/web/js/web.assets_backend/a84454b:2810

Can you help us on this bug?

ds data systems

javier.gonzalez@dsdata.es

+34 651 85 32 23

Avatar
Discard
Author Best Answer

I think that it's an installation problem.

I Reinstalled the product on Amazon Web Services

1.- Creo archivo odoo_install.sh a partir de

https://github.com/aschenkels-ictstudio/openerp-install-scripts/blob/master/odoo-v8/ubuntu-14-04/odoo_install.sh

2.- sudo sh odoo_install.sh

3.- sudo /etc/init.d/odoo-server start

4.- to solve wkhtmltopdf issue (report are empty or version error) use this :
sudo wget http://jaist.dl.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin

sudo /etc/init.d/odoo-server stop

sudo /etc/init.d/odoo-server start

Avatar
Discard