mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP] rma_sale: pre-commit stuff
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
37142119dd
commit
6190fcbe64
@@ -64,9 +64,7 @@ class RmaAddSale(models.TransientModel):
|
||||
)
|
||||
rec.show_lot_filter = bool(rec.lot_domain_ids)
|
||||
|
||||
lot_ids = fields.Many2many(
|
||||
comodel_name="stock.production.lot", string="Lots/Serials selected"
|
||||
)
|
||||
lot_ids = fields.Many2many(comodel_name="stock.production.lot", string="Lots/Serials selected")
|
||||
|
||||
def select_all(self):
|
||||
self.ensure_one()
|
||||
|
||||
1
setup/rma_sale/odoo/addons/rma_sale
Symbolic link
1
setup/rma_sale/odoo/addons/rma_sale
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../rma_sale
|
||||
6
setup/rma_sale/setup.py
Normal file
6
setup/rma_sale/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user