Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

Dear Community,


I need a settings of my custome module for company


I have created inherit res.company and  res.config.settings

I have created the field "group_extended_shares" in the two models


The create field in the res.config.settings is :

    group_extended_shares = fields.Boolean(        default=False, string="Gestión participaciones", readonly=False, related='company_id.group_extended_shares')

 
The create field in the res.company is 

    group_extended_shares = fields.Boolean(        default=False, string="Gestión participaciones", check_company=True, company_dependent=True, config_parameter='brillservice.group_extended_shares', implied_group='brillservice.group_extended_shares')


The res.company have the check of  _check_company_auto =True



I checked it but the configuration is not save for especific company.


Could anybody help me? 


 Kind regards

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 25
1562
1
cze 25
807
2
cze 25
1928
0
sie 24
1918
4
cze 25
2560