Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Anjeel Haria, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Edit taxes directly in the product category.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view product.category.form.view.taxes product.category form Inherits account.view_category_property_form
product_template_form_view_tax_updeatable product.template.form.tax.updeatable product.template form Inherits account.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • supplier_taxes_id Many2many → account.tax
    default=<expr> domain=[('type_tax_use', '=', 'purchase')] help='Default taxes used when buying the product.' string='Vendor Taxes' args: 'account.tax', 'product_category_supplier_taxes_rel', 'categ_id', 'tax_id'
  • taxes_id Many2many → account.tax
    default=<expr> domain=[('type_tax_use', '=', 'sale')] help='Default taxes used when selling the product.' string='Customer Taxes' args: 'account.tax', 'product_category_taxes_rel', 'categ_id', 'tax_id'
Public methods (1)
  • update_product_taxes(self)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • set_tax_from_category(self)

New fields (1)
  • taxes_updeatable_from_category Boolean
    default=True
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • set_tax_from_category(self)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
121 days ago
Last activity
14 days ago
Repository
OCA/account-financial-tools
Pull request
[19.0][MIG] product_category_tax: Migration to 19.0 (#2272)