summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_altama.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/stock_altama.py')
-rw-r--r--indoteknik_custom/models/stock_altama.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/indoteknik_custom/models/stock_altama.py b/indoteknik_custom/models/stock_altama.py
deleted file mode 100644
index 9dae06e2..00000000
--- a/indoteknik_custom/models/stock_altama.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from odoo import fields, models
-
-
-class StockAltama(models.Model):
- _name = "stock.altama"
- _description = "Stock Altama"
- _rec_name = "product_variant_id"
-
- product_variant_id = fields.Many2one("product.product", string="Product Variant")
- quantity = fields.Integer(string="Quantity")