Searched refs:tax_report_line_ids (Results 1 – 3 of 3) sorted by relevance
14 …tax_report_line_ids = fields.Many2many(string="Tax Report Lines", comodel_name='account.tax.report… variable in AccountAccountTag
234 tags_to_unlink = all_tags.filtered(lambda x: not (x.tax_report_line_ids - self))
3828 if tag.tax_report_line_ids:3830 for report_line in tag.tax_report_line_ids:5074 if tag.tax_report_line_ids:5076 … new_tag = tag.tax_report_line_ids[0].tag_ids.filtered(lambda x: x.tax_negate != tag.tax_negate)