Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.0.0
Category
Base
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 08:42:56
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module was written to allow users to print address labels for
partners.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_general_configuration res.config.settings form Inherits base_setup.res_config_settings_view_form
view_res_partner_label view_res_partner_label ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (7)
  • partner_labels_height Float
    default=42.3 help='Height in millimeters' required=True args: 'Height'
  • partner_labels_margin_bottom Float
    default=1 help='Margin bottom in millimeters' required=True string='Margin Bottom'
  • partner_labels_margin_left Float
    default=1 help='Margin left in millimeters' required=True string='Margin Left'
  • partner_labels_margin_right Float
    default=1 help='Margin right in millimeters' required=True string='Margin Right'
  • partner_labels_margin_top Float
    default=1 help='Margin top in millimeters' required=True string='Margin Top'
  • partner_labels_padding Float
    default=5 help='Padding in millimeters' required=True args: 'Padding'
  • partner_labels_width Float
    default=60 help='Width in millimeters' required=True args: 'Width'
Public methods (0)

No public methods.

New fields (8)
  • partner_labels_height Float
    readonly=False related='company_id.partner_labels_height' required=True
  • partner_labels_margin_bottom Float
    readonly=False related='company_id.partner_labels_margin_bottom' required=True
  • partner_labels_margin_left Float
    readonly=False related='company_id.partner_labels_margin_left' required=True
  • partner_labels_margin_right Float
    readonly=False related='company_id.partner_labels_margin_right' required=True
  • partner_labels_margin_top Float
    readonly=False related='company_id.partner_labels_margin_top' required=True
  • partner_labels_padding Float
    readonly=False related='company_id.partner_labels_padding' required=True
  • partner_labels_paperformat_id Many2one → report.paperformat
    compute='_compute_partner_labels_paperformat_id' default=<expr> inverse='_inverse_partner_labels_paperformat_id' required=True string='Paperformat' args: 'report.paperformat'
  • partner_labels_width Float
    readonly=False related='company_id.partner_labels_width' required=True
Public methods (1)
  • action_partner_labels_preview(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
67 days ago
Last activity
43 days ago
Repository
OCA/partner-contact
Pull request
[19.0][MIG] partner_label: Migration to 19.0 (#2388)