Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 07:38:30
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Thomas Binsfeld, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
OCA/community-data-files:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view product.template.form (in product_meat_unece) product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (14)
  • unece_meat_bovine_category_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_bovine_category')] ondelete='restrict' string='Bovine category' unece_meat_code=True
  • unece_meat_bovine_quality_system_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_bovine_quality_system')] ondelete='restrict' string='Bovine quality system' unece_meat_code=True
  • unece_meat_code Char
    compute='_compute_unece_meat_code' readonly=True store=True string='UNECE Meat Code'
  • unece_meat_conformity_assessment_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_conformity_assessment')] ondelete='restrict' string='Conformity assessment' unece_meat_code=True
  • unece_meat_fat_thickness_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_fat_thickness')] ondelete='restrict' string='Fat thickness' unece_meat_code=True
  • unece_meat_feeding_system_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_feeding_system')] ondelete='restrict' string='Feeding system' unece_meat_code=True
  • unece_meat_packing_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_packing')] ondelete='restrict' string='Packing' unece_meat_code=True
  • unece_meat_post_slaughter_system_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_post_slaughter_system')] ondelete='restrict' string='Post-slaughter system' unece_meat_code=True
  • unece_meat_product_cut_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_product_cut')] ondelete='restrict' string='Product/cut' unece_meat_code=True
  • unece_meat_production_system_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_production_system')] ondelete='restrict' string='Production system' unece_meat_code=True
  • unece_meat_refrigeration_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_refrigeration')] ondelete='restrict' string='Refrigeration' unece_meat_code=True
  • unece_meat_slaughter_system_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_slaughter_system')] ondelete='restrict' string='Slaughter system' unece_meat_code=True
  • unece_meat_species_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_species')] ondelete='restrict' string='Species' unece_meat_code=True
  • unece_meat_weight_range_id Many2one → unece.code.list
    comodel_name='unece.code.list' domain=[('type', '=', 'meat_weight_range')] ondelete='restrict' string='Weight range' unece_meat_code=True
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    selection_add=[('meat_species', 'Species'), ('meat_product_cut', 'Product/cut'), ('meat_refrigeration', 'Refrigeration'), ('meat_bovine_category', 'Bovine category'), ('meat_production_system', 'Production system'), ('meat_feeding_system', 'Feeding system'), ('meat_slaughter_system', 'Slaughter system'), ('meat_post_slaughter_system', 'Post-slaughter system'), ('meat_fat_thickness', 'Fat thickness'), ('meat_bovine_quality_system', 'Bovine quality system'), ('meat_weight_range', 'Weight range'), ('meat_packing', 'Packing'), ('meat_conformity_assessment', 'Conformity assessment')]
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
91 days ago
Last activity
27 days ago
Repository
OCA/community-data-files
Pull request
[MIG][19.0] `product_meat_unece` (#276)