Shipment Advice Bill Auto Complete

shipment_advice_bill_auto_complete
REPOSITORY
REPOSITORYOCA/stock-logistics-transport
GIT
GIThttps://github.com/OCA/stock-logistics-transport.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-transport/tree/14.0/shipment_advice_bill_auto_complete
VERSION
VERSION 1.3.0
CATEGORY
CATEGORYInvoicing Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSThierry Ducrest, Weblate, OCA-git-bot, Michael Tietz, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-transport
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-transport:
    - shipment_advice
    - stock_dock
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase
    - stock
    - barcodes
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - utm
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_move_form_inherit_purchase account.move.inherit.auto.complete.shipment account.move field Inherits purchase.view_move_form_inherit_purchase
Models touched (4)

New fields (1)
  • shipment_advice_auto_complete_id Many2one → shipment.advice
    store=False args: 'shipment.advice'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • shipment_advice_id Many2one → shipment.advice
    comodel_name='shipment.advice' index=True ondelete='set null'
Public methods (0)

No public methods.

New fields (3)
  • account_move_id Many2one → account.move
    comodel_name='account.move' compute='_compute_account_move_id' copy=False store=True
  • invoice_line_ids One2many → account.move.line
    copy=False readonly=True string='Bill Lines' args: 'account.move.line', 'shipment_advice_id'
  • supplier_ids Many2many → res.partner
    comodel_name='res.partner' compute='_compute_supplier_ids' copy=False store=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.