diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-03 09:34:00 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-03 09:34:00 +0700 |
| commit | 0a5376fe987ca2a6656d9b63c52b939c33150a21 (patch) | |
| tree | c7335fce017f60a316eb1320c29ef4c2e0ed467b /indoteknik_custom/models/product_template.py | |
| parent | a24399b23e6818aa93d8fe0af3dcf1a4da6bc6da (diff) | |
(andri) fix journal entries
Diffstat (limited to 'indoteknik_custom/models/product_template.py')
| -rwxr-xr-x | indoteknik_custom/models/product_template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/product_template.py b/indoteknik_custom/models/product_template.py index 13e99707..ee33a185 100755 --- a/indoteknik_custom/models/product_template.py +++ b/indoteknik_custom/models/product_template.py @@ -74,6 +74,7 @@ class ProductTemplate(models.Model): merchandise_ok = fields.Boolean(string='Product Promotion') print_barcode = fields.Boolean(string='Print Barcode', default=True) # qr_code = fields.Binary("QR Code", compute='_compute_qr_code') + # has_magento = fields.Boolean(string='Has Magento?', default=False) @api.model def create(self, vals): |
