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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
juil. 18
|
5732 | ||
|
1
juil. 25
|
558 | ||
|
2
sept. 25
|
721 | ||
|
2
sept. 25
|
1539 | ||
|
1
juil. 25
|
1170 |