OCA / product-kitting

Odoo Kitting Addons
GNU Affero General Public License v3.0
17 stars 45 forks source link

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

Open lukebranch opened 9 years ago

lukebranch commented 9 years ago

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.

clonedagain commented 9 years ago

Regarding bom_stock: https://github.com/OCA/stock-logistics-warehouse/tree/7.0/stock_available has some of the features of bom_stock: it can compute the "quantity available to promise" and the "potential quantity" taking BoM components into account. So I'd prefer to have OCA work on adding the missing features of bom_stock into stock_available_mrp rather than simply migrating it to v8.

lukebranch commented 9 years ago

@clonedagain ,

Thanks for the update. I may work on my own porting to 8.0 in the meantime for my own company's use, as there are a few features that i'd like to implement.

I've followed the stock-logistics-warehouse repo though and i'll migrate the data over to the OCA module when it is released into the 8.0 branch.

clonedagain commented 9 years ago

No problem. We're not planning to migrate just now (more like this summer) but we may if you or others want to join the effort.

lukebranch commented 9 years ago

@clonedagain ,

I'd be happy to submit some contributions, however i'm not sure my current skills are sufficient for OCA-quality work!

I'll work on my own implementation first and do some testing and then will submit a PR with my changes for review once i'm happy with it.

Are there any automated tests that I should setup to test against in my development environment before submission?

I've also built a module that I will be rewriting to use OCA's product-attributes/product_images as a dependency rather than the way it is being handled now (very basic one2many for storing multiple images in a tab).

The module creates a view on the product view page for displaying a set of two synced sliders/carousels for a product image gallery (similar to most standard E-commerce website product image galleries) here:

https://github.com/OdooCommunityWidgets/website_multi_image

If I were to submit a PR to OCA would I target the OCA/website repository?