Repository
OCA/stock-logistics-transport · module folder · Try on Runboat
Module version
1.3.0
Category
Invoicing Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-transport
Last tracking update
2026-08-07 07:47:41
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Thierry Ducrest, Michael Tietz, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
shipment_advice_bill_auto_complete_mrp
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_move_form_inherit_purchase account.move.inherit.auto.complete.shipment account.move form Inherits purchase.view_move_form_inherit_purchase
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.