TIP: You can type at any time to perform a new search.
POS Remove POS Category
pos_remove_pos_category · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 2.0.2
- Category
- Point of Sale
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 07:31:55
- Authors
- Camptocamp, Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Ivàn Todorovich, Sébastien BEAU, Vincent Van Rossem, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets |
assets | ir.ui.view | qweb | Inherits point_of_sale.assets |
product_category_form_view |
product.category | form | Inherits product.product_category_form_view | |
product_category_list_view |
product.category | list | Inherits product.product_category_list_view | |
product_template_form_view |
hide.pos_categ_id.product.template.form | product.template | form | Inherits point_of_sale.product_template_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
module_uninstall(self)
New fields (3)
-
available_in_posBooleandefault=Truehelp='Check if you want this category to appear in Point Of Sale.\nIf you uncheck, children categories will becomes invisible too, whatever their checkbox state.'string='Available in the Point of Sale' -
imageBinaryhelp='Show Image Category in Form View' -
image_mediumBinarycompute='_compute_image'help='Show image category button in POS'inverse='_set_image'store=True
No public methods.
New fields (1)
-
pos_categ_idMany2one → product.categoryrelated='categ_id'search='_search_pos_categ_id'store=False args: 'product.category'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
Loading…
Loading…