add new module

This commit is contained in:
sonal arora
2020-07-21 10:09:46 +00:00
parent 800e7fdceb
commit c0d10e3fbe
1063 changed files with 243750 additions and 5 deletions

View File

@@ -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")