Sales Order Report using Webkit Library

sale_order_webkit
REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/10.0/sale_order_webkit
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYReports/Webkit
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - base
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Sale order webkit
#################

* Replaces the legacy RML Quotation/Sales Order report by a brand new webkit report.
* Add header and footer notes
* Add HTML note on Sale Order lines

Depends on base_header_webkit community addon available here:
`https://launchpad.net/webkit-utils <https://launchpad.net/webkit-utils>`_
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
sale.view_order_form_editable_list New
sale_order_add_notes_in_invoice_line_1 sale.odrer.form.add.notes sale.order xpath Inherits sale.view_order_form
view_order_form sale.order.form.add.notes sale.order notebook Inherits sale.view_order_form
view_sale_condition_list_webkit sale.condition_text.list sale.condition_text tree New
view_sale_condition_webkit sale.condition_text.form sale.condition_text form New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • print_quotation(self, cursor, uid, ids, context=None)
    This function prints the sales order and mark it as sent, so that we can see more easily the next step of the workflow
  • set_footer(self, cursor, uid, inv_id, commentid, partner_id=False)
  • set_header(self, cursor, uid, inv_id, commentid, partner_id=False)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/9.0/sale_order_webkit
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYReports/Webkit
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - base
    - report_webkit
    - report
    - web
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - bus
    - account
    - product
    - decimal_precision
    - analytic
    - web_tip
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Sale order webkit
#################

* Replaces the legacy RML Quotation/Sales Order report by a brand new webkit report.
* Add header and footer notes
* Add HTML note on Sale Order lines

Depends on base_header_webkit community addon available here:
`https://launchpad.net/webkit-utils <https://launchpad.net/webkit-utils>`_
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
sale.view_order_form_editable_list New
sale_order_add_notes_in_invoice_line_1 sale.odrer.form.add.notes sale.order xpath Inherits sale.view_order_form
view_order_form sale.order.form.add.notes sale.order notebook Inherits sale.view_order_form
view_sale_condition_list_webkit sale.condition_text.list sale.condition_text tree New
view_sale_condition_webkit sale.condition_text.form sale.condition_text form New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • print_quotation(self, cursor, uid, ids, context=None)
    This function prints the sales order and mark it as sent, so that we can see more easily the next step of the workflow
  • set_footer(self, cursor, uid, inv_id, commentid, partner_id=False)
  • set_header(self, cursor, uid, inv_id, commentid, partner_id=False)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/8.0/sale_order_webkit
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYReports/Webkit
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - base
    - report_webkit
    - report
    - web
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Sale order webkit
#################

* Replaces the legacy RML Quotation/Sales Order report by a brand new webkit report.
* Add header and footer notes
* Add HTML note on Sale Order lines

Depends on base_header_webkit community addon available here:
`https://launchpad.net/webkit-utils <https://launchpad.net/webkit-utils>`_
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
sale.view_order_form_editable_list New
sale_order_add_notes_in_invoice_line_1 sale.odrer.form.add.notes sale.order xpath Inherits sale.view_order_form
view_order_form sale.order.form.add.notes sale.order notebook Inherits sale.view_order_form
view_sale_condition_list_webkit sale.condition_text.list sale.condition_text tree New
view_sale_condition_webkit sale.condition_text.form sale.condition_text form New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • print_quotation(self, cursor, uid, ids, context=None)
    This function prints the sales order and mark it as sent, so that we can see more easily the next step of the workflow
  • set_footer(self, cursor, uid, inv_id, commentid, partner_id=False)
  • set_header(self, cursor, uid, inv_id, commentid, partner_id=False)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/7.0/sale_order_webkit
VERSION
VERSION 1.1.3
CATEGORY
CATEGORYReports/Webkit
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Romain Deheele, Guewen Baconnier, Lorenzo Battistini, Alexandre Fayolle, Joel Grand-Guillaume, Leonardo Pistone, Maxime Chambreuil, Pedro M. Baeza, Nicolas Bessi, Stéphane Bidoul (ACSONE), Vincent Renaville, Rudolf Schnapka, Nicola Malcontenti-Agile BG, Katja Matthes
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - base
    - report_webkit
    - sale
    - account_voucher
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Sale order webkit
#################

* Replaces the legacy RML Quotation/Sales Order report by a brand new webkit
  report.
* Add header and footer notes
* Add HTML note on Sale Order lines

Depends on base_header_webkit community addon available here:
`https://launchpad.net/webkit-utils <https://launchpad.net/webkit-utils>`_
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
sale.view_order_form_editable_list New
sale_order_add_notes_in_invoice_line_1 sale.odrer.form.add.notes sale.order xpath Inherits sale.view_order_form
view_order_form sale.order.form.add.notes sale.order notebook Inherits sale.view_order_form
view_sale_condition_list_webkit sale.condition_text.list sale.condition_text tree New
view_sale_condition_webkit sale.condition_text.form sale.condition_text form New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • print_quotation(self, cursor, uid, ids, context=None)
    This function prints the sales order and mark it as sent, so that we can see more easily the next step of the workflow
  • set_footer(self, cursor, uid, inv_id, commentid, partner_id=False)
  • set_header(self, cursor, uid, inv_id, commentid, partner_id=False)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/6.1/sale_order_webkit
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYReports/Webkit
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Alexandre Fayolle, Nicolas Bessi, Alexandre Fayolle @ camptocamp, Guewen Baconnier @ Camptocamp, Vincent Renaville
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - base
    - report_webkit
    - sale
    - stock
    - product
    - 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
Replaces the legacy rml Quotation / Sales Order report by a brand new webkit report.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
sale_form_add_date_sent_methode_webkit sale.sale.form.extra_info_webkit sale.order xpath Inherits sale.view_order_form
view_sale_condition_list_webkit sale.condition_text.list sale.condition_text_webkit tree New
view_sale_condition_webkit sale.condition_text.form sale.condition_text_webkit form New
Models touched (0)

No models found for this module.