TIP: You can type at any time to perform a new search.
Indian - E-waybill Stock
l10n_in_ewaybill_stock · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.1
- Category
- Accounting/Localizations/EDI
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 06:46:57
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Raphael Collet, Odoo Translation Bot, Julien Castiaux, Gorash, Pieter Claeys (clpi), Dylan Kiss (dyki), Harsh Modi, hatr-odoo, prep-odoo, djameltouati, ijja-odoo, bhra-odoo, Earth Patel
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Indian E-waybill for Stock ========================== This module enables users to create E-waybill from Inventory App without generating an invoice
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
l10n_in_ewaybill_stock_inherit_report |
l10n_in_ewaybill_stock_inherit_report | ir.ui.view | qweb | Inherits l10n_in_ewaybill.report_ewaybill |
view_l10n_in_ewaybill_stock_inherit |
l10n.in.ewaybill.stock.form.inherit | l10n.in.ewaybill | form | Inherits l10n_in_ewaybill.l10n_in_ewaybill_form_view |
view_picking_form_inherit_ewaybill |
view.picking.form.inherit.ewaybill | stock.picking | form | Inherits stock.view_picking_form |
view_picking_list_inherit_ewaybill |
view.picking.list.inherit.ewaybill | stock.picking | list | Inherits stock.vpicktree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (5)
-
fiscal_position_idMany2one → account.fiscal.positioncheck_company=Truecomodel_name='account.fiscal.position'compute='_compute_fiscal_position'readonly=Falsestore=Truestring='Fiscal Position' -
move_idsOne2manyrelated='picking_id.move_ids' -
picking_idMany2one → stock.pickingcopy=False args: 'stock.picking', 'Stock Transfer' -
stateSelectionondelete={'challan': 'cascade'}selection_add=[('challan', 'Challan')] -
type_descriptionCharstring='Description'
-
action_print(self) -
action_reset_to_pending(self) -
action_set_to_challan(self)
New fields (4)
-
company_currency_idMany2onerelated='company_id.currency_id' -
ewaybill_price_unitMonetarycompute='_compute_l10n_in_ewaybill_price_unit'currency_field='company_currency_id'readonly=Falsestore=True -
ewaybill_tax_idsMany2many → account.taxcomodel_name='account.tax'compute='_compute_l10n_in_tax_ids'readonly=Falsestore=Truestring='Taxes' -
l10n_in_ewaybill_idsOne2manyrelated='picking_id.l10n_in_ewaybill_ids'
No public methods.
New fields (3)
-
l10n_in_ewaybill_feature_enabledBooleanrelated='company_id.l10n_in_ewaybill_feature' -
l10n_in_ewaybill_idsOne2many → l10n.in.ewaybillstring='Ewaybill' args: 'l10n.in.ewaybill', 'picking_id' -
l10n_in_ewaybill_nameCharcompute='_compute_l10n_in_ewaybill_details' args: 'Indian Ewaybill Number'
-
action_l10n_in_ewaybill_create(self) -
action_open_l10n_in_ewaybill(self)
Loading…
Loading…