-
-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.0] quantity warning on lot with negative number #45
Conversation
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
'views/stock_move_split.xml', | ||
], | ||
'installable': True, | ||
'application': True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@llacroix I don't think that this module qualify as an application.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, fixed
9ab9a31
to
6e99943
Compare
6e99943
to
fda31b9
Compare
@@ -0,0 +1,3 @@ | |||
# -*- coding: utf-8 -*- | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright?
product_obj = self.pool.get('product.product') | ||
for data in self.browse(cr, uid, ids, context=context): | ||
for move in move_obj.browse(cr, uid, move_ids, context=context): | ||
product_uom = product_obj.browse( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehdem Why not move.product_uom
?
0441fba
to
6c44fa8
Compare
############################################################################## | ||
import logging | ||
|
||
from openerp.osv import orm, osv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehdem Why import osv?
No need adding the view and just overriding one method in the StockMoveSplit class
6c44fa8
to
9798b45
Compare
To rebase |
@@ -1,3 +1,4 @@ | |||
sudo: required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to remove.
@llacroix Hello, do you plan to achieve this PR ? Is it still usefull ? Thanks. |
@Cedric-Pigeon not planning anything. Can't say if it's useful. Though not for me. |
[FIX] mrp_shop_floor_control
No description provided.