activity pug
This commit is contained in:
parent
0cf8359ef7
commit
3abee41b28
|
|
@ -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='نوع البرنامج')
|
||||
|
|
|
|||
Loading…
Reference in New Issue