Hi, I need to know the basic work flow of adding multiple banks to a corresponding partner. I need to add multiple countries with a person how is this possible. Is it achieved through one to many field pls help me
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
5355
أدوات العرض
Partners should automatically be allowed to have multiple bank accounts, as bank_ids is a one2many field. If you have the account module installed, you should be able to access these under the 'Accounting' tab.
As for multiple countries, you will need to change the country_id field to a many2many field rather than many2one. Something like this should do the trick:
'country_id_id': fields.many2many('res.country', id1='partner_id', id2='country_id', string='Country'),
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل