Account Move Line Packaging

account_move_line_packaging
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/account_move_line_packaging
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Souheil Bejaoui
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds packaging information on invoice lines.

Users can manually enter a packaging quantity and a packaging on invoice lines.
The invoiced quantity is then recomputed from these values.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_move_form_view account.move xpath Inherits account.view_move_form
Models touched (1)

New fields (3)
  • product_packaging_domain Binary
    compute='_compute_product_packaging_domain'
  • product_packaging_id Many2one → product.packaging
    check_company=True comodel_name='product.packaging' compute='_compute_product_packaging_id' precompute=True readonly=False store=True string='Packaging'
  • product_packaging_qty Float
    compute='_compute_product_packaging_qty' digits='Product Unit of Measure' precompute=True readonly=False store=True string='Packaging Quantity'
Public methods (0)

No public methods.