Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0 l10n ve wh fiscalseal hbto #22

Open
wants to merge 62 commits into
base: 7.0
Choose a base branch
from

Conversation

hbto
Copy link
Contributor

@hbto hbto commented Jul 13, 2015

No description provided.

hbto added 30 commits July 3, 2015 12:55
Missing method to grab accounting accounts
Missing fields in company to retrieve accounting accounts
hbto added 27 commits July 14, 2015 04:23
Some fields both in model & view are missing to display
Currently translated at 39.6% (82 of 207 strings)
Currently translated at 44.9% (93 of 207 strings)
Currently translated at 62.8% (130 of 207 strings)
Currently translated at 97.5% (202 of 207 strings)
Currently translated at 0.0% (0 of 203 strings)
Currently translated at 100.0% (203 of 203 strings)
Currently translated at 0.0% (0 of 203 strings)
@anaguiris
Copy link

Buenas! Me gustaria recibir su apoyo y asesoria para resolver, les agradezco mucho de ante mano. He instalado toda la localización de Venezuela y todo funciona perfecto, execto la retencion de ISLR que a la hora de facturar me da el siguiente error:

Server Traceback (most recent call last):
File "/home/openerp/instancias/estable/modules/web/session.py", line 89, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/openerp/instancias/estable/server/openerp/netsvc.py", line 296, in dispatch_rpc
rpc_request_flag = rpc_request.isEnabledFor(logging.DEBUG)
File "/home/openerp/instancias/estable/server/openerp/service/web_services.py", line 626, in dispatch
if method not in ['execute', 'execute_kw', 'exec_workflow']:
File "/home/openerp/instancias/estable/server/openerp/osv/osv.py", line 132, in wrapper
return f(self, dbname, _args, *_kwargs)
File "/home/openerp/instancias/estable/server/openerp/osv/osv.py", line 222, in exec_workflow
res = self.exec_workflow_cr(cr, uid, obj, signal, *args)
File "/home/openerp/instancias/estable/server/openerp/osv/osv.py", line 215, in exec_workflow_cr
return object._workflow_signal(cr, uid, [res_id], signal)[res_id]
File "/home/openerp/instancias/estable/server/openerp/osv/orm.py", line 4002, in _workflow_signal
# This is ok to hardcode because we assert that TransientModels always
File "/home/openerp/instancias/estable/server/openerp/workflow/wkf_service.py", line 119, in trg_validate
res2 = instance.validate(cr, id, ident, signal)
File "/home/openerp/instancias/estable/server/openerp/workflow/instance.py", line 43, in validate
if i > 0:
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 60, in process
ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack)
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 175, in _split_test
_join_test(cr, t[0], t[1], ident, stack)
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 183, in _join_test
create(cr,[activity], inst_id, ident, stack)
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 40, in create
process(cr, res, ident, stack=stack)
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 52, in process
result = _execute(cr, workitem, activity, ident, stack)
File "/home/openerp/instancias/estable/server/openerp/workflow/workitem.py", line 110, in _execute
res2 = wkf_expr.execute_action(cr, ident, workitem, activity)
File "/home/openerp/instancias/estable/server/openerp/workflow/wkf_expr.py", line 63, in execute_action
result = obj.run(cr, ident[0], [activity['action_id']], ctx)
File "/home/openerp/instancias/estable/modules/base/ir/ir_actions.py", line 664, in run
result = self.run(cr, uid, [act.id], context)
File "/home/openerp/instancias/estable/modules/base/ir/ir_actions.py", line 611, in run
eval(action.code.strip(), cxt, mode="exec", nocopy=True) # nocopy allows to return 'action'
File "/home/openerp/instancias/estable/server/openerp/tools/safe_eval.py", line 285, in safe_eval
}
File "", line 3, in
File "/home/openerp/instancias/estable/server/openerp/osv/orm.py", line 377, in function_proxy
kwargs.update(context=self._context)
File "/home/openerp/instancias/estable/modules/l10n_ve_withholding_islr/model/invoice.py", line 215, in _create_islr_wh_doc
'journal_id': journal
File "/home/openerp/instancias/estable/modules/l10n_ve_withholding_islr/model/islr_wh_doc.py", line 243, in compute_amount_wh
note += _('\nPlease, Load the Taxes to be withheld and Try Again')
File "/home/openerp/instancias/estable/modules/l10n_ve_withholding_islr/model/islr_wh_doc.py", line 1027, in load_taxes
sb_concept = subtract
File "/home/openerp/instancias/estable/server/openerp/osv/orm.py", line 4561, in create
upd1 += ",%s,(now() at time zone 'UTC'),%s,(now() at time zone 'UTC')"
File "/home/openerp/instancias/estable/server/openerp/osv/orm.py", line 4714, in _store_set_values
field_dict.setdefault(r[0], [])
File "/home/openerp/instancias/estable/server/openerp/osv/fields.py", line 1145, in get
result = builtin.float(value)
File "/home/openerp/instancias/estable/server/openerp/osv/fields.py", line 1221, in _fnct_read
if isinstance(value, list):
File "/home/openerp/instancias/estable/modules/base/res/res_partner.py", line 575, in name_get
name = record.name
File "/home/openerp/instancias/estable/server/openerp/osv/orm.py", line 504, in getattr
except KeyError as e:
AttributeError: 'Field name not found in browse_record(res.partner, 2)'

@nhomar
Copy link
Member

nhomar commented Feb 10, 2016

@anaguiris

Por ahora no estamos manteniendo ésta localización de forma pública.
Estás comentando en un PR que se encuentra en estado de desarrollo, por lo que se nos hace imposible determinar que pueda ser.

Si nos das más información con todo gusto cuando retomemos éste tema te apoyamos, o si quieres contratar algunas horas de servicio en www.vauxoo.com lo puedes hacer.

Saludos.

@anaguiris
Copy link

Muchas gracias por su pronta respuesta @nhomar pence que para la version 7 ya estaba lista. Seguire revisando

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants