Git Product home page Git Product logo

Comments (3)

pedrobaeza avatar pedrobaeza commented on August 10, 2024

Fixed in 48d0855

from apps-store.

sbidoul avatar sbidoul commented on August 10, 2024

And deployed.

from apps-store.

pedrobaeza avatar pedrobaeza commented on August 10, 2024

Agh, still with problems. I will test all the flow on local (although it's very complicated due to all the dependencies and pre-requisites). I will tell you when done.

The error is now:

Traceback (most recent call last):
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/addons/base/models/ir_http.py", line 234, in _dispatch
    result = request.dispatch()
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/http.py", line 809, in dispatch
    r = self._call_function(**self.params)
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/http.py", line 350, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/http.py", line 339, in checked_call
    result = self.endpoint(*a, **kw)
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/http.py", line 915, in __call__
    return self.method(*args, **kw)
  File "/home/openerp/instance/odoo-community-prod/src/odoo/odoo/http.py", line 515, in response_wrap
    response = f(*args, **kw)
  File "/home/openerp/instance/odoo-community-prod/src/apps-store/website_apps_store/controllers/main.py", line 223, in download_product_zip
    product.sudo().generate_zip_file()
  File "/home/openerp/instance/odoo-community-prod/src/apps-store/apps_download/models/product_product.py", line 84, in generate_zip_file
    if product.attribute_value_ids:
AttributeError: 'product.product' object has no attribute 'attribute_value_ids'

from apps-store.

Related Issues (20)

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.