Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[product_extended_segmentation] Messages log related issues when cost doesn't get updated #799

Closed osvalr closed 8 years ago

osvalr commented 8 years ago

Task 4989

Required changes

It is required make a couple of changes:

current code:

...
tmpl_obj.message_post(cr, uid, [product_tmpl_id.id],
                                  'Not Updated Cost, But Segments only.',
                                  'I cowardly did not update Standard new \n'
                                  'price less than old price \n'
...
osvalr commented 8 years ago

@hbto @nhomar can you give me your thoughts about this?

hbto commented 8 years ago

Thing is that a template record could be in more than one product record, thus prompting to update all the Product records linked to the template is that the idea @nhomar ?

nhomar commented 8 years ago

I see the PR he is sending the message in the prodoct.product wher he is working on.

that's the Idea... in what do you need feedback specifically @osvalr

osvalr commented 8 years ago

I've discussed with @hbto this because I'm using all bom's related products instead using template's related products, he suggest to take the second choice because some products maybe are not taken in count.

nhomar commented 8 years ago

On Mon, Mar 28, 2016 at 4:19 PM, Osval Reyes notifications@github.com wrote:

I've discussed with @hbto https://github.com/hbto this because I'm using all bom's related products instead using template's related products, he suggest to take the second choice because some products maybe are not taken in count.

explain more please.

Nhomar Hernandez CEO Vauxoo. Site: http://vauxoo.com Twitter: @nhomar Blog: http://nhomar.com Github User: https://github.com/nhomar Odoo Gold Partner Skype: nhomar00 (Envia mail previo no lo superviso siempre). HangOut: nhomar@vauxoo.com Móvil Venezuela: +58 4144110269 Móvil México: +52 1 4773933942

osvalr commented 8 years ago

this have been solved in #804