TIP: You can type at any time to perform a new search.
Product Category Taxes
product_category_tax · OCA/account-financial-tools
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2many → account.taxdefault=<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_idMany2many → account.taxdefault=<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'
-
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_categoryBooleandefault=True
-
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
- 122 days ago
- Last activity
- 15 days ago
- Repository
- OCA/account-financial-tools
- Pull request
- [19.0][MIG] product_category_tax: Migration to 19.0 (#2272)