Coder Social home page Coder Social logo

product-kitting's Introduction

Build Status Coverage Status

Product Kitting

This project deals with modules related to product kitting management. You'll find modules that:

  • Compute stock from BoM
  • Split the delivery related to a SO (based on BoM)
  • Split the reception related to a PO (based on BoM)
  • ...

product-kitting's People

Contributors

oca-git-bot avatar pedrobaeza avatar

Stargazers

 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

product-kitting's Issues

bom_stock 7.0: travis is red

Creating test instance:
/home/travis/odoo-7.0/openerp-server -d openerp_template --log-level=warn --stop-after-init --addons-path /home/travis/build/OCA/product-kitting,/home/travis/stock-logistics-warehouse,/home/travis/odoo-7.0/addons --init sale_bom_split,purchase_bom_split,bom_stock,bom_split
2015-03-27 23:13:52,700 23630 �[1;31m�[1;49mERROR�[0m openerp_template openerp.tools.convert: Parse error in /home/travis/build/OCA/product-kitting/bom_stock/bom_stock_view.xml:4: 
<record model="ir.ui.view" id="view_bom_stock_value_qty_form">
            <field name="name">product.bom.stock.value.qty.form.inherit</field>
            <field name="model">product.product</field>
            <field name="inherit_id" ref="stock_available_immediately.view_normal_stock_active_qty_form"/>
            <field name="arch" type="xml">
                <field name="immediately_usable_qty" position="after">
                    <field name="has_bom" invisible="1"/>
                    <field name="bom_stock" attrs="{'invisible': [('has_bom', '=', False)]}"/>
                </field>
            </field>
        </record>
Traceback (most recent call last):
  File "/home/travis/odoo-7.0/openerp/tools/convert.py", line 852, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/home/travis/odoo-7.0/openerp/tools/convert.py", line 810, in _tag_record
    f_val = self.id_get(cr, f_ref)
  File "/home/travis/odoo-7.0/openerp/tools/convert.py", line 829, in id_get
    res = self.model_id_get(cr, id_str)
  File "/home/travis/odoo-7.0/openerp/tools/convert.py", line 838, in model_id_get
    return model_data_obj.get_object_reference(cr, self.uid, mod, id_str)
  File "/home/travis/odoo-7.0/openerp/tools/cache.py", line 18, in lookup
    r = self.lookup(self2, cr, *args)
  File "/home/travis/odoo-7.0/openerp/tools/cache.py", line 46, in lookup
    value = d[key] = self.method(self2, cr, *args)
  File "/home/travis/odoo-7.0/openerp/addons/base/ir/ir_model.py", line 888, in get_object_reference
    data_id = self._get_id(cr, uid, module, xml_id)
  File "/home/travis/odoo-7.0/openerp/tools/cache.py", line 18, in lookup
    r = self.lookup(self2, cr, *args)
  File "/home/travis/odoo-7.0/openerp/tools/cache.py", line 46, in lookup
    value = d[key] = self.method(self2, cr, *args)
  File "/home/travis/odoo-7.0/openerp/addons/base/ir/ir_model.py", line 881, in _get_id
    raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id))
ValueError: No such external ID currently defined in the system: stock_available_immediately.view_normal_stock_active_qty_form

[8.0] Is there a roadmap for the porting of this module?

Hi,

I'm very interested in using this module in a project that requires the functionality that this module provides. There is a discussion here:

https://www.odoo.com/forum/help-1/question/e-commerce-exploded-view-module-71172

and I will be collaborating with a few people to build out that functionality based on our needs.

I'd like to know if there is a projected roadmap for porting this particular set of modules to 8.0, as if not I will fork it and begin work on trying to port the modules myself until the OCA-approved module has been ported to 8.0 according to OCA requirements.

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.