Skip to content

Commit

Permalink
[12.0][IMP][l10n_it_fiscalcode] Add fiscalcode in partner search view (
Browse files Browse the repository at this point in the history
  • Loading branch information
robyf70 authored and TheMule71 committed Nov 1, 2022
1 parent 5414c09 commit 60c4969
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_it_fiscalcode/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{
'name': 'Italian Localization - Fiscal Code',
'version': '12.0.1.1.1',
'version': '12.0.1.1.2',
'development_status': 'Production/Stable',
'category': 'Localisation/Italy',
'author': "Link IT s.r.l., "
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fiscalcode/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Italian Localization - Fiscal Code</title>
<style type="text/css">

Expand Down
10 changes: 10 additions & 0 deletions l10n_it_fiscalcode/view/fiscalcode_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@
</field>
</field>
</record>
<record id="view_res_partner_filter_fiscalcode_data" model="ir.ui.view">
<field name="name">res.partner.fiscalcode.filter</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_res_partner_filter"/>
<field name="arch" type="xml">
<search>
<field name="fiscalcode"/>
</search>
</field>
</record>
</odoo>

0 comments on commit 60c4969

Please sign in to comment.