Giter Site home page Giter Site logo

c2c-rd-addons's Issues

Stock Weighing not working on Odoo 8

Hello,

Tried to install in my Odoo 8 but not working, is complaining all the time about missing price_unit_coeff field and that only seems to me that a dependency is missing... can you guide me? and if not feasible then let me know. thanks

account_cash_register_webkit

After I installed this module, the following error massage is shown during cash register printing:
Encountered unknown tag 'running_tot'. Jinja was looking for the following tags: 'endfor' or 'else'. The innermost block that needs to be closed is 'for'.

except_orm: (u"Encountered unknown tag 'endif'. Jinja was looking for the following tags: 'endfor' or 'else'. The innermost block that needs to be closed is 'for'.", (<class 'jinja2.exceptions.TemplateSyntaxError'>, TemplateSyntaxError("Encountered unknown tag 'endif'. Jinja was looking for the following tags: 'endfor' or 'else'. The innermost block that needs to be closed is 'for'.",), <traceback object at 0x7f751cc621b8>))

Project_task_dependencies not working on Odoo 8

I'm using Odoo Version 8.0-20160202 and cloned the latest version of your repo containing project_task_dependencies. Moved it to Odoo server addons folder and tried to install, without success. It's just stage as "to be installed". The only thing I can do is "cancel installation". Under dependencies there is just "project" listed. Are there known issues? Thanks a lot!

Impossible to install Stock Product Location on v8

Traceback (most recent call last):
File "/opt/odoo/openerp/http.py", line 530, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/openerp/http.py", line 567, in dispatch
result = self._call_function(*_self.params)
File "/opt/odoo/openerp/http.py", line 303, in _call_function
return checked_call(self.db, *args, *_kwargs)
File "/opt/odoo/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, *_kwargs)
File "/opt/odoo/openerp/http.py", line 300, in checked_call
return self.endpoint(_a, *_kw)
File "/opt/odoo/openerp/http.py", line 796, in call
return self.method(_args, *_kw)
File "/opt/odoo/openerp/http.py", line 396, in response_wrap
response = f(_args, *_kw)
File "/opt/odoo/addons/web/controllers/main.py", line 953, in call_button
action = self._call_kw(model, method, args, {})
File "/opt/odoo/addons/web/controllers/main.py", line 941, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, *_kwargs)
File "/opt/odoo/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/openerp/addons/base/module/module.py", line 729, in install_from_urls
post_install_action = self.button_immediate_install(cr, uid, to_install_ids, context=context)
File "/opt/odoo/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/openerp/addons/base/module/module.py", line 450, in button_immediate_install
return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
File "/opt/odoo/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/openerp/addons/base/module/module.py", line 498, in _button_immediate_function
registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
File "/opt/odoo/openerp/modules/registry.py", line 366, in new
openerp.modules.load_modules(registry._db, force_demo, status, update_module)
File "/opt/odoo/openerp/modules/loading.py", line 355, in load_modules
loaded_modules, update_module)
File "/opt/odoo/openerp/modules/loading.py", line 255, 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 176, in load_module_graph
_load_data(cr, module_name, idref, mode, kind='data')
File "/opt/odoo/openerp/modules/loading.py", line 118, in _load_data
tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
File "/opt/odoo/openerp/tools/convert.py", line 901, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
File "/opt/odoo/openerp/tools/convert.py", line 987, in convert_xml_import
obj.parse(doc.getroot(), mode=mode)
File "/opt/odoo/openerp/tools/convert.py", line 853, in parse
self._tags[rec.tag](self.cr, rec, n, mode=mode)
File "/opt/odoo/openerp/tools/convert.py", line 755, in _tag_record
f_val = self.id_get(cr, f_ref)
File "/opt/odoo/openerp/tools/convert.py", line 832, in id_get
res = self.model_id_get(cr, id_str, raise_if_not_found)
File "/opt/odoo/openerp/tools/convert.py", line 843, in model_id_get
raise_if_not_found=raise_if_not_found)
File "/opt/odoo/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "/opt/odoo/openerp/addons/base/ir/ir_model.py", line 932, in xmlid_to_res_model_res_id
return self.xmlid_lookup(cr, uid, xmlid)[1:3]
File "/opt/odoo/openerp/api.py", line 241, in wrapper
return old_api(self, _args, *_kwargs)
File "", line 2, in xmlid_lookup
File "/opt/odoo/openerp/tools/cache.py", line 71, in lookup
value = d[key] = self.method(_args, *_kwargs)
File "/opt/odoo/openerp/addons/base/ir/ir_model.py", line 922, in xmlid_lookup
raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: stock.view_normal_procurement_locations_form" while parsing /opt/odoo/.local/share/Odoo/addons/8.0/stock_product_location/product_view.xml:5, near

view.product.normal.stock.loc.form
product.product

form





[8] MRP Reopen error

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 546, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 583, in dispatch
result = self._call_function(**self.params)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 319, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 118, in wrapper
return f(dbname, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 316, in checked_call
return self.endpoint(*a, **kw)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 812, in call
return self.method(*args, **kw)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 412, in response_wrap
response = f(*args, **kw)
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 948, in call_button
action = self._call_kw(model, method, args, {})
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 936, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/api.py", line 268, in wrapper
return old_api(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/addons/mrp_reopen/mrp.py", line 119, in action_reopen
wf_service = netsvc.LocalService("workflow")
NameError: global name 'netsvc' is not defined

Project_task_depencendy is not working on version8

Hi,

Create a project with 3 tasks.

Assign the second task as the successor of the first task.

Below is the error message. I believe it's a small change as in version 8 it is not "state" but "stage"

File "/opt/odoo/custom_module/project_task_dependencies/project.py", line 169, in compute_earliest_start_successors
if successor.state not in ('done'):
AttributeError: 'project.task' object has no attribute 'state'

Can't install stock_product_location

When trying to install the module in Odoo v8 it gives the following error:

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_model.py", line 922, in xmlid_lookup
raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: stock.view_normal_procurement_locations_form" while parsing /opt/odoo/odoo/addons/stock_product_location/product_view.xml:5, near
record model="ir.ui.view" id="product_normal_stock_loc_form_view"
field name="name">view.product.normal.stock.loc.form
field name="model">product.product
field name="inherit_id" ref="stock.view_normal_procurement_locations_form"/

Can't install c2c_real_estate

I have a tried to install c2c_real_estate to a clean database on a basic 8.0 version (after changing all dependencies to installable: true) but i got error "field 'country' does not exist". I changed 'country' to 'country_id' but i now get an error "KeyError: 'dict'" Anyone knows the reason?

stock_picking_reopen

Hi guys,
Could you please tell us why this module is not installable in V8 ?
I would like to know the amount of work to make it works on version 8...
approximately...

Thanks in advance for your help guys 1

P.

Errors regarding netsvc

model “MRP Reopen” The fix didn't work for me. When trying "Rest to draft" it will gain create this error message: ... File "/opt/odoo/openerp/addons/mrp_reopen/mrp.py", line 119, in action_reopen wf_service = openerp.workflow NameError: global name 'netsvc' is not defined. My line 118-120: self.write(cr, uid, mrp.id, {'state':'draft'}) wf_service = openerp.workflow wf_service.trg_delete(uid, 'mrp.production', mrp.id, cr) Any idea, what to do?I have changed the line “wf_service = netsvc.LocalService("workflow") ”for ”wf_service = openerp.workflow“ in mrp.py from mrp_reopen module. and then,what to do?

Error while installing stock_picking_reopen on odoo v 8

How the stock_picking_reopen module could work on a odoo 8.0 where the model stock.journal is no more present ?

It produce an error during installation :

2015-03-02 09:07:50,962 21519 CRITICAL XX_1_1 openerp.service.server: Failed to initialize database `XX_1_1`.
Traceback (most recent call last):
  File "/home/YYY/sources/XX/odoo/openerp/service/server.py", line 901, in preload_registries
    registry = RegistryManager.new(dbname, update_module=update_module)
  File "/home/YYY/sources/XX/odoo/openerp/modules/registry.py", line 324, in new
    openerp.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/home/YYY/sources/XX/odoo/openerp/modules/loading.py", line 357, in load_modules
    loaded_modules, update_module)
  File "/home/YYY/sources/XX/odoo/openerp/modules/loading.py", line 263, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/home/YYY/sources/XX/odoo/openerp/modules/loading.py", line 158, in load_module_graph
    models = registry.load(cr, package)
  File "/home/YYY/sources/XX/odoo/openerp/modules/registry.py", line 147, in load
    model = cls._build_model(self, cr)
  File "/home/YYY/sources/XX/odoo/openerp/models.py", line 566, in _build_model
    original_module = pool[name]._original_module if name in parents else cls._module
  File "/home/YYY/sources/XX/odoo/openerp/modules/registry.py", line 100, in __getitem__
    return self.models[model_name]
KeyError: 'stock.journal'

Impossible to install stock_product_by_location

Hi,
I tried to install "stock_product_by_location" module On Odoo V7 but I have an Error message : "Error occurred while validating the field(s) arch: Invalid XML for View Architecture! "
Your help to solve this issue will be really appreciated.
Thanks

Please find below Openerp log

2015-02-26 21:31:22,929 12622 INFO demo openerp.modules.module: module stock_product_by_location: creating or updating database tables
2015-02-26 21:31:23,067 12622 INFO demo openerp.modules.loading: module stock_product_by_location: loading stock_product_by_location_view.xml
2015-02-26 21:31:23,075 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,099 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,113 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,172 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,186 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,241 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,257 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,322 12622 WARNING demo openerp.addons.base.ir.ir_ui_view: Setting the type field is deprecated in the ir.ui.view model.
2015-02-26 21:31:23,354 12622 ERROR demo openerp.addons.base.ir.ir_ui_view: Can't render view for model: stock.move
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 2237, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 2195, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 2179, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 2072, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view '' on model 'stock.move': Element '' not found in parent view 'stock.view_move_search'
2015-02-26 21:31:23,362 12622 ERROR demo openerp.tools.convert: Parse error in /usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/addons/stock_product_by_location/stock_product_by_location_view.xml:252:

stock.move.dba.search
stock.move
search







Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/tools/convert.py", line 847, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/tools/convert.py", line 814, in _tag_record
id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/addons/base/ir/ir_model.py", line 964, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
return super(view, self).create(cr, uid, values, context)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/addons/openerp-connector/connector/producer.py", line 42, in create
record_id = create_original(self, cr, uid, vals, context=context)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 4472, in create
self._validate(cr, user, [id_new], context)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/orm.py", line 1546, in _validate
raise except_orm('ValidateError', '\n'.join(error_msgs))
except_orm: ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')
2015-02-26 21:31:23,365 12622 ERROR demo openerp.netsvc: ValidateError
Error occurred while validating the field(s) arch: Invalid XML for View Architecture!
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/netsvc.py", line 292, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/service/web_services.py", line 626, in dispatch
res = fn(db, uid, _params)
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/osv.py", line 188, in execute_kw
return self.execute(db, uid, obj, method, *args, *_kw or {})
File "/usr/local/lib/python2.6/dist-packages/openerp-7.0_20130909_231057-py2.6.egg/openerp/osv/osv.py", line 144, in wrapper
raise except_osv(inst.name, inst.value)
except_osv: ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')

Cant install picking_invoice_rel

Hi

I need to install account_invoice_webkit and when i try to install it this dependece module picking_invoice_rel i have the next issue:

[...]

File "/opt/odoo/openerp/addons/base/ir/ir_model.py", line 926, in xmlid_lookup
    raise ValueError('External ID not found in the system: %s' % (xmlid))
ParseError: "External ID not found in the system: stock.view_picking_out_form" while parsing /opt/odoo/addons/picking_invoice_rel/picking_view.xml:18, near
<record id="view_picking_out_invoice_rel_form" model="ir.ui.view">
      <field name="name">picking.out.invoice.rel.form</field>
      <field name="model">stock.picking</field>
      <field name="type">form</field>
      <field name="inherit_id" ref="stock.view_picking_out_form"/>
      <field name="arch" type="xml">
        <page string="Notes" position="after">
          <page string="Invoices" groups="picking_invoice_rel.group">
            <field name="invoice_ids" colspan="4" nolabel="1"/>
          </page>
        </page>
      </field>
    </record>

Thanks!

c2c_budget_chricar install error/bug (null value in view xml)

Error on installation of c2c_budget_chricar.

ParseError: "null value in column "name" violates not-null constraint

while parsing /opt/p233/.local/share/Odoo/addons/8.0/c2c_budget_chricar/c2c_budget_view.xml:374
<record model="ir.actions.act_window" id="open_budget_list">
            <field name="res_model">c2c_budget</field>
                        <field name="view_type">form</field>
                        <field name="view_mode">tree,form</field>

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.