TIP: You can type at any time to perform a new search.
ITA - Documento di trasporto - Base
l10n_it_delivery_note_base · OCA/l10n-italy
- Repository
- OCA/l10n-italy · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Localization/Italy
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-italy
- Last tracking update
- 2026-08-07 08:09:16
- Authors
- Odoo Community Association (OCA), Gianmarco Conte, Marco Calcagni, Link IT Europe Srl
- Maintainers
- Odoo Community Association (OCA), Gianmarco Conte, Marco Calcagni, Link IT Europe Srl
- Committers
- GitHub, Simone Rubino, Weblate, OCA-git-bot, oca-ci, odooNextev, Borruso
- Odoo dependencies
-
odoo/odoo:- base
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_it_delivery_note
- Description
**English** This module is base layer. Within there are principal tables, so anybody can use it with another modules. **Italiano** Questo modulo è un livello base. All'interno ci sono le tabelle principali, in modo che chiunque possa usarlo con altri moduli.
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_delivery_note_type_form_view |
stock.delivery.note.type.form | stock.delivery.note.type | form | New |
stock_delivery_note_type_tree_view |
stock.delivery.note.type.tree | stock.delivery.note.type | tree | New |
stock_picking_goods_appearance_form_view |
stock.picking.goods.appearance.form | stock.picking.goods.appearance | form | New |
stock_picking_goods_appearance_tree_view |
stock.picking.goods.appearance.tree | stock.picking.goods.appearance | tree | New |
stock_picking_transport_condition_form_view |
stock.picking.transport.condition.form | stock.picking.transport.condition | form | New |
stock_picking_transport_condition_tree_view |
stock.picking.transport.condition.tree | stock.picking.transport.condition | tree | New |
stock_picking_transport_method_form_view |
stock.picking.transport.method.form | stock.picking.transport.method | form | New |
stock_picking_transport_method_tree_view |
stock.picking.transport.method.tree | stock.picking.transport.method | tree | New |
stock_picking_transport_reason_form_view |
stock.picking.transport.reason.form | stock.picking.transport.reason | form | New |
stock_picking_transport_reason_tree_view |
stock.picking.transport.reason.tree | stock.picking.transport.reason | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (0)
No new fields.
Public methods (1)-
create(self, vals)@api.model_create_multiCreate DN types and their sequences after companies creation if they're not already existing
New fields (13)
-
activeBooleandefault=True -
codeSelectiondefault=<expr>required=Truestring='Type of Operation' args: DELIVERY_NOTE_TYPE_CODES -
company_idMany2one → res.companydefault=<expr>string='Company' args: 'res.company' -
default_goods_appearance_idMany2one → stock.picking.goods.appearancestring='Appearance of goods' args: 'stock.picking.goods.appearance' -
default_transport_condition_idMany2one → stock.picking.transport.conditionstring='Condition of transport' args: 'stock.picking.transport.condition' -
default_transport_method_idMany2one → stock.picking.transport.methodstring='Method of transport' args: 'stock.picking.transport.method' -
default_transport_reason_idMany2one → stock.picking.transport.reasonstring='Reason of transport' args: 'stock.picking.transport.reason' -
nameCharindex=Truerequired=Truetranslate=True -
next_sequence_numberIntegerrelated='sequence_id.number_next_actual' -
noteHtmlstring='Internal note' -
print_pricesBooleandefault=Falsestring='Show prices on printed DN' -
sequenceIntegerdefault=10index=True -
sequence_idMany2one → ir.sequencerequired=Truestring='Numeration' args: 'ir.sequence'
-
create_dn_types(self, company_id)This method creates DN types for the company in the input parameters. It first checks if they already exist, if not it will create them and then they'll be linked to their relative sequences (they'll be created too if they not already exist). -
goto_sequence(self, **kwargs)
New fields (4)
-
activeBooleandefault=True -
nameCharindex=Truerequired=Truestring='Appearance name'translate=True -
noteHtmlstring='Internal note' -
sequenceIntegerdefault=10index=True
No public methods.
New fields (5)
-
activeBooleandefault=True -
nameCharindex=Truerequired=Truestring='Condition name'translate=True -
noteHtmlstring='Internal note' -
price_to_showSelectiondefault=<expr>required=Truestring='Price to show' args: PRICES_TO_SHOW -
sequenceIntegerdefault=10index=True
No public methods.
New fields (4)
-
activeBooleandefault=True -
nameCharindex=Truerequired=Truestring='Method name'translate=True -
noteHtmlstring='Internal note' -
sequenceIntegerdefault=10index=True
No public methods.
New fields (4)
-
activeBooleandefault=True -
nameCharindex=Truerequired=Truestring='Reason name'translate=True -
noteHtmlstring='Internal note' -
sequenceIntegerdefault=10index=True
No public methods.
Loading…
Loading…