diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-28 14:57:22 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-02-28 14:57:22 +0700 |
| commit | 5ae18decf744c7b62a18c8f4eddd365e7ff6173f (patch) | |
| tree | 67dc863808ad42f5a7d388a93d520ed224dd9a43 /indoteknik_custom/models/stock_quant.py | |
| parent | 58024d6e0849400bb9c86f7c7988b163958eebe0 (diff) | |
| parent | 85493aa6f97429a561ebf0ff1fa6baa3da9bd50c (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/stock_quant.py')
| -rw-r--r-- | indoteknik_custom/models/stock_quant.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indoteknik_custom/models/stock_quant.py b/indoteknik_custom/models/stock_quant.py deleted file mode 100644 index 9affcf4b..00000000 --- a/indoteknik_custom/models/stock_quant.py +++ /dev/null @@ -1,8 +0,0 @@ -import logging - -from odoo import _, api, fields, models -from odoo.exceptions import UserError -class StockQuant(models.Model): - _inherit = 'stock.quant' - -
\ No newline at end of file |
