mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] rma_lot: pre-commit auto fixes
This commit is contained in:
@@ -5,7 +5,6 @@ from odoo import api, fields, models
|
||||
|
||||
|
||||
class Rma(models.Model):
|
||||
|
||||
_inherit = "rma"
|
||||
|
||||
lot_id = fields.Many2one(
|
||||
|
||||
3
rma_lot/pyproject.toml
Normal file
3
rma_lot/pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
||||
@@ -5,7 +5,6 @@ from odoo import models
|
||||
|
||||
|
||||
class StockReturnPickingLine(models.TransientModel):
|
||||
|
||||
_inherit = "stock.return.picking.line"
|
||||
|
||||
def _prepare_rma_vals(self):
|
||||
|
||||
Reference in New Issue
Block a user