Easing properties input in sale order line

sale_properties_easy_creation
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/8.0/sale_properties_easy_creation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Alex Comba, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_mrp
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - stock_account
    - stock
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - resource
    - sale_stock
    - sale
    - sales_team
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_property_form_view_value mrp_property_form_view_value mrp.property field Inherits mrp.mrp_property_form_view
mrp_property_formula_form_view mrp.property.formula.form mrp.property.formula form New
mrp_property_formula_tree_view mrp.property.formula.tree mrp.property.formula tree New
view_mrp_property_formula_search mrp.property.formula.search mrp.property.formula search New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • name_create(self, cr, uid, name, context=None)
    This allows the user to digit 'width 0.5' and the system will automatically create a property of group 'width' with value '0.5'

New fields (0)

No new fields.

Public methods (1)
  • compute_formula(self, local_dict)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/7.0/sale_properties_easy_creation
VERSION
VERSION 0.1
CATEGORY
CATEGORY
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSLorenzo Battistini, Alexandre Fayolle, moylop260
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 18:07:01
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
    - mrp
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This modules simplifies the input of properties in the sale order line and
other places.

For instance, in the many2many field 'property_ids', it allows the user to
digit 'width 0.5' and the system will automatically create a property of group
'width' with value '0.5'

It also adds the model 'mrp.property.formula', to be used by computations based
on properties.
Used by modules like 'sale_line_price_properties_based' and
'sale_line_quantity_properties_based'

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_property_form_view_value mrp_property_form_view_value mrp.property field Inherits mrp.mrp_property_form_view
mrp_property_formula_form_view mrp.property.formula.form mrp.property.formula form New
mrp_property_formula_tree_view mrp.property.formula.tree mrp.property.formula tree New
view_mrp_property_formula_search mrp.property.formula.search mrp.property.formula search New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • name_create(self, cr, uid, name, context=None)
    This allows the user to digit 'width 0.5' and the system will automatically create a property of group 'width' with value '0.5'

New fields (0)

No new fields.

Public methods (0)

No public methods.