Conversation
|
Please see travis |
|
@eLBati fixed |
|
@hurrinico please consider suggestions made since #38 (diff) |
product_customer_code/product.py
Outdated
There was a problem hiding this comment.
Not imported python files should be removed
6265f4a to
00cfc24
Compare
00cfc24 to
dc57be4
Compare
|
I think a better path is to use product_supplierinfo_for_customer module as base for the customer code instead of creating a new model. |
|
We are using |
|
OK, but we should merge both concepts in v9. |
|
@hurrinico would you:
|
|
I've made some changes to increase coverage/coveralls, then also adjustments to version 8 and OCA guidelines. |
[8.0] product customer code
|
@hurrinico @mikevhe18 please see failing checks |
|
hello @hurrinico, i've fixed the code. Thanks in advance |
Fix error Travis
|
Tested functionality on runbot 👍 |
|
👍 |
|
Hi @OCA/product-maintainers would you kindly review this PR? Many thanks |
|
Hello @pedrobaeza @eLBati, would you kindly review this PR again ? |
|
👍 |
product_customer_code/README.rst
Outdated
| This module does just like the product.supplierinfo but for customers instead. For instance it | ||
| allows to have different references for the same product according to the customer. | ||
|
|
||
| .. image:: product_customer_code/static/src/img/screenshot1.png |
There was a problem hiding this comment.
Please use figure like at https://raw.githubusercontent.com/OCA/maintainer-tools/master/template/module/README.rst
|
A few comments then LGTM 👍 |
7fb5059 to
5751224
Compare
|
@eLBati i've made the requested fix |
|
tested LGTM for me 👍 |
|
Please check Travis status. Do we need to have a specific task for this? |
|
@pedrobaeza , @espo-tony is on the problem of |
|
@pedrobaeza , @eLBati According to the tests and the analysis I performed, the issue doesn't look to depend on the module "product_customer_code". Instead, it looks like the duplication of a product.product record is not possible anymore because of a bug introduced by the modules 'product_code_builder' and 'product_code_builder_sequence'. Please give a look to the PRs #181 , #182 for further informations on this bug and to review a possible solution to them (notice that solving those bugs, also the Travis errors remarked on this PR should be solved). |
|
For me this can be closed , as |
|
IMHO this can be closed |
* [REL] replace __openerp__ for __manifest__ * [REL] replace openerp imports for odoo * [REL] some python3 exceptions * [REL] replace openerp by odoo on xml files * [REL] delete utf-8 line on python files * [REL] some minor fixes for migration to v11 * [FIX] runbot link
I've made a fork of #38 and rebase it