Git Product home page Git Product logo

cybroaddons's People

Contributors

ajmalcybro avatar cybroodoo avatar risvanacybrosys avatar shijincybro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cybroaddons's Issues

Error while creating invoice from sale order

I am getting below error while creating an invoice from sale order:

Traceback (most recent call last):
  File "F:\Projects\odoo-10.0\odoo\http.py", line 638, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "F:\Projects\odoo-10.0\odoo\http.py", line 675, in dispatch
    result = self._call_function(**self.params)
  File "F:\Projects\odoo-10.0\odoo\http.py", line 331, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "F:\Projects\odoo-10.0\odoo\service\model.py", line 119, in wrapper
    return f(dbname, *args, **kwargs)
  File "F:\Projects\odoo-10.0\odoo\http.py", line 324, in checked_call
    result = self.endpoint(*a, **kw)
  File "F:\Projects\odoo-10.0\odoo\http.py", line 933, in __call__
    return self.method(*args, **kw)
  File "F:\Projects\odoo-10.0\odoo\http.py", line 504, in response_wrap
    response = f(*args, **kw)
  File "F:\Projects\odoo-10.0\addons\web\controllers\main.py", line 889, in call_button
    action = self._call_kw(model, method, args, {})
  File "F:\Projects\odoo-10.0\addons\web\controllers\main.py", line 877, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "F:\Projects\odoo-10.0\odoo\api.py", line 681, in call_kw
    return call_kw_multi(method, model, args, kwargs)
  File "F:\Projects\odoo-10.0\odoo\api.py", line 672, in call_kw_multi
    result = method(recs, *args, **kwargs)
  File "F:\Projects\odoo-10.0\addons\sale\wizard\sale_make_invoice_advance.py", line 128, in create_invoices
    sale_orders.action_invoice_create()
  File "F:\Projects\odoo-10.0\addons\sale\models\sale.py", line 376, in action_invoice_create
    invoice.compute_taxes()
  File "F:\Projects\odoo-10.0\addons\account\models\account_invoice.py", line 436, in compute_taxes
    tax_grouped = invoice.get_taxes_values()
  File "F:\Projects\odoo-10.0\addons\account\models\account_invoice.py", line 639, in get_taxes_values
    val = self._prepare_tax_line_vals(line, tax)
  File "F:\Projects\odoo-10.0\addons\account\models\account_invoice.py", line 616, in _prepare_tax_line_vals
    'base': tax['base'],
KeyError: 'base'

I do not have any third party addons enabled.

Uncaught TypeError: Cannot read property 'raw_value' of undefined in project_subtask

I installed your module and found this error when clicked on sub-tasks menu:

Uncaught TypeError: Cannot read property 'raw_value' of undefined

After some investigation, I found there is no 'remaining_hours' field in the project.sub_task table. But it was declared in kanban view of subtask.

https://github.com/CybroOdoo/CybroAddons/blob/10.0/project_subtask/views/sub_task.xml#L96-L101

After commenting out this the Sub-task view worked.

[11.0] Email - Auto Resend Install error on Odoo 11

Hello

I found you module for Oddo
Email - Auto Resend & I wanted to test it

when I install it on Odoo 11, I received the following error:

Error:
Odoo Server Error

Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/tools/cache.py", line 84, in lookup
    r = d[key]
  File "/odoo/odoo-server/odoo/tools/func.py", line 68, in wrapper
    return func(self, *args, **kwargs)
  File "/odoo/odoo-server/odoo/tools/lru.py", line 44, in __getitem__
    a = self.d[obj].me
KeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x7f6d1c146d90>, 'auto_resend_mail.model_mail_mail')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/tools/convert.py", line 741, in parse
    self._tags[rec.tag](rec, de, mode=mode)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 639, in _tag_record
    f_val = self.id_get(f_ref)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 724, in id_get
    res = self.model_id_get(id_str, raise_if_not_found)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 730, in model_id_get
    return self.env['ir.model.data'].xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
  File "/odoo/odoo-server/odoo/addons/base/ir/ir_model.py", line 1316, in xmlid_to_res_model_res_id
    return self.xmlid_lookup(xmlid)[1:3]
  File "<decorator-gen-21>", line 2, in xmlid_lookup
  File "/odoo/odoo-server/odoo/tools/cache.py", line 89, in lookup
    value = d[key] = self.method(*args, **kwargs)
  File "/odoo/odoo-server/odoo/addons/base/ir/ir_model.py", line 1305, in xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: auto_resend_mail.model_mail_mail

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/odoo/odoo-server/odoo/http.py", line 647, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo/odoo-server/odoo/http.py", line 307, in _handle_exception
    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
  File "/odoo/odoo-server/odoo/tools/pycompat.py", line 87, in reraise
    raise value
  File "/odoo/odoo-server/odoo/http.py", line 689, in dispatch
    result = self._call_function(**self.params)
  File "/odoo/odoo-server/odoo/http.py", line 339, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo/odoo-server/odoo/service/model.py", line 97, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo/odoo-server/odoo/http.py", line 332, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 933, in __call__
    return self.method(*args, **kw)
  File "/odoo/odoo-server/odoo/http.py", line 512, in response_wrap
    response = f(*args, **kw)
  File "/odoo/odoo-server/addons/web/controllers/main.py", line 934, in call_button
    action = self._call_kw(model, method, args, {})
  File "/odoo/odoo-server/addons/web/controllers/main.py", line 922, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/odoo/odoo-server/odoo/api.py", line 689, in call_kw
    return call_kw_multi(method, model, args, kwargs)
  File "/odoo/odoo-server/odoo/api.py", line 680, in call_kw_multi
    result = method(recs, *args, **kwargs)
  File "<decorator-gen-40>", line 2, in button_immediate_install
  File "/odoo/odoo-server/odoo/addons/base/module/module.py", line 71, in check_and_log
    return method(self, *args, **kwargs)
  File "/odoo/odoo-server/odoo/addons/base/module/module.py", line 448, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/odoo/odoo-server/odoo/addons/base/module/module.py", line 541, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/odoo/odoo-server/odoo/modules/registry.py", line 85, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/odoo/odoo-server/odoo/modules/loading.py", line 343, in load_modules
    loaded_modules, update_module)
  File "/odoo/odoo-server/odoo/modules/loading.py", line 242, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/odoo/odoo-server/odoo/modules/loading.py", line 156, in load_module_graph
    _load_data(cr, module_name, idref, mode, kind='data')
  File "/odoo/odoo-server/odoo/modules/loading.py", line 94, in _load_data
    tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 788, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 849, in convert_xml_import
    obj.parse(doc.getroot(), mode=mode)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 738, in parse
    self.parse(rec, mode)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 748, in parse
    exc_info[2]
  File "/odoo/odoo-server/odoo/tools/pycompat.py", line 86, in reraise
    raise value.with_traceback(tb)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 741, in parse
    self._tags[rec.tag](rec, de, mode=mode)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 639, in _tag_record
    f_val = self.id_get(f_ref)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 724, in id_get
    res = self.model_id_get(id_str, raise_if_not_found)
  File "/odoo/odoo-server/odoo/tools/convert.py", line 730, in model_id_get
    return self.env['ir.model.data'].xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
  File "/odoo/odoo-server/odoo/addons/base/ir/ir_model.py", line 1316, in xmlid_to_res_model_res_id
    return self.xmlid_lookup(xmlid)[1:3]
  File "<decorator-gen-21>", line 2, in xmlid_lookup
  File "/odoo/odoo-server/odoo/tools/cache.py", line 89, in lookup
    value = d[key] = self.method(*args, **kwargs)
  File "/odoo/odoo-server/odoo/addons/base/ir/ir_model.py", line 1305, in xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % xmlid)
odoo.tools.convert.ParseError: "External ID not found in the system: auto_resend_mail.model_mail_mail" while parsing /odoo/odoo-server/addons/auto_resend_mail/views/auto_resend_cron.xml:4, near
<record forcecreate="True" id="auto_resend_mails" model="ir.cron">
            <field name="name">Auto Resend Emails</field>
            <field name="model_id" ref="model_mail_mail"/>
            <field name="state">code</field>
            <field name="code">model.resend_failed_mails()</field>
            <field name="user_id" ref="base.user_root"/>
            <field name="interval_number">1</field>
            <field name="interval_type">days</field>
            <field name="numbercall">-1</field>
            <field eval="False" name="doall"/>
        </record>

[Odoo 10.0] website_event_attachements clicking on the attachment at the front end brings up error.

The plugin can be set correctly in the backend and the attachment is shown properly at the front end. Only one problem, when clicking on the attachment (with the intention to download/view), a blank page with the error message below appear:

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

And this is the odoo log file (i filtered the log result only when i click on the attachment):

2017-09-22 12:59:30,415 3675 INFO emaxidb werkzeug: 172.104.189.112 - - [22/Sep/2017 12:59:30] "GET /attachment/download?attachment_id=1274 HTTP/1.1" 500 -
2017-09-22 12:59:30,429 3675 ERROR emaxidb werkzeug: Error on request:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in run_wsgi
execute(self.server.app)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 181, in execute
application_iter = app(environ, start_response)
File "/opt/odoo/odoo/service/server.py", line 249, in app
return self.app(e, s)
File "/opt/odoo/odoo/service/wsgi_server.py", line 186, in application
return application_unproxied(environ, start_response)
File "/opt/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied
result = handler(environ, start_response)
File "/opt/odoo/odoo/http.py", line 1308, in call
return self.dispatch(environ, start_response)
File "/opt/odoo/odoo/http.py", line 1282, in call
return self.app(environ, start_wrapped)
File "/usr/local/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 599, in call
return self.app(environ, start_response)
File "/opt/odoo/odoo/http.py", line 1481, in dispatch
result = ir_http._dispatch()
File "/opt/odoo/addons/website_sale/models/ir_http.py", line 15, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/opt/odoo/addons/website/models/ir_http.py", line 218, in _dispatch
resp = super(Http, cls)._dispatch()
File "/opt/odoo/addons/web_editor/models/ir_http.py", line 21, in _dispatch
return super(IrHttp, cls)._dispatch()
File "/opt/odoo/addons/utm/models/ir_http.py", line 20, in _dispatch
response = super(IrHttp, cls)._dispatch()
File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 199, in _dispatch
return cls._handle_exception(e)
File "/opt/odoo/addons/website/models/ir_http.py", line 270, in _handle_exception
return super(Http, cls)._handle_exception(exception)
File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception
return request._handle_exception(exception)
File "/opt/odoo/odoo/http.py", line 768, in _handle_exception
return super(HttpRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo/addons/base/ir/ir_http.py", line 195, in _dispatch
result = request.dispatch()
File "/opt/odoo/odoo/http.py", line 827, in dispatch
r = self._call_function(**self.params)
File "/opt/odoo/odoo/http.py", line 333, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo/odoo/service/model.py", line 101, in wrapper

breaks the delivery method/shipping fee

Hi,
odoo 8.0
With this module installed, even not using it, the delivery method/shipping fee will be affected.
The delivery method/shipping fee still calculates correctly, but won't add to the sales total amount.

Cheers,

Sales Discount App error - Odoo 9

I installed sales discount on total in sales order. While creating invoice am getting the below error
Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 638, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 675, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 331, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 119, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 324, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 933, in call
return self.method(*args, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 504, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 878, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 870, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 681, in call_kw
return call_kw_multi(method, model, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 672, in call_kw_multi
result = method(recs, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5469, in onchange
record._onchange_eval(name, field_onchange[name], result)
File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5367, in _onchange_eval
method_res = method(self)
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 456, in _onchange_invoice_line_ids
taxes_grouped = self.get_taxes_values()
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 635, in get_taxes_values
val = self._prepare_tax_line_vals(line, tax)
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 612, in _prepare_tax_line_vals
'base': tax['base'],
KeyError: 'base'

please give any solution

mrp_production_draft fails default Odoo tests on Odoo.sh

Hi guys,

Thanks a lot for this module!
The module mrp_production_draft fails the default Odoo test though as the state is confirmed and not draft. See the traceback:


Date | Level | Type | Message
-- | -- | -- | --
04/24/2018 15:54:07 | ERROR | server | FAIL
04/24/2018 15:54:09 | ERROR | server | FAIL: test_00_sale_mrp_flow (odoo.addons.sale_mrp.tests.test_sale_mrp_flow.TestSaleMrpFlow)
04/24/2018 15:54:09 | ERROR | server | ` Test sale to mrp flow with diffrent unit of measure.
04/24/2018 15:54:09 | ERROR | server | Traceback (most recent call last):
04/24/2018 15:54:09 | ERROR | server | `   File "/home/odoo/src/odoo/addons/sale_mrp/tests/test_sale_mrp_flow.py", line 172, in test_00_sale_mrp_flow
04/24/2018 15:54:09 | ERROR | server | `     self.assertEqual(mnf_product_a.state, 'confirmed', 'Manufacturing order should be confirmed.')
04/24/2018 15:54:09 | ERROR | server | ` AssertionError: 'draft' != 'confirmed'
04/24/2018 15:54:09 | ERROR | server | ` - draft
04/24/2018 15:54:09 | ERROR | server | ` + confirmed
04/24/2018 15:54:09 | ERROR | server | `  : Manufacturing order should be confirmed.
04/24/2018 15:54:09 | ERROR | server | FAILED
04/24/2018 15:54:09 | ERROR | server | Module sale_mrp: 1 failures, 0 errors

Could it be possible to override and change the default test so that it does not fail?

Fail to install Odoo 9.0

Hi, when i tried to install your module Sale discount for total amount i got the following error:

Odoo Server Error
Traceback (most recent call last):
  File "/opt/odoo/openerp/http.py", line 643, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo/openerp/http.py", line 680, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo/openerp/http.py", line 316, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo/openerp/service/model.py", line 118, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo/openerp/http.py", line 309, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo/openerp/http.py", line 959, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo/openerp/http.py", line 509, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo/addons/web/controllers/main.py", line 907, in call_button
    action = self._call_kw(model, method, args, {})
  File "/opt/odoo/addons/web/controllers/main.py", line 895, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/opt/odoo/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/openerp/addons/base/module/module.py", line 459, in button_immediate_install
    return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
  File "/opt/odoo/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/openerp/addons/base/module/module.py", line 533, in _button_immediate_function
    registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
  File "/opt/odoo/openerp/modules/registry.py", line 386, in new
    openerp.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/opt/odoo/openerp/modules/loading.py", line 338, in load_modules
    loaded_modules, update_module)
  File "/opt/odoo/openerp/modules/loading.py", line 237, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/opt/odoo/openerp/modules/loading.py", line 136, in load_module_graph
    registry.setup_models(cr, partial=True)
  File "/opt/odoo/openerp/modules/registry.py", line 203, in setup_models
    model._setup_complete(cr, SUPERUSER_ID)
  File "/opt/odoo/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/openerp/api.py", line 354, in old_api
    result = method(recs, *args, **kwargs)
  File "/opt/odoo/openerp/models.py", line 3062, in _setup_complete
    field.setup_triggers(self.env)
  File "/opt/odoo/openerp/fields.py", line 627, in setup_triggers
    field = model._fields[name]
KeyError: 'invoice_line'

Error in creating Payslip in Odoo 11 CE

Using Odoo 11 CE, unable to create payslip due to an error as stated down, the error is show up if a Contract was created for the employee and the status for the contract is in Running. The time for the error is once the employee is selected, then the error is show up.
If the contract is in New status or the employee has not have a contract the payslip is generated, of course without any data unless the payroll elements manually entered.

the error as the following:

Traceback (most recent call last):
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\fields.py", line 937, in get
value = record.env.cache.get(record, self)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\api.py", line 960, in get
value = self._data[field][record.id][key]
KeyError: (<odoo.sql_db.Cursor object at 0x0E1E4B50>, 1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 650, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\tools\pycompat.py", line 87, in reraise
raise value
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 692, in dispatch
result = self._call_function(**self.params)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 342, in _call_function
return checked_call(self.db, *args, **kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\service\model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 335, in checked_call
result = self.endpoint(*a, **kw)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 936, in call
return self.method(*args, **kw)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\http.py", line 515, in response_wrap
response = f(*args, **kw)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\web\controllers\main.py", line 931, in call_kw
return self._call_kw(model, method, args, kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\web\controllers\main.py", line 923, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\api.py", line 689, in call_kw
return call_kw_multi(method, model, args, kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\api.py", line 680, in call_kw_multi
result = method(recs, *args, **kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\models.py", line 5095, in onchange
record._onchange_eval(name, field_onchange[name], result)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\models.py", line 4990, in _onchange_eval
method_res = method(self)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\ohrms_loan\models\hr_payroll.py", line 45, in onchange_employee
worked_days_line_ids = self.get_worked_day_lines(contracts, date_from, date_to)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\hr_employee_shift\models\hr_shift_payroll.py", line 52, in get_worked_day_lines
uom_hour = contract.employee_id.resource_id.calendar_id.uom_id or self.env.ref('product.product_uom_hour',
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\fields.py", line 941, in get
self.determine_value(record)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\fields.py", line 1042, in determine_value
record._prefetch_field(self)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\models.py", line 2646, in _prefetch_field
result = records.read([f.name for f in fs], load='_classic_write')
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\models.py", line 2590, in read
self._read_from_database(stored, inherited)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\models.py", line 2709, in _read_from_database
cr.execute(query_str, params)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\sql_db.py", line 155, in wrapper
return f(self, *args, **kwargs)
File "C:\Program Files (x86)\Odoo 11.0\server\odoo\sql_db.py", line 232, in execute
res = self._obj.execute(query, params)
File "C:\Program Files (x86)\Odoo 11.0\python\lib\site-packages\psycopg2\extensions.py", line 123, in getquoted
pobjs = [adapt(o) for o in self._seq]
File "C:\Program Files (x86)\Odoo 11.0\python\lib\site-packages\psycopg2\extensions.py", line 123, in
pobjs = [adapt(o) for o in self._seq]
psycopg2.ProgrammingError: can't adapt type 'hr.contract'

[salon_management] pls. v10.0

I would be very happy if you would update this great module to the version 10.0
Is it possible in this module to manage time of session / produkt? So you or customer know how long the chair is busy. And can the customer choose the employee?
Also, if you want I can halp you, to make this module multilingual. I can German and Russian 😉

[salon v9] : error/missing on approving a booking

Hi,
added a booking on website, when approving the booking in back office :
Server application error {"message":"Odoo Server Error","code":200,"data":{"debug":"Traceback (most recent call last):\n File "/odoo/odoo-server/openerp/http.py", line 648, in _handle_exception\n return super(JsonRequest, self)._handle_exception(exception)\n File "/odoo/odoo-server/openerp/http.py", line 685, in dispatch\n result = self._call_function(**self.params)\n File "/odoo/odoo-server/openerp/http.py", line 321, in _call_function\n return checked_call(self.db, *args, **kwargs)\n File "/odoo/odoo-server/openerp/service/model.py", line 160, in wrapper\n raise ValidationError(msg)\nValidationError: ('The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: salon.stages - salon.stages]', None)\n","exception_type":"validation_error","message":"The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: salon.stages - salon.stages]\nNone","name":"openerp.exceptions.ValidationError","arguments":["The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set\n\n[object with reference: salon.stages - salon.stages]",null]}}

Odoo 10 Sale discount invoice error

Hello, I've install your discount module in odoo 10, ant it works good making sale orders. But doing invoices I obtain this error:

Odoo Server Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 638, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 675, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 331, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 119, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 324, in checked_call
result = self.endpoint(*a, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 933, in call
return self.method(*args, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 504, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 878, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 870, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 681, in call_kw
return call_kw_multi(method, model, args, kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 672, in call_kw_multi
result = method(recs, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5469, in onchange
record._onchange_eval(name, field_onchange[name], result)
File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5367, in _onchange_eval
method_res = method(self)
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 456, in _onchange_invoice_line_ids
taxes_grouped = self.get_taxes_values()
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 635, in get_taxes_values
val = self._prepare_tax_line_vals(line, tax)
File "/usr/lib/python2.7/dist-packages/odoo/addons/account/models/account_invoice.py", line 612, in _prepare_tax_line_vals
'base': tax['base'],
KeyError: 'base'

Any ideas to fix this?

[11.0] Issues with modules ohrms_loan and ohrms_salary_advance

/addons/11.0/ohrms_loan/models/hr_payroll.py", line 53
    print input_line_ids, "input_line_ids"
                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print input_line_ids, "input_line_ids")?
/addons/11.0/ohrms_salary_advance/models/salary_advance.py", line 127
    print current_month, existing_month
                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print current_month, existing_month)?

[8.0] Fail to print project_status_level_report

When I try to print the report, the following error occurs:

except_orm: (u'Required report does not exist: project_status_report', (<type 'exceptions.Exception'>, Exception(u'Required report does not exist: project_status_report',), <traceback object at 0x7fb9ed3ceb00>))

IOError: File not found: oh_employee_creation_from_user/employee_creation_from_user_view.xml

Traceback (most recent call last):
  File "/home/dell/hilar/odoo/odoo/http.py", line 640, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/dell/hilar/odoo/odoo/http.py", line 677, in dispatch
    result = self._call_function(**self.params)
  File "/home/dell/hilar/odoo/odoo/http.py", line 333, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/service/model.py", line 101, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/http.py", line 326, in checked_call
    result = self.endpoint(*a, **kw)
  File "/home/dell/hilar/odoo/odoo/http.py", line 935, in __call__
    return self.method(*args, **kw)
  File "/home/dell/hilar/odoo/odoo/http.py", line 506, in response_wrap
    response = f(*args, **kw)
  File "/home/dell/hilar/odoo/addons/web/controllers/main.py", line 895, in call_button
    action = self._call_kw(model, method, args, {})
  File "/home/dell/hilar/odoo/addons/web/controllers/main.py", line 883, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/home/dell/hilar/odoo/odoo/api.py", line 689, in call_kw
    return call_kw_multi(method, model, args, kwargs)
  File "/home/dell/hilar/odoo/odoo/api.py", line 680, in call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/addons/base/module/module.py", line 411, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/home/dell/hilar/odoo/odoo/addons/base/module/module.py", line 485, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/home/dell/hilar/odoo/odoo/modules/registry.py", line 83, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 339, in load_modules
    loaded_modules, update_module)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 237, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 156, in load_module_graph
    _load_data(cr, module_name, idref, mode, kind='data')
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 95, in _load_data
    tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 834, in convert_file
    fp = file_open(pathname)
  File "/home/dell/hilar/odoo/odoo/tools/misc.py", line 195, in file_open
    return _fileopen(name, mode=mode, basedir=rtp, pathinfo=pathinfo, basename=basename)
  File "/home/dell/hilar/odoo/odoo/tools/misc.py", line 251, in _fileopen
    raise IOError('File not found: %s' % basename)
IOError: File not found: oh_employee_creation_from_user/employee_creation_from_user_view.xml

Salon Management : error install on V9

Hi,
got this error when triyng to install on v9c :

File "/odoo/odoo-server/openerp/addons/base/ir/ir_model.py", line 991, in xmlid_lookup
raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: website.website2_main_menu" while parsing /odoo/custom/addons/salon_management/views/salon_bookings.xml:4, near

Bookings
/page/salon_management.salon_booking_form

80

Order reprint pos not loading (black screen)

Hi!

I'm testing the module order_reprinting_pos on Odoo 10 CE, and I'm getting no screen after loading the POS.
The only customization that I can think of is the ticket done to the xml file.

Aside from that there is nothing different from the core code.

Seems like it's a common case, do you have the same issue?

Error installing sales_team_parent module

Error is founded when trying to install the module sales_team_parent:

2017-08-07 17:50:40,536 1 INFO mydb odoo.addons.base.ir.ir_translation: module sale_operating_unit: no translation for language es
2017-08-07 17:50:40,924 1 INFO mydb odoo.modules.registry: module sales_team_parent: creating or updating database tables
2017-08-07 17:50:41,072 1 INFO mydb odoo.models: Storing computed values of crm.team fields currency_id
2017-08-07 17:50:41,100 1 INFO mydb odoo.sql_db: bad query: UPDATE "crm_team" SET "currency_id"=NULL,"write_uid"=1,"write_date"=(now() at time zone 'UTC') WHERE id IN (1, 2)
2017-08-07 17:50:41,100 1 ERROR mydb odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/odoo/modules/registry.py", line 78, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 339, in load_modules
    loaded_modules, update_module)
  File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 237, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 136, in load_module_graph
    registry.init_models(cr, model_names, {'module': package.name})
  File "/usr/lib/python2.7/dist-packages/odoo/modules/registry.py", line 327, in init_models
    models[0].recompute()
  File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 5292, in recompute
    recs.browse(ids)._write(dict(vals))
  File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3631, in _write
    cr.execute(query, params + (sub_ids,))
  File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper
    return f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute
    res = self._obj.execute(query, params)
IntegrityError: null value in column "currency_id" violates not-null constraint
DETAIL:  Failing row contains (2, 2017-07-30 23:05:32.135666, null, 1, 1, null, null, null, 2017-08-07 17:50:41.073208, t, Website Sales, null, t, null, null, 3, null, t, null, 1, sale, null, null).

The database has many modules installed, but has not been used, so almost no data inside the db.
List of installed modules:

Nombre de módulo Nombre técnico Autor Última versión Estado
Invoicing account Odoo S.A. 10.0.1.1 Instalado
Accounting and Finance account_accountant Odoo S.A. 10.0.1.1 Instalado
Account Analytic Defaults account_analytic_default Odoo S.A. 10.0.1.0 Instalado
Assets Management account_asset Odoo S.A. 10.0.1.0 Instalado
Account Banking Mandate account_banking_mandate Compassion CH, Tecnativa, Akretion, Odoo Community Association (OCA) 10.0.1.1.0 Instalado
Account Banking Mandate Sale account_banking_mandate_sale Akretion, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Banking PAIN Base Module account_banking_pain_base Akretion, Noviat, Tecnativa, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Banking SEPA Credit Transfer account_banking_sepa_credit_transfer Akretion, Tecnativa, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Banking SEPA Direct Debit account_banking_sepa_direct_debit Akretion, Tecnativa, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Bank Statement Import account_bank_statement_import Odoo S.A. 10.0.1.0 Instalado
Import CSV Bank Statement account_bank_statement_import_csv Odoo S.A. 10.0.1.0 Instalado
Import OFX Bank Statement account_bank_statement_import_ofx Odoo SA,Akretion,La Louve,GRAP,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Import QIF Bank Statements account_bank_statement_import_qif OpenERP SA,Tecnativa,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Budgets Management account_budget Odoo S.A. 10.0.1.0 Instalado
Cancel Journal Entries account_cancel Odoo S.A. 10.0.1.1 Instalado
Check Printing Base account_check_printing Odoo S.A. 10.0.1.0 Instalado
Account Extension account_extension Odoo S.A. 10.0.1.0 Instalado
Account Fiscal Year account_fiscal_year Camptocamp SA,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
account_online_sync account_online_sync Odoo S.A. 10.0.2.0 Instalado
Accounting with Operating Units account_operating_unit Eficent, Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Payment Mode account_payment_mode Akretion,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Account Payment Order account_payment_order ACSONE SA/NV, Therp BV, Tecnativa, Akretion, Odoo Community Association (OCA) 10.0.1.2.0 Instalado
Account Payment Partner account_payment_partner Akretion, Tecnativa, Odoo Community Association (OCA) 10.0.1.1.0 Instalado
Account Payment Sale account_payment_sale Akretion, Tecnativa, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Payment Term Extension account_payment_term_extension Camptocamp,Tecnativa,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Accounting Reports account_reports Odoo S.A. 10.0.1.0 Instalado
Payment Follow-up Management account_reports_followup Odoo S.A. 10.0.1.0 Instalado
Tax Balance account_tax_balance Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA) 10.0.1.1.0 Instalado
Accounting Consistency Tests account_test Odoo S.A. 10.0.1.0 Instalado
Account Types Menu account_type_menu Akretion,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Yodlee account_yodlee Odoo S.A. 10.0.2.0 Instalado
Analytic Accounting analytic Odoo S.A. 10.0.1.1 Instalado
Analytic Operating Unit analytic_operating_unit Eficent, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Password Encryption auth_crypt ['Odoo SA', 'FS3'] 10.0.2.0 Instalado
OAuth2 Authentication auth_oauth Odoo S.A. 10.0.1.0 Instalado
Signup auth_signup Odoo S.A. 10.0.1.0 Instalado
Barcodes barcodes Odoo S.A. 10.0.2.0 Instalado
Base base Odoo S.A. 10.0.1.3 Instalado
Automated Action Rules base_action_rule Odoo S.A. 10.0.1.0 Instalado
IBAN Bank Accounts base_iban Odoo S.A. 10.0.1.0 Instalado
Base import base_import Odoo S.A. 10.0.1.0 Instalado
Location management (aka Better ZIP) base_location Camptocamp,ACYSOS S.L.,Alejandro Santana,Tecnativa,Odoo Community Association (OCA) 10.0.1.0.1 Instalado
Base Location Geonames Import base_location_geonames_import Akretion,Agile Business Group,Antiun Ingeniería S.L.,Tecnativa,Odoo Community Association (OCA) 10.0.1.0.1 Instalado
Initial Setup Tools base_setup Odoo S.A. 10.0.1.0 Instalado
VAT Number Validation base_vat Odoo S.A. 10.0.1.0 Instalado
Dashboards board Odoo S.A. 10.0.1.0 Instalado
IM Bus bus Odoo S.A. 10.0.1.0 Instalado
Calendar calendar Odoo S.A. 10.0.1.0 Instalado
Contacts Directory contacts Odoo S.A. 10.0.1.0 Instalado
CRM crm Odoo S.A. 10.0.1.0 Instalado
Operating Unit in CRM crm_operating_unit Eficent, Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Live Currency Exchange Rate currency_rate_live Odoo S.A. 10.0.1.0 Instalado
Date Range date_range ACSONE SA/NV, Odoo Community Association (OCA) 10.0.1.0.1 Instalado
Decimal Precision Configuration decimal_precision Odoo S.A. 10.0.0.1 Instalado
Delivery Costs delivery Odoo S.A. 10.0.1.0 Instalado
Attachments List and Document Indexation document Odoo S.A. 10.0.2.1 Instalado
Document Page document_page OpenERP SA, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Document Page Approval document_page_approval Savoir-faire Linux, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Environmental Aspects document_page_environmental_aspect Savoir-faire Linux, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Document Management - Wiki - Environment Manual document_page_environment_manual Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Health and Safety Manual document_page_health_safety_manual Savoir-faire Linux, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Document Management - Wiki - Procedures document_page_procedure Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Quality Manual document_page_quality_manual OpenERP SA, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Document Management - Wiki - Work Instructions document_page_work_instruction Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Employees From User employee_creation_from_user Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Email Gateway fetchmail Odoo S.A. 10.0.1.0 Instalado
Grid View grid Odoo S.A. 10.0.0.1 Instalado
Employee Directory hr Odoo S.A. 10.0.1.1 Instalado
Attendances hr_attendance Odoo S.A. 10.0.2.0 Instalado
Employee Contracts hr_contract Odoo S.A. 10.0.1.0 Instalado
Leave Management hr_holidays Odoo S.A. 10.0.1.5 Instalado
Holidays expiration hr_holidays_expiration Onestein 10.0.1.0.0 Instalado
Leaves Gantt hr_holidays_gantt Odoo S.A. 10.0.1.0 Instalado
HR Public Holidays hr_public_holidays Michael Telahun Makonnen [email protected], Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Recruitment Process hr_recruitment Odoo S.A. 10.0.1.0 Instalado
Hr Recruitment Interview Forms hr_recruitment_survey Odoo S.A. 10.0.1.0 Instalado
Advanced HR Recruitment hr_recruitment_validations Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Timesheets hr_timesheet Odoo S.A. 10.0.1.0 Instalado
ESC/POS Hardware Driver hw_escpos Odoo S.A. 10.0.1.0 Instalado
Hardware Proxy hw_proxy Odoo S.A. 10.0.1.0 Instalado
Knowledge Management System knowledge OpenERP SA, MONK Software, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Spain - Accounting (PGCE 2008) l10n_es Spanish Localization Team 10.0.4.0 Instalado
Gestión de activos fijos para España l10n_es_account_asset Serv. Tecnol. Avanzados - Pedro M. Baeza, Odoo Community Association (OCA) 10.0.8.0.2.0.0 Instalado
Account Banking Sepa - FSDD (Anticipos de crédito) l10n_es_account_banking_sepa_fsdd Comunitea,Odoo Community Association (OCA) 10.0.8.0.1.0.0 Instalado
Importación de extractos bancarios españoles (Norma 43) l10n_es_account_bank_statement_import_n43 Spanish Localization Team,Tecnativa,Odoo Community Association (OCA) 10.0.1.1.0 Instalado
AEAT Base l10n_es_aeat Pexego,Serv. Tecnol. Avanzados - Pedro M. Baeza,AvanzOSC,Odoo Community Association (OCA) 10.0.8.0.1.9.0 Instalado
AEAT modelo 111 l10n_es_aeat_mod111 AvanzOSC,Serv. Tecnol. Avanzados - Pedro M. Baeza,Antiun Ingeniería S.L.,MálagaTIC,G. Vermon,Odoo Community Association (OCA) 10.0.8.0.2.0.0 Instalado
AEAT modelo 303 l10n_es_aeat_mod303 Guadaltech,AvanzOSC,Serv. Tecnol. Avanzados - Pedro M. Baeza,Antiun Ingeniería S.L.,Comunitea,Odoo Community Association (OCA) 10.0.8.0.1.6.0 Instalado
Categorías de empresa CNAE 2009 l10n_es_cnae Tecnativa, Odoo Community Association (OCA) 10.0.0.1 Instalado
Adaptación de los clientes, proveedores y bancos para España l10n_es_partner ZikZak,Acysos,Tecnativa,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Topónimos españoles l10n_es_toponyms Spanish Localization Team, ZikZakMedia, Tecnativa, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
European NACE partner categories l10n_eu_nace Numérigraphe SARL,Sistheo,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Link Tracker link_tracker Odoo S.A. 10.0.1.0 Instalado
User Log Details login_user_detail Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Discuss mail Odoo S.A. 10.0.1.0 Instalado
Firebase Cloud Messaging mail_push Odoo S.A. 10.0.1.0 Instalado
Equipments maintenance Odoo S.A. 10.0.1.0 Instalado
Marketing Campaigns marketing_campaign Odoo S.A. 10.0.1.1 Instalado
Mass Mailing Campaigns mass_mailing Odoo S.A. 10.0.2.0 Instalado
Mass Mailing Themes mass_mailing_themes Odoo S.A. 10.0.1.0 Instalado
Management System mgmtsystem Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Management System - Action mgmtsystem_action Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Management System - Manual mgmtsystem_manual Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Management System - Nonconformity mgmtsystem_nonconformity Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Management System - Survey mgmtsystem_survey Savoir-faire Linux,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Manufacturing mrp Odoo S.A. 10.0.2.0 Instalado
Accounting - MRP mrp_account Odoo S.A. 10.0.1.0 Instalado
Maintenance - MRP mrp_maintenance Odoo S.A. 10.0.1.0 Instalado
Mrp Workorder mrp_workorder Odoo S.A. 10.0.1.0 Instalado
Productivity note Odoo S.A. 10.0.1.0 Instalado
Memos pad note_pad Odoo S.A. 10.0.0.1 Instalado
Operating Unit operating_unit Eficent, Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Collaborative Pads pad Odoo S.A. 10.0.2.0 Instalado
Pad on tasks pad_project Odoo S.A. 10.0.1.0 Instalado
Partner Survey partner_survey Tecnativa, Camptocamp, Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Payment Acquirer payment Odoo S.A. 10.0.1.0 Instalado
Paypal Payment Acquirer payment_paypal Odoo S.A. 10.0.1.0 Instalado
Transfer Payment Acquirer payment_transfer Odoo S.A. 10.0.1.0 Instalado
Portal portal Odoo S.A. 10.0.1.0 Instalado
Portal Sale portal_sale Odoo S.A. 10.0.0.1 Instalado
Portal Stock portal_stock Odoo S.A. 10.0.0.1 Instalado
Procurements procurement Odoo S.A. 10.0.1.0 Instalado
Just In Time Scheduling procurement_jit Odoo S.A. 10.0.1.0 Instalado
Products & Pricelists product Odoo S.A. 10.0.1.2 Instalado
Products Expiration Date product_expiry Odoo S.A. 10.0.1.0 Instalado
Project project Odoo S.A. 10.0.1.1 Instalado
Project Code In Task project_code_in_task Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Project Forecast project_forecast Odoo S.A. 10.0.1.0 Instalado
Forecast Grid View project_forecast_grid Odoo S.A. 10.0.1.0 Instalado
Link module between project_forecast and sale(_timesheet) project_forecast_sale Odoo S.A. 10.0.0.1 Instalado
Lifeline for Task project_lifeline Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Sub Tasks in Project project_subtask Cybrosys Techno Solutions 10.0.2.0.0 Instalado
Project - Set Team and members project_team Serpent Consulting Services Pvt. Ltd. 10.0.1.0.0 Instalado
Purchase Management purchase Odoo S.A. 10.0.1.2 Instalado
Purchase and MRP Management purchase_mrp Odoo S.A. 10.0.1.0 Instalado
Quotation Revised History quotation_handler Cybrosys Techno Solutions 10.0.1.0.0 Instalado
Customer Rating rating Odoo S.A. 10.0.1.0 Instalado
Report report Odoo S.A. 10.0.1.0 Instalado
Intrastat Reporting report_intrastat Odoo S.A. 10.0.1.0 Instalado
Base report xlsx report_xlsx Cybrosys Techno Solutions 10.0.0.2 Instalado
Resource resource Odoo S.A. 10.0.1.1 Instalado
Sales sale Odoo S.A. 10.0.1.0 Instalado
Sale Cancel Reason sale_cancel_reason Camptocamp,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Subscription Management (without frontend) sale_contract Camptocamp / Odoo 10.0.1.1 Instalado
Deferred revenue management for contracts sale_contract_asset Odoo S.A. 10.0.1.0 Instalado
Opportunity to Quotation sale_crm Odoo S.A. 10.0.1.0 Instalado
Sales and MRP Management sale_mrp Odoo S.A. 10.0.1.0 Instalado
Operating Unit in Sales sale_operating_unit Eficent, Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Dates on Sales Order sale_order_dates Odoo S.A. 10.0.1.1 Instalado
Sales Teams sales_team Odoo S.A. 10.0.1.0 Instalado
Sales Team Operating Unit sales_team_operating_unit Eficent, SerpentCS,Odoo Community Association (OCA) 10.0.1.0.0 Instalado
Sales and Warehouse Management sale_stock Odoo S.A. 10.0.1.0 Instalado
Sales Timesheet sale_timesheet Odoo S.A. 10.0.1.0 Instalado
Inventory Management stock Odoo S.A. 10.0.1.1 Instalado
WMS Accounting stock_account Odoo S.A. 10.0.1.1 Instalado
Warehouse Management Barcode Scanning stock_barcode Odoo S.A. 10.0.1.0 Instalado
Stock Barcode in Mobile stock_barcode_mobile Odoo S.A. 10.0.1.0 Instalado
Drop Shipping stock_dropshipping Odoo S.A. 10.0.1.0 Instalado
Survey survey Odoo S.A. 10.0.2.0 Instalado
Grid View for Timesheets timesheet_grid Odoo S.A. 10.0.0.1 Instalado
Sales Timesheet: Grid Support timesheet_grid_sale Odoo S.A. 10.0.0.1 Instalado
TMC API REST tmc_api_rest TMC Spain 10.0.0.1 Instalado
User From Employee user_creation_from_employee Cybrosys Techno Solutions 10.0.2.0.0 Instalado
UTM Trackers utm Odoo S.A. 10.0.1.0 Instalado
Web web Odoo S.A. 10.0.1.0 Instalado
Web Calendar web_calendar Odoo SA, Valentino Lab (Kalysto) 10.0.2.0 Instalado
Odoo Web Diagram web_diagram Odoo S.A. 10.0.2.0 Instalado
Web Editor web_editor Odoo S.A. 10.0.1.0 Instalado
Web Enterprise web_enterprise Odoo S.A. 10.0.1.0 Instalado
Web Gantt web_gantt Odoo S.A. 10.0.2.0 Instalado
Base Kanban web_kanban Odoo S.A. 10.0.2.0 Instalado
Gauge Widget for Kanban web_kanban_gauge Odoo S.A. 10.0.1.0 Instalado
Mobile web_mobile Odoo S.A. 10.0.1.0 Instalado
Planner web_planner Odoo S.A. 10.0.1.0 Instalado
Odoo Settings Dashboard web_settings_dashboard Odoo S.A. 10.0.1.0 Instalado
Website Builder website Odoo S.A. 10.0.1.0 Instalado
Website Enterprise website_enterprise Odoo S.A. 10.0.1.0 Instalado
Generic Form Controller website_form Odoo S.A. 10.0.1.0 Instalado
Website Link Tracker website_links Odoo S.A. 10.0.1.0 Instalado
Website Mail website_mail Odoo S.A. 10.0.0.1 Instalado
Website Mass Mailing Campaigns website_mass_mailing Odoo S.A. 10.0.1.0 Instalado
Website Partner website_partner Odoo S.A. 10.0.0.1 Instalado
Payment: Website Integration website_payment Odoo S.A. 10.0.1.0 Instalado
Website Portal website_portal Odoo S.A. 10.0.1.0 Instalado
Website Portal for Sales website_portal_sale Odoo S.A. 10.0.1.0 Instalado
Website Project website_project Odoo S.A. 10.0.1.0 Instalado
Timesheet in Website Portal website_project_timesheet Odoo S.A. 10.0.1.0 Instalado
Website Theme Install website_theme_install Odoo S.A. 10.0.1.0 Instalado
Tours web_tour Odoo S.A. 10.0.0.1 Instalado
Workload In Project workload_in_project Cybrosys Techno Solutions 10.0.1.0.0 Instalado

[10.0] website_coupon fail to install if ecommerce allows "Optional Products"

in Website admin / Configuration / Optional products, one must select "One-step add to cart" otherwise module website_coupon will not install because of xpath error.

Selecting "Suggest optional products when adding to cart" install the module "eCommerce Optional Products" (website_sale_options) which comes with the template website_sale_options.optional_products. This template try to inherit website_sale.cart_lines. But if the module website_coupon is installed, it replace website_sale.cart_lines with cart_lines_extended which contains if statement that change the xpath (see the if statement inserted below the #td-qty element in your template).

Below is the website_sale_options.optional_products template

<?xml version="1.0"?>
<data inherit_id="website_sale.cart_lines" name="Optional products">
  <xpath expr="//table[@id='cart_products']/tbody//td[@id='td-qty']/div" position="attributes">
    <attribute name="t-if">not line.linked_line_id</attribute>
  </xpath>
  <xpath expr="//table[@id='cart_products']/tbody//tr" position="attributes">
    <attribute name="t-att-class">'optional_product info' if line.linked_line_id else None</attribute>
  </xpath>
  <xpath expr="//table[@id='cart_products']/tbody//td[@id='td-qty']" position="inside">
    <t t-if="line.linked_line_id">
      <span class="js_quantity text-muted" t-att-data-line-id="line.id" t-att-data-product-id="line.product_id.id" t-esc="int(line.product_uom_qty)"/>
    </t>
  </xpath>
</data>

[9.0] Error on load POS pos_product_category_filter

When load de POS with module pos_product_category_filter, I have this error:

Cannot create property '0' on boolean 'false'
at Class.add_categories (http://192.168.1.55:8069/web/content/829-59e0d5f/point_of_sale.assets.js:373:107)
at Object.loaded (http://192.168.1.55:8069/web/content/829-59e0d5f/point_of_sale.assets.js:370:9)
at Object. (http://192.168.1.55:8069/web/content/829-59e0d5f/point_of_sale.assets.js:128:48)
at Object. (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:650:681)
at fire (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:644:299)
at Object.fireWith [as resolveWith] (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:649:198)
at Object. (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:650:874)
at fire (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:644:299)
at Object.fireWith [as resolveWith] (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:649:198)
at Object.deferred.(anonymous function) (http://192.168.1.55:8069/web/content/246-83ab5b0/web.assets_common.js:651:56)

I solved the error modifying the file /static/src/js/category.js on line 48:

           `     categories[i].parent_id[0] = 0;`

for this code:

 for(var i=0, len = categories.length; i < len; i++){
                if(categories[i].available === true){
                    categories[i].parent_id = 0;
                }

Feature request

Hello and congrats for this module.

As far as I tested your module I see that it changes all amounts lines as if I have done it by hand.
Is it possible to add a subtotal option, i.e. no line modification, the client sees the real price on each line, then, down, the total before discount, discount, taxes and final Total.

no line mod option

POS Product loading

The module surely displays the products whose categories have been mentioned, but the POS loads all the products at once.
This means it takes time to load 100,000 products, even if displayed/selected products are only 100.
(in my case, I have a relatively huge database)

[odoo 10.0] website_coupon

I installed the module and it works great, thanks a lot.

Just it causes one error in my installation that I as admin can change and access the coupons. Other users don´t have access and this gives an error that the users can´t even access any contact in odoo it gives an error: User not authorized to access this document. Contact the admin... (Model of Document: partner_coupon)

Any ideias what could cause this error, or where I could give access to other users not-admins to the coupons?

Thanks

Module installation error

Hello,

I'm trying to install the module on Odoo Community 10 in Windows 7, but every time I get the following error:

[Element '' cannot be located in parent view
Error context:
View 'project task timer'
....]

and the module won't be installed.
any hint on how to solve this?

Ndong

issues in "Quality Assurance" module

Dear All,
I've appreciated a lot this module concept.
Just two remarks:

  1. for some operation types works perfectly (e.g. receipts), for some others doesn't (e.g. internal transfer); please suggest what I did wrong
  2. in case quality test has failed, what we should do for going on?

thanks in advance
Claudio Candito

[10.0] salon_management need more types of chairs or seats

The beauty salon have specific types of chairs or seats for the each service.
e.g manicure needs a table (there is 3 tables in beauty salon), pedicure needs a chair (there is 4 chairs in beauty salon) and cosmetics or massage needs a beauty bed/massage table (there is only one in beauty salon)
So, we have an issue with the booking. How to solve this issue?
Many thanks for this module and best regards.

Installation error on a fresh db, looking up for and undefined id. While trying to install ohrms_core

Traceback (most recent call last):
  File "/home/dell/hilar/odoo/odoo/http.py", line 640, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/dell/hilar/odoo/odoo/http.py", line 677, in dispatch
    result = self._call_function(**self.params)
  File "/home/dell/hilar/odoo/odoo/http.py", line 333, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/service/model.py", line 101, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/http.py", line 326, in checked_call
    result = self.endpoint(*a, **kw)
  File "/home/dell/hilar/odoo/odoo/http.py", line 935, in __call__
    return self.method(*args, **kw)
  File "/home/dell/hilar/odoo/odoo/http.py", line 506, in response_wrap
    response = f(*args, **kw)
  File "/home/dell/hilar/odoo/addons/web/controllers/main.py", line 895, in call_button
    action = self._call_kw(model, method, args, {})
  File "/home/dell/hilar/odoo/addons/web/controllers/main.py", line 883, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/home/dell/hilar/odoo/odoo/api.py", line 689, in call_kw
    return call_kw_multi(method, model, args, kwargs)
  File "/home/dell/hilar/odoo/odoo/api.py", line 680, in call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/addons/base/module/module.py", line 411, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/home/dell/hilar/odoo/odoo/addons/base/module/module.py", line 485, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/home/dell/hilar/odoo/odoo/modules/registry.py", line 83, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 339, in load_modules
    loaded_modules, update_module)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 237, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 156, in load_module_graph
    _load_data(cr, module_name, idref, mode, kind='data')
  File "/home/dell/hilar/odoo/odoo/modules/loading.py", line 95, in _load_data
    tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 845, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 915, in convert_xml_import
    obj.parse(doc.getroot(), mode=mode)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 799, in parse
    self._tags[rec.tag](rec, de, mode=mode)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 546, in _tag_menuitem
    group_id = self.id_get(group)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 782, in id_get
    res = self.model_id_get(id_str, raise_if_not_found)
  File "/home/dell/hilar/odoo/odoo/tools/convert.py", line 788, in model_id_get
    return self.env['ir.model.data'].xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
  File "/home/dell/hilar/odoo/odoo/addons/base/ir/ir_model.py", line 1076, in xmlid_to_res_model_res_id
    return self.xmlid_lookup(xmlid)[1:3]
  File "<decorator-gen-8>", line 2, in xmlid_lookup
  File "/home/dell/hilar/odoo/odoo/tools/cache.py", line 87, in lookup
    value = d[key] = self.method(*args, **kwargs)
  File "/home/dell/hilar/odoo/odoo/addons/base/ir/ir_model.py", line 1065, in xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % xmlid)
ParseError: "External ID not found in the system: hr_appraisal.group_appraisal_manager" while parsing /home/dell/hilar/odoo/ohrms_core-10.0.1.0.0/oh_appraisal/views/hr_appraisal_form_view.xml:178, near
<menuitem name="Appraisal" id="menu_hr_appraisal_root" parent="hr.menu_hr_root" groups="hr_appraisal.group_appraisal_manager,hr_appraisal.group_appraisal_employee"/>

Error al instalar developer_mode

Good Morning,

I created a new bbdd without installing any other module, and I installed yours and it still does not work, I get the same error.

There is no custom module in the bbdd.

Any suggestions?

imagen

[10.0] product_return_pos error

When I try to load POS:
point_of_sale.assets.js:124 Cannot set property 'return_ref' of undefined TypeError: Cannot set property 'return_ref' of undefined
at child.initialize (http://192.168.250.141:9069/web/content/36898-cea1622/point_of_sale.assets.js:559:301)
at child.Backbone.Model (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1223:1299)
at child [as constructor] (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at child [as constructor] (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at child [as constructor] (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at child [as constructor] (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at child [as constructor] (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at new child (http://192.168.250.141:9069/web/content/36886-001f52d/web.assets_backend.js:1265:455)
at child.load_orders (http://192.168.250.141:9069/web/content/36898-cea1622/point_of_sale.assets.js:126:1272)
at child.after_load_server_data (http://192.168.250.141:9069/web/content/36898-cea1622/point_of_sale.assets.js:113:250)

You can solve it with two lines:
In pos_return.js line 462:
if (typeof(order) != 'undefined'){
order.return_ref = ' '
}
and in the pos_return.py file, line 53:
if 'return_ref' in ui_order.keys() and ui_order['return_ref']:
.......

I hope I have been helpful to you, and thank you very much for the module.

[9.0] [project_subtask] Error creating a task for normal users if the field "project" is set

If a user has "manager" permission, everything is okay. The user can create tasks with no problem.

If a user has "user" permission, the user cannot create tasks via "create" button if the field "project" is set. When the user fill the data and clicks on the save button, an error appears saying that only users with "manager" permission are allowed to create tasks:

image

Note: If the field "project" is empty, the user can save the task with no problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.