diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-05 09:35:35 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-05 09:35:35 +0700 |
| commit | 7af6d76d7e425bf72d9761871d2f9bce39cc0794 (patch) | |
| tree | bad9cbb35180c7bbb8bf4f20a37ca61610e36984 /indoteknik_custom/models/product_template.py | |
| parent | 01c6652a82d2f2b78b78f27def6d97b1d4ae37da (diff) | |
| parent | 92ef14b40d14222c9f9021c5778aed03ef90b73f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into cr_renca_find
merge
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): |
