Giter Site home page Giter Site logo

Comments (5)

ferdiga avatar ferdiga commented on August 30, 2024

On 2015-03-09 19:55, jaronemo wrote:

module won't work in v8 without massive redesign , as

  • prodlot_id many2one
    changed to
  • lot_ids may2many

sorry for the inconvenience

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._tagsrec.tag <self.cr,%20rec,%20n,%20mode=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


Reply to this email directly or view it on GitHub
#7.

from c2c-rd-addons.

jaronemo avatar jaronemo commented on August 30, 2024

So there is no attempt to fix the module to operate it in a V8?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 30, 2024

the company paying for this decided to stay on 6.1 - and will not migrate before v9 is stable.
Reason: we had to make so many overlapping modules to get stock management AND financial accounting to be usable (at least for this company) and we will not adapt all of these modules to changed stock management now and once more to changed accounting and to changed API.

from c2c-rd-addons.

cod3monk avatar cod3monk commented on August 30, 2024

could the addon then be removed from the 8.0 branch? It is missleading and breaks updates for people who used this addon on 7.0 and upgrade to 8.0.

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 30, 2024

On 2015-03-21 12:21, cod3monk wrote:

could the addon then be removed from the 8.0 branch? It is missleading
and breaks updates for people who used this addon on 7.0 and upgrade
to 8.0.

now almost all are set to installable : False
as we do not support v8 yet


Reply to this email directly or view it on GitHub
#7 (comment).

from c2c-rd-addons.

Related Issues (19)

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.