diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-23 10:10:51 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-23 10:10:51 +0700 |
| commit | 6ae8ac2d0a560d850e7e8dc2ce87157f3e5a9669 (patch) | |
| tree | 5f4551745d02ea6ea3ba1c185cf335a4578ec5e3 /indoteknik_custom/models/commision.py | |
| parent | 8a3717c34e0968f3f6ddd7d0cc4fb18aeb218bfe (diff) | |
(andri) menu commision customer menjadi commision benefits
Diffstat (limited to 'indoteknik_custom/models/commision.py')
| -rw-r--r-- | indoteknik_custom/models/commision.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/commision.py b/indoteknik_custom/models/commision.py index 46718397..199aa106 100644 --- a/indoteknik_custom/models/commision.py +++ b/indoteknik_custom/models/commision.py @@ -148,6 +148,7 @@ class CustomerCommision(models.Model): _order = 'id desc' _inherit = ['mail.thread'] _rec_name = 'number' + _description = 'Customer Benefits' number = fields.Char(string='Document No', index=True, copy=False, readonly=True) date_from = fields.Date(string='Date From', required=True) |
