[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:
lreficent
2017-08-02 17:05:58 +02:00
committed by Jordi Ballester Alomar
parent b3f4819c1e
commit 4609c0e3b0
4 changed files with 19 additions and 22 deletions

View File

@@ -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):