Skip to content

Commit

Permalink
[MIG] crm_exception: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Jan 21, 2025
1 parent a7c3d18 commit 0ec568e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions crm_exception/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Contributors

- Aung Ko Ko Lin

- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

Maintainers
-----------

Expand Down
2 changes: 1 addition & 1 deletion crm_exception/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "CRM Exception",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Customer Relationship Management",
"author": "Quartile Limited, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
Expand Down
1 change: 1 addition & 0 deletions crm_exception/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin
- [Heliconia Solutions Pvt. Ltd.](<https://www.heliconia.io>)
1 change: 1 addition & 0 deletions crm_exception/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Aung Ko Ko Lin</li>
</ul>
</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
2 changes: 1 addition & 1 deletion crm_exception/views/base_exception_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field
name="stage_ids"
widget="many2many_tags"
attrs="{'invisible': [('model', '!=', 'crm.lead')]}"
invisible="model != 'crm.lead'"
/>
</xpath>
</field>
Expand Down

0 comments on commit 0ec568e

Please sign in to comment.