diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-07-22 09:55:08 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-07-22 09:55:08 +0700 |
| commit | e2d42ebca210467698f163558e6e4390dcecaae9 (patch) | |
| tree | b86fc1a2d5b30d04dfef6b7deef9424d06738503 /indoteknik_custom/models/stock_altama.py | |
| parent | 5d27587d8c84d74e4fa26f8aaf34843d0261b985 (diff) | |
add compute web price and stock vendor
Diffstat (limited to 'indoteknik_custom/models/stock_altama.py')
| -rw-r--r-- | indoteknik_custom/models/stock_altama.py | 10 |
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") |
