[12.0][MIG] Migrate rma module to v12.0

This commit is contained in:
Adrià Gil Sorribes
2018-11-19 16:53:43 +01:00
committed by Florian da Costa
parent d6dde751ee
commit 6716a34b7b
15 changed files with 68 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ from odoo import fields, models
class ProcurementRule(models.Model):
_inherit = 'procurement.rule'
_inherit = 'stock.rule'
rma_line_id = fields.Many2one(
comodel_name='rma.order.line', string='RMA line',