Home
last modified time | relevance | path

Searched refs:tax_report_line_ids (Results 1 – 3 of 3) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_account_tag.py14tax_report_line_ids = fields.Many2many(string="Tax Report Lines", comodel_name='account.tax.report… variable in AccountAccountTag
H A Daccount_tax_report.py234 tags_to_unlink = all_tags.filtered(lambda x: not (x.tax_report_line_ids - self))
H A Daccount_move.py3828 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)