From e2d42ebca210467698f163558e6e4390dcecaae9 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 22 Jul 2022 09:55:08 +0700 Subject: add compute web price and stock vendor --- indoteknik_custom/models/stock_altama.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 indoteknik_custom/models/stock_altama.py (limited to 'indoteknik_custom/models/stock_altama.py') 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") -- cgit v1.2.3