Ricardo Nizzola
Ricardo Nizzola
I've fixed it for me: ``` @api.model def get_attrition_rate(self): month_attrition = [] monthly_join_resign = self.join_resign_trends() month_join = monthly_join_resign[0]['values'] month_resign = monthly_join_resign[1]['values'] sql = """ SELECT (date_trunc('month', CURRENT_DATE))::date - interval '1'...
I've fixed it for me: ``` @api.model def get_attrition_rate(self): month_attrition = [] monthly_join_resign = self.join_resign_trends() month_join = monthly_join_resign[0]['values'] month_resign = monthly_join_resign[1]['values'] sql = """ SELECT (date_trunc('month', CURRENT_DATE))::date - interval '1'...
Não, apenas reportei a issue. Em qui., 10 de out. de 2024 às 01:34, grupouweb ***@***.***> escreveu: > Bom dia Ricardo, tudo bem? Vc conseguiu corrigir e a voltar a...
Fiz uma alteração para esta parte voltar a funcionar, segue o arquivo. [zip_search.zip](https://github.com/user-attachments/files/17850399/zip_search.zip)
Just add to the theme's application.css file the code below. ``` svg.s12, svg.s14, svg.s18, svg.s20{ display: none; } ```