Repository
OCA/product-variant · module folder · Try on Runboat
Module version
1.0.0
Category
Product Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.tecnativa.com
Last tracking update
2026-08-07 07:03:09
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
GitHub, Stéphane Bidoul (ACSONE), Weblate, Alex Comba, OCA Transbot, oca-travis, sergio-incaser, Sergio Incaser
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • weight Float
    digits=dp.get_precision('Stock Weight') help='The gross weight in Kg.' string='Gross Weight'
  • weight_net Float
    digits=dp.get_precision('Stock Weight') help='The net weight in Kg.' string='Net Weight'
Public methods (1)
  • create(self, vals)
    @api.model

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi