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 IDNameModelTypeStatus
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_id Many2one → account.fiscal.position
    check_company=True comodel_name='account.fiscal.position' compute='_compute_fiscal_position' readonly=False store=True string='Fiscal Position'
  • move_ids One2many
    related='picking_id.move_ids'
  • picking_id Many2one → stock.picking
    copy=False args: 'stock.picking', 'Stock Transfer'
  • state Selection
    ondelete={'challan': 'cascade'} selection_add=[('challan', 'Challan')]
  • type_description Char
    string='Description'
Public methods (3)
  • action_print(self)
  • action_reset_to_pending(self)
  • action_set_to_challan(self)

New fields (4)
  • company_currency_id Many2one
    related='company_id.currency_id'
  • ewaybill_price_unit Monetary
    compute='_compute_l10n_in_ewaybill_price_unit' currency_field='company_currency_id' readonly=False store=True
  • ewaybill_tax_ids Many2many → account.tax
    comodel_name='account.tax' compute='_compute_l10n_in_tax_ids' readonly=False store=True string='Taxes'
  • l10n_in_ewaybill_ids One2many
    related='picking_id.l10n_in_ewaybill_ids'
Public methods (0)

No public methods.

New fields (3)
  • l10n_in_ewaybill_feature_enabled Boolean
    related='company_id.l10n_in_ewaybill_feature'
  • l10n_in_ewaybill_ids One2many → l10n.in.ewaybill
    string='Ewaybill' args: 'l10n.in.ewaybill', 'picking_id'
  • l10n_in_ewaybill_name Char
    compute='_compute_l10n_in_ewaybill_details' args: 'Indian Ewaybill Number'
Public methods (2)
  • action_l10n_in_ewaybill_create(self)
  • action_open_l10n_in_ewaybill(self)

Loading…

Loading…