mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
add new module
This commit is contained in:
@@ -15,3 +15,6 @@ class ProductProduct(models.Model):
|
||||
length = fields.Float('Length', digits='Stock Weight')
|
||||
height = fields.Float('Height', digits='Stock Weight')
|
||||
model_grade = fields.Char('Model/Grade')
|
||||
rental_group_id = fields.Char('Rental Group')
|
||||
group_id = fields.Many2one(
|
||||
'stock.groups', 'Group', help="Select group for the current product")
|
||||
|
||||
Reference in New Issue
Block a user