by default when we create stages, it will visible in all companies. How to make company specific stages? Is there any possibility to make this without record rules?If yes please provide.
Thanks in adwance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
Is there anyway to do this through the GUI? Settings, Technical, Models, Add a line.....?
Hi,
By default, we don't have this option, but this can be achieved by adding a new field in the project.project.stage model and in the view.
company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company))
After adding this field, you can now override the stage_id field defined in project.project model and add the field parameter company_dependent=True for making the stages company-specific.
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
2
июл. 18
|
5604 | ||
|
1
июл. 25
|
414 | ||
|
2
сент. 25
|
351 | ||
|
2
сент. 25
|
1272 | ||
|
1
июл. 25
|
913 |