TIP: You can type at any time to perform a new search.
Ecoembes
ecoembes · OCA/l10n-spain
- Repository
- OCA/l10n-spain · module folder · Try on Runboat
- Module version
- 1.3.0
- Category
- Tools
- Folder size
- 0.14 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-spain
- Last tracking update
- 2026-08-07 07:38:19
- Authors
- Odoo Community Association (OCA), Tecnativa, FactorLibre
- Maintainers
- Odoo Community Association (OCA), Tecnativa, FactorLibre
- Committers
- Pedro M. Baeza, Víctor Martínez, OCA-git-bot, oca-travis, oca-ci
Code Analysis ⓘ
Views touched (23)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
ecoembes_sig_report_wizard_form |
Ecoembes Sig Report | ecoembes.sig.report.wizard | form | New |
external_layout_standard_ecoembes |
external_layout_standard_ecoembes | ir.ui.view | qweb | Inherits web.external_layout_standard |
nan_product_pack_form |
product.product.pack.form | product.product | form | Inherits product.product_normal_form_view |
product_template_only_form_view |
product.template.product.form | product.template | form | Inherits product.product_template_only_form_view |
view_company_sii_form |
res.company.sii.form | res.company | form | Inherits base.view_company_form |
view_ecoembes_market_type_form |
view.ecoembes.market.type.form | ecoembes.market.type | form | New |
view_ecoembes_market_type_search |
view.ecoembes.market.type.search | ecoembes.market.type | search | New |
view_ecoembes_market_type_tree |
view.ecoembes.market.type.tree | ecoembes.market.type | tree | New |
view_ecoembes_material_form |
view.ecoembes.material.form | ecoembes.material | form | New |
view_ecoembes_material_search |
view.ecoembes.material.search | ecoembes.material | search | New |
view_ecoembes_material_tree |
view.ecoembes.material.tree | ecoembes.material | tree | New |
view_ecoembes_packaging_form |
view.ecoembes.packaging.form | ecoembes.packaging | form | New |
view_ecoembes_packaging_search |
view.ecoembes.packaging.search | ecoembes.packaging | search | New |
view_ecoembes_packaging_tree |
view.ecoembes.packaging.tree | ecoembes.packaging | tree | New |
view_ecoembes_sector_form |
view.ecoembes.sector.form | ecoembes.sector | form | New |
view_ecoembes_sector_search |
view.ecoembes.sector.search | ecoembes.sector | search | New |
view_ecoembes_sector_tree |
view.ecoembes.sector.tree | ecoembes.sector | tree | New |
view_ecoembes_submaterial_form |
view.ecoembes.submaterial.form | ecoembes.submaterial | form | New |
view_ecoembes_submaterial_search |
view.ecoembes.submaterial.search | ecoembes.submaterial | search | New |
view_ecoembes_submaterial_tree |
view.ecoembes.submaterial.tree | ecoembes.submaterial | tree | New |
view_product_composition_form |
view.product.composition.form | product.composition | form | New |
view_product_composition_search |
view.product.composition.search | product.composition | search | New |
view_product_composition_tree |
view.product.composition.tree | product.composition | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (12)
New fields (2)
-
nameCharrequired=Truestring='Name' -
referenceCharrequired=Truestring='Ref.'
-
name_search(self, name, args=None, operator='ilike', limit=100)@api.model
New fields (8)
-
billingFloatreadonly=Truestring='Billing' -
default_codeCharreadonly=Truerelated='product_id.default_code'store=True -
invoice_dateDatereadonly=Truerelated='move_id.invoice_date'string='Invoice Date' -
move_idMany2one → account.movecomodel_name='account.move'readonly=Truestring='Move' -
periodCharreadonly=Truestring='Period' -
product_idMany2one → product.productcomodel_name='product.product'readonly=Truestring='Product' -
product_nameCharreadonly=Truerelated='product_id.name'string='Product name' -
quantityFloatreadonly=Truestring='Quantity'
-
init(self)
New fields (2)
-
nameCharstring='Market type' -
referenceCharstring='Abbreviation'
No public methods.
New fields (1)
-
nameCharstring='Material'
No public methods.
New fields (1)
-
nameCharstring='Packaging'
No public methods.
New fields (1)
-
nameCharstring='Sector'
No public methods.
New fields (5)
-
datasBinaryreadonly=Truestring='File' -
date_endDaterequired=Truestring='Date end' -
date_startDaterequired=Truestring='Date start' -
nameCharreadonly=Truestring='File name' -
stateSelectiondefault='start'selection=[('start', _('Start')), ('end', _('End'))]string='State'
-
confirm(self) -
get_formats(self) -
get_report_items(self)
New fields (2)
-
material_idMany2one → ecoembes.materialcomodel_name='ecoembes.material'required=Truestring='Material' -
nameCharstring='Submaterial'
-
name_get(self)
New fields (12)
-
compositionBooleanstring='Composition' -
default_codeCharreadonly=Truerelated='product_id.default_code'store=True -
market_type_idMany2one → ecoembes.market.typecomodel_name='ecoembes.market.type'required=Truestring='Market type' -
material_idMany2one → ecoembes.materialcomodel_name='ecoembes.material'required=Truestring='Material' -
orderIntegerstring='Order' -
packaging_idMany2one → ecoembes.packagingcomodel_name='ecoembes.packaging'required=Truestring='Packaging' -
product_idMany2one → product.productcomodel_name='product.product'string='Product' -
product_tmpl_idMany2one → product.templatecomodel_name='product.template'string='Template' -
qtyIntegerstring='Qty' -
submaterial_idMany2one → ecoembes.submaterialcomodel_name='ecoembes.submaterial'required=Truestring='Submaterial' -
volumeIntegerstring='Volume (mL)' -
weightIntegerstring='Weight (g)'
-
create(self, vals_list)@api.model_create_multi -
name_get(self) -
write(self, vals)
New fields (6)
-
composition_idsOne2many → product.compositioncomodel_name='product.composition'inverse_name='product_id'string='Compositions' -
ecoembes_commentTextstring='Comments' -
ecoembes_date_expiryDatestring='Date expiry' -
ecoembes_product_masterCharstring='Product master' -
ecoembes_sigBooleanstring='SIG/NOSIG option' -
weight_net_gram_roundIntegercompute='_compute_weight_net_gram_round'store=Truestring='Weight (g)'
No public methods.
New fields (6)
-
composition_idsOne2many → product.compositioncomodel_name='product.composition'inverse_name='product_tmpl_id'string='Compositions' -
ecoembes_commentTextcompute='_compute_ecoembes_info'inverse='_inverse_ecoembes_info'string='Comments' -
ecoembes_date_expiryDatecompute='_compute_ecoembes_info'inverse='_inverse_ecoembes_info'string='Date expiry' -
ecoembes_product_masterCharcompute='_compute_ecoembes_info'inverse='_inverse_ecoembes_info'string='Product master' -
ecoembes_sigBooleancompute='_compute_ecoembes_info'inverse='_inverse_ecoembes_info'string='SIG/NOSIG option' -
weight_net_gram_roundIntegercompute='_compute_ecoembes_info'inverse='_inverse_ecoembes_info'string='Weight (g)'
No public methods.
New fields (2)
-
ecoembes_inscriptionCharstring='Ecoembes Inscription' -
ecoembes_partner_memberCharstring='Ecoembes Partner Member'
No public methods.