mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[12.0][MIG] Migrate rma module to v12.0
This commit is contained in:
committed by
Florian da Costa
parent
d6dde751ee
commit
6716a34b7b
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user