summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/product_template.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-21 16:19:50 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-21 16:19:50 +0700
commit1043e2f2b9630b8b622a9bc5070bf167d17e08d7 (patch)
tree8fe136db08053e3b05e187d820d1b4802fb19c31 /indoteknik_custom/models/product_template.py
parent0e4e1eaf30f79afb2b9885c897b8a8a2044f8509 (diff)
parentfc6f0a00ab98a72ad3d08f1d5ad6f8120e21814a (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into block_manual_input_stock_picking
Diffstat (limited to 'indoteknik_custom/models/product_template.py')
-rwxr-xr-xindoteknik_custom/models/product_template.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/product_template.py b/indoteknik_custom/models/product_template.py
index f59bea6b..13e99707 100755
--- a/indoteknik_custom/models/product_template.py
+++ b/indoteknik_custom/models/product_template.py
@@ -1365,4 +1365,5 @@ class ImageCarousel(models.Model):
_order = 'product_id, id'
product_id = fields.Many2one('product.template', string='Product', required=True, ondelete='cascade', index=True, copy=False)
+ sequence = fields.Integer("Sequence", default=10)
image = fields.Binary(string='Image')