Holger Brunn
7 years ago
No known key found for this signature in database
GPG Key ID: 1C9760FECA3AE18
2 changed files with
25 additions and
27 deletions
-
partner_label/reports/res_partner.xml
-
partner_label/views/base_config_settings.xml
|
|
@ -11,7 +11,7 @@ |
|
|
|
<div class="page"> |
|
|
|
<t t-foreach="docs.with_context(show_address=True)" t-as="this"> |
|
|
|
<div t-attf-style="height: {{this.company_id.partner_labels_height}}mm; width: {{this.company_id.partner_labels_width}}mm; padding: {{this.company_id.partner_labels_padding}}mm; margin: {{this.company_id.partner_labels_margin}}mm; display: inline-block; overflow: hidden;"> |
|
|
|
<div t-esc="this.name_get()[0][1]" style="white-space: pre-line;" /> |
|
|
|
<address t-field="this.self" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}' /> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
</div> |
|
|
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<openerp> |
|
|
|
<data> |
|
|
|
<odoo> |
|
|
|
<record id="view_general_configuration" model="ir.ui.view"> |
|
|
|
<field name="model">base.config.settings</field> |
|
|
|
<field name="inherit_id" ref="base_setup.view_general_configuration" /> |
|
|
@ -24,5 +23,4 @@ |
|
|
|
</group> |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
</data> |
|
|
|
</openerp> |
|
|
|
</odoo> |