activity pug

This commit is contained in:
blackbelts 2025-08-27 16:31:45 +03:00
parent 0cf8359ef7
commit 3abee41b28
1 changed files with 4 additions and 0 deletions

View File

@ -412,3 +412,7 @@ class PaReturnReasonWizard(models.TransientModel):
class PaProgram(models.Model):
_name = 'pa.family'
class PaProgramType(models.Model):
_name = 'pa.program.type'
pg_type =fields.Char(string='نوع البرنامج')