mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[9.0][FIX] rma:
* fix assignment of moves. * default qty in rma lines. * remove account dependency. * test and flake8 fixes.
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
b3f4819c1e
commit
4609c0e3b0
@@ -3,7 +3,6 @@
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
||||
from openerp import api, fields, models
|
||||
from openerp.addons import decimal_precision as dp
|
||||
from random import randint
|
||||
|
||||
|
||||
class RmaOrderLine(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user