Anyone tel clear concept
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
4655
Views
Hello,
delegate is set it to True to make fields of the target model accessible from the current model (corresponds to _inherits)
for example
journal_id = fields.Many2one('account.journal', delegate=True, required=True)
this will make all journal's fields available in your model.
Hope this could help
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up