تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3074 أدوات العرض

I created an object for show quants of each partner(locate of products that are in the user's hands)
and I set a view  for show this.(a form that have one field "partner_id", and have a action button for show quants)

class PRQuants(models.Model):
    _name = "product.requisition.emp.quants"
    _description = "Product Requisition Employee's Quants"
    _inherit = ['mail.thread']
    _order = 'partner_id'

    partner_id = fields.Many2one('res.partner', 'Partner')

now, I want when a user defined in system, and system create related partner automatic : for this partner create one form in my object automatically.(each user>each partner> have one 'product.requisition.emp.quants')


how can do this? (I think I have to change/edit res.partner 'create' function, with call this function in my module.but how?)


Thanks


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
فبراير 20
4118
2
مايو 17
9391
1
ديسمبر 23
9009
0
أبريل 24
1878
2
أكتوبر 23
5530