diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-23 11:23:42 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-23 11:23:42 +0700 |
| commit | 3a8d2713d749ce40d3755d4e0b22898ace4b0d6d (patch) | |
| tree | 91cbe11ba25529f8d6235a3c90f5d125abf34b2f /indoteknik_custom/models/purchase_pricelist.py | |
| parent | 7e734333e198e8405ce49ef96f5cb347b0a892d4 (diff) | |
| parent | 2016ebabb250d1fe521d9b00668b7fa4313dff81 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/purchase_pricelist.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_pricelist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_pricelist.py b/indoteknik_custom/models/purchase_pricelist.py index 3607defe..b7c3785a 100755 --- a/indoteknik_custom/models/purchase_pricelist.py +++ b/indoteknik_custom/models/purchase_pricelist.py @@ -14,6 +14,8 @@ class PurchasePricelist(models.Model): system_price = fields.Float(string='System Price', required=True) human_last_update = fields.Datetime(string='Human Update') system_last_update = fields.Datetime(string='System Update') + count_trx_po = fields.Integer(string='Count Trx Product') + count_trx_po_vendor = fields.Integer(string='Count Trx Vendor') @api.depends('product_id', 'vendor_id') def _compute_name(self): |
