Invoicing Journals

sale_journal
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/sale_journal
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Purnendu Singh (OpenERP), Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Josse Colpaert, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Fabien Meghazi, Cedric Snauwaert, Richard Mathot, Aaron Bohy
WEBSITE
WEBSITEhttps://www.odoo.com/page/billing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals.
========================================================================================================================

This module is very helpful for bigger companies that works by departments.

You can use journal for different purposes, some examples:
----------------------------------------------------------
    * isolate sales of different departments
    * journals for deliveries by truck or by UPS

Journals have a responsible and evolves between different status:
-----------------------------------------------------------------
    * draft, open, cancel, done.

Batch operations can be processed on the different journals to confirm all sales
at once, to validate or invoice packing.

It also supports batch invoicing methods that can be configured by partners and sales orders, examples:
-------------------------------------------------------------------------------------------------------
    * daily invoicing
    * monthly invoicing

Some statistics by journals are provided.
    

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
sale_journal_picking_order stock.picking.journal.view.form stock.picking field Inherits stock.view_picking_form
sale_journal_sale_order sale.order.journal.view.form sale.order field Inherits sale.view_order_form
sale_journal_sale_order_tree sale.order.journal.view.tree sale.order field Inherits sale.view_order_tree
view_partner_property_form res.partner.journal.property.form.inherit res.partner page Inherits base.view_partner_form
view_picking_internal_search stock.picking.internal.search.inherit stock.picking xpath Inherits stock.view_picking_internal_search
view_sale_journal_invoice_type_form sale_journal.invoice.type.form sale_journal.invoice.type form New
view_sale_journal_invoice_type_tree sale_journal.invoice.type.tree sale_journal.invoice.type tree New
view_sales_order_search sale.order.search.inherit sale.order xpath Inherits sale.view_sales_order_filter
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/sale_journal
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Jalpesh Patel (OpenERP), Odoo Translation Bot, Harry (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Meera Trambadia (OpenERP), Olivier Dony, Vo Minh Thu, Hardik, pso (OpenERP), Launchpad Translations on behalf of openerp, Quentin (OpenERP), Nimesh (Open ERP), Mayur Maheshwari (OpenERP), help
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - stock
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals.
========================================================================================================================

This module is very helpful for bigger companies that works by departments.

You can use journal for different purposes, some examples:
----------------------------------------------------------
    * isolate sales of different departments
    * journals for deliveries by truck or by UPS

Journals have a responsible and evolves between different status:
-----------------------------------------------------------------
    * draft, open, cancel, done.

Batch operations can be processed on the different journals to confirm all sales
at once, to validate or invoice packing.

It also supports batch invoicing methods that can be configured by partners and sales orders, examples:
-------------------------------------------------------------------------------------------------------
    * daily invoicing
    * monthly invoicing

Some statistics by journals are provided.
    

Code Analysis

Views touched (15)
XML IDNameModelTypeStatus
sale_journal_picking_order stock.picking.journal.view.form stock.picking field Inherits stock.view_picking_form
sale_journal_picking_order_in stock.picking.journal.view.form stock.picking.in field Inherits stock.view_picking_in_form
sale_journal_picking_order_out stock.picking.journal.view.form stock.picking.out field Inherits stock.view_picking_out_form
sale_journal_picking_order_tree stock.picking.journal.view.tree stock.picking field Inherits stock.vpicktree
sale_journal_picking_order_tree_in stock.picking.journal.view.tree stock.picking.in field Inherits stock.view_picking_in_tree
sale_journal_picking_order_tree_out stock.picking.journal.view.tree stock.picking.out field Inherits stock.view_picking_out_tree
sale_journal_sale_order sale.order.journal.view.form sale.order field Inherits sale.view_order_form
sale_journal_sale_order_tree sale.order.journal.view.tree sale.order field Inherits sale.view_order_tree
view_partner_property_form res.partner.journal.property.form.inherit res.partner page Inherits base.view_partner_form
view_picking_in_search stock.picking.in.search.inherit stock.picking.in xpath Inherits stock.view_picking_in_search
view_picking_internal_search stock.picking.internal.search.inherit stock.picking xpath Inherits stock.view_picking_internal_search
view_picking_out_search stock.picking.out.search.inherit stock.picking.out xpath Inherits stock.view_picking_out_search
view_sale_journal_invoice_type_form sale_journal.invoice.type.form sale_journal.invoice.type form New
view_sale_journal_invoice_type_tree sale_journal.invoice.type.tree sale_journal.invoice.type tree New
view_sales_order_search sale.order.search.inherit sale.order xpath Inherits sale.view_sales_order_filter
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/sale_journal
VERSION
VERSION 1.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Stephane Wirtel, Numerigraphe - Lionel Sausin, Fabien Pinckaers, Olivier Dony, Divyesh Makwana (Open ERP), Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), vro, niv-openerp, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals.
========================================================================================================================

This module is very helpful for bigger companies that
works by departments.

You can use journal for different purposes, some examples:
    * isolate sales of different departments
    * journals for deliveries by truck or by UPS

Journals have a responsible and evolves between different status:
    * draft, open, cancel, done.

Batch operations can be processed on the different journals to
confirm all sales at once, to validate or invoice packing, ...

It also supports batch invoicing methods that can be configured by partners and sales orders, examples:
    * daily invoicing,
    * monthly invoicing, ...

Some statistics by journals are provided.
    

Code Analysis

Views touched (11)
XML IDNameModelTypeStatus
sale_journal_picking_order stock.picking.journal.view.form stock.picking field Inherits stock.view_picking_form
sale_journal_picking_order_in stock.picking.journal.view.form stock.picking field Inherits stock.view_picking_in_form
sale_journal_picking_order_out stock.picking.journal.view.form stock.picking field Inherits stock.view_picking_out_form
sale_journal_picking_order_tree stock.picking.journal.view.tree stock.picking field Inherits stock.vpicktree
sale_journal_picking_order_tree_in stock.picking.journal.view.tree stock.picking field Inherits stock.view_picking_in_tree
sale_journal_picking_order_tree_out stock.picking.journal.view.tree stock.picking field Inherits stock.view_picking_out_tree
sale_journal_sale_order sale.order.journal.view.form sale.order field Inherits sale.view_order_form
sale_journal_sale_order_tree sale.order.journal.view.tree sale.order field Inherits sale.view_order_tree
view_partner_property_form res.partner.journal.property.form.inherit res.partner page Inherits base.view_partner_form
view_sale_journal_invoice_type_form sale_journal.invoice.type.form sale_journal.invoice.type form New
view_sale_journal_invoice_type_tree sale_journal.invoice.type.tree sale_journal.invoice.type tree New
Models touched (0)

No models found for this module.