Merge pull request #5286 from expsa/khazraji_account

fix
This commit is contained in:
mohammed-alkhazrji 2025-11-09 00:54:48 -08:00 committed by GitHub
commit 947a3f49ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -409,3 +409,9 @@ class Employee(models.Model):
return result
else:
return super(Employee, self).name_get()
class ProductTempInherit(models.Model):
_inherit = 'product.template'
asset_ok = fields.Boolean(string="Asset Expensed")