diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-28 14:47:00 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-28 14:47:00 +0700 |
| commit | 85493aa6f97429a561ebf0ff1fa6baa3da9bd50c (patch) | |
| tree | 0770cec53cec29a0807ed13fd6dcb8ab216c0abc /indoteknik_custom/models | |
| parent | 46a7cc5601ceab2a7a6cdf4d74e0fa26ce13ab8a (diff) | |
Add inherit stock quant
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 | ||||
| -rw-r--r-- | indoteknik_custom/models/stock_quant.py | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index f8ff34d9..7c5e46e6 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -97,7 +97,6 @@ from . import sale_advance_payment_inv from . import purchase_order_multi_update from . import invoice_reklas_penjualan from . import purchase_order_multi_confirm -from . import stock_quant from . import po_multi_cancel from . import logbook_sj from . import report_logbook_sj 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 |
