While testing it was impossible to save a product, because always Field "Values" in " ...
14 years, 7 months ago
(2010-08-18 16:34:30 UTC)
#1
While testing it was impossible to save a product, because always
Field "Values" in "
EAV Design for Product Attributes
" is required.
It is the same for each attribute type. Couldn't see at first glance why it
doesn't recognize field value, probably a problem with get_value and not yet
saved value...?
http://codereview.appspot.com/1961043/diff/1/4 File product_attribute.py (right): http://codereview.appspot.com/1961043/diff/1/4#newcode99 product_attribute.py:99: value = fields.Char( You could use Property fields
14 years, 7 months ago
(2010-08-20 09:08:17 UTC)
#2
On 2010/08/18 16:34:30, yangoon wrote: > While testing it was impossible to save a product, ...
14 years, 4 months ago
(2010-11-11 09:23:23 UTC)
#3
On 2010/08/18 16:34:30, yangoon wrote:
> While testing it was impossible to save a product, because always
>
> Field "Values" in "
> EAV Design for Product Attributes
> " is required.
>
> It is the same for each attribute type. Couldn't see at first glance why it
> doesn't recognize field value, probably a problem with get_value and not yet
> saved value...?
I can confirm this. The solution is mainly copied from contact mechanism. But it
will only work with char values for the moment. The handling of the other values
like the many2one values is missing.
On 2010/11/11 09:23:23, timitos wrote: > On 2010/08/18 16:34:30, yangoon wrote: > > While testing ...
14 years, 4 months ago
(2010-12-07 08:11:21 UTC)
#4
On 2010/11/11 09:23:23, timitos wrote:
> On 2010/08/18 16:34:30, yangoon wrote:
> > While testing it was impossible to save a product, because always
> >
> > Field "Values" in "
> > EAV Design for Product Attributes
> > " is required.
> >
> > It is the same for each attribute type. Couldn't see at first glance why it
> > doesn't recognize field value, probably a problem with get_value and not yet
> > saved value...?
>
> I can confirm this. The solution is mainly copied from contact mechanism. But
it
> will only work with char values for the moment. The handling of the other
values
> like the many2one values is missing.
This is an alternative implementation of the module. It is already working quite
well. Could this be an option to create a full working module? Would be great to
hear from you.
http://codereview.appspot.com/3485042
Issue 1961043: Product Attributes
Created 14 years, 7 months ago by shalabh.aggarwal
Modified 14 years, 3 months ago
Reviewers: sharoonthomas, yangoon1, ced, timitos, yangoon
Base URL:
Comments: 1