Skip to content

Commit

Permalink
Merge branch '16.0' into 16.0-mig-crm-lead-product
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrià Pallejà committed Aug 12, 2024
2 parents 59335f0 + 7829832 commit 70e7d73
Show file tree
Hide file tree
Showing 188 changed files with 10,009 additions and 752 deletions.
5 changes: 4 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.17.2
_commit: v1.21.1
_src_path: gh:oca/oca-addons-repo-template
ci: GitHub
convert_readme_fragments_to_markdown: false
generate_requirements_txt: true
github_check_license: true
github_ci_extra_env: {}
Expand All @@ -19,4 +20,6 @@ repo_description: 'TODO: add repo description.'
repo_name: crm
repo_slug: crm
repo_website: https://github.com/OCA/crm
use_pyproject_toml: false
use_ruff: false

4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Stale PRs and issues policy
uses: actions/stale@v4
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# General settings.
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# * Issues that are pending more information
# * Except Issues marked as "no stale"
- name: Needs more information stale issues policy
uses: actions/stale@v4
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Update .pot files
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
/.venv
/.pytest_cache
/.ruff_cache

# C extensions
*.so
Expand Down
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ exclude: |
^docs/_templates/.*\.html$|
# Don't bother non-technical authors with formatting issues in docs
readme/.*\.(rst|md)$|
# Ignore build and dist directories in addons
/build/|/dist/|
# Ignore test files in addons
/tests/samples/.*|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand All @@ -35,7 +39,7 @@ repos:
language: fail
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
- repo: https://github.com/oca/maintainer-tools
rev: 969238e47c07d0c40573acff81d170f63245d738
rev: 9a170331575a265c092ee6b24b845ec508e8ef75
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
Expand All @@ -48,6 +52,7 @@ repos:
- --org-name=OCA
- --repo-name=crm
- --if-source-changed
- --keep-source-digest
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.25
hooks:
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,28 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[crm_claim](crm_claim/) | 16.0.1.1.0 | | Track your customers/vendors claims and grievances.
[crm_claim_code](crm_claim_code/) | 16.0.1.0.0 | | Sequential Code for Claims
[crm_claim](crm_claim/) | 16.0.1.2.0 | | Track your customers/vendors claims and grievances.
[crm_claim_code](crm_claim_code/) | 16.0.1.0.1 | | Sequential Code for Claims
[crm_claim_type](crm_claim_type/) | 16.0.1.0.0 | | Claim types for CRM
[crm_industry](crm_industry/) | 16.0.1.0.0 | | Link leads/opportunities to industries
[crm_industry](crm_industry/) | 16.0.1.1.0 | | Link leads/opportunities to industries
[crm_lead_code](crm_lead_code/) | 16.0.1.0.1 | | Sequential Code for Leads / Opportunities
[crm_lead_currency](crm_lead_currency/) | 16.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | On leads/opportunities, add the amount in the customer's currency.
[crm_lead_firstname](crm_lead_firstname/) | 16.0.1.0.1 | | Specify split names for contacts in leads
[crm_lead_search_archive](crm_lead_search_archive/) | 16.0.1.0.1 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Add a filter to search both in active/archive lead
[crm_lead_to_task](crm_lead_to_task/) | 16.0.1.0.1 | | Create Tasks from Leads/Opportunities
[crm_lead_vat](crm_lead_vat/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Add VAT field to leads
[crm_location](crm_location/) | 16.0.1.0.1 | | CRM location
[crm_location_nuts](crm_location_nuts/) | 16.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) | NUTS Regions in CRM
[crm_partner_assign](crm_partner_assign/) | 16.0.0.1.2 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Assign a Partner to an Opportunity/Lead/Partner to indicate Partnership
[crm_phonecall](crm_phonecall/) | 16.0.1.1.0 | | CRM Phone Calls
[crm_project_create](crm_project_create/) | 16.0.1.0.0 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Allow create projects from lead/opportunity
[crm_project_task](crm_project_task/) | 16.0.1.0.2 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Create tasks from lead or opportunity
[crm_salesperson_planner](crm_salesperson_planner/) | 16.0.1.0.0 | | Crm Salesperson Planner
[crm_salesperson_planner](crm_salesperson_planner/) | 16.0.2.0.1 | | Crm Salesperson Planner
[crm_salesperson_planner_sale](crm_salesperson_planner_sale/) | 16.0.1.0.0 | | Crm Salesperson Planner Sale
[crm_security_group](crm_security_group/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Add new group in Sales to show only CRM
[crm_stage_probability](crm_stage_probability/) | 16.0.1.0.0 | | Define fixed probability on the stages
[crm_won_restrict_per_stage](crm_won_restrict_per_stage/) | 16.0.1.0.1 | [![carolinafernandez-tecnativa](https://github.com/carolinafernandez-tecnativa.png?size=30px)](https://github.com/carolinafernandez-tecnativa) | CRM Won Restrict Per Stage
[marketing_crm_partner](marketing_crm_partner/) | 16.0.1.0.0 | | Copy tracking fields from leads to partners

[//]: # (end addons)

Expand Down
2 changes: 1 addition & 1 deletion crm_claim/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Claims Management
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9b00d642eeb9edc2ef71c9f1bfe0e3d50efa0f8031f340b1cf13e5d277261627
!! source digest: sha256:1b03125e677b841b50eb7bd853f72dae20fd67b39a9d3b881ae6c0965dbf260d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion crm_claim/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Claims Management",
"version": "16.0.1.1.0",
"version": "16.0.1.2.0",
"category": "Customer Relationship Management",
"author": "Odoo S.A., Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
Expand Down
14 changes: 8 additions & 6 deletions crm_claim/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-17 03:29+0000\n"
"PO-Revision-Date: 2018-03-17 03:29+0000\n"
"Last-Translator: falexandresilva <[email protected]>, 2018\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"PO-Revision-Date: 2024-06-11 15:37+0000\n"
"Last-Translator: Rodrigo Macedo <[email protected]."
"translation.odoo-community.org>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
"23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: crm_claim
#: model:ir.model.fields,field_description:crm_claim.field_res_partner__claim_count
Expand Down Expand Up @@ -45,7 +47,7 @@ msgstr ""
#. module: crm_claim
#: model_terms:ir.ui.view,arch_db:crm_claim.crm_case_claims_form_view
msgid "Action Description..."
msgstr "Descrição da ação"
msgstr "Descrição da ação..."

#. module: crm_claim
#: model:ir.model.fields,field_description:crm_claim.field_crm_claim__message_needaction
Expand Down
7 changes: 0 additions & 7 deletions crm_claim/models/crm_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ def onchange_categ_id(self):
if self.stage_id:
self.team_id = self.categ_id.team_id

@api.model
def create(self, values):
ctx = self.env.context.copy()
if values.get("team_id") and not ctx.get("default_team_id"):
ctx["default_team_id"] = values.get("team_id")
return super(CrmClaim, self.with_context(context=ctx)).create(values)

def copy(self, default=None):
default = dict(
default or {},
Expand Down
3 changes: 1 addition & 2 deletions crm_claim/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Claims Management</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9b00d642eeb9edc2ef71c9f1bfe0e3d50efa0f8031f340b1cf13e5d277261627
!! source digest: sha256:1b03125e677b841b50eb7bd853f72dae20fd67b39a9d3b881ae6c0965dbf260d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/crm/tree/16.0/crm_claim"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_claim"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/crm&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This application allows you to track your customers/vendors claims and
Expand Down
1 change: 1 addition & 0 deletions crm_claim/views/crm_claim_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/>
</header>
<sheet string="Claims">
<div class="oe_button_box" name="button_box" />
<group>
<field name="name" />
<field name="date" />
Expand Down
2 changes: 1 addition & 1 deletion crm_claim_code/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sequential Code for Claims
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d3ae5cdb8e7fd3ce8b93fb773ebd4f54088df9990e82b02174fa3c6a2caf943f
!! source digest: sha256:89ebffaba8772b9e473d8126709fb90d2954033a79459c97c7ed547592d31bd6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion crm_claim_code/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Sequential Code for Claims",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"category": "Customer Relationship Management",
"author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/crm",
Expand Down
11 changes: 6 additions & 5 deletions crm_claim_code/models/crm_claim.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class CrmClaim(models.Model):
("crm_claim_unique_code", "UNIQUE (code)", "The code must be unique!"),
]

@api.model
def create(self, values):
if values.get("code", "/") == "/":
values["code"] = self.env["ir.sequence"].next_by_code("crm.claim")
return super().create(values)
@api.model_create_multi
def create(self, vals_list):
for values in vals_list:
if values.get("code", "/") == "/":
values["code"] = self.env["ir.sequence"].next_by_code("crm.claim")
return super().create(vals_list)
3 changes: 1 addition & 2 deletions crm_claim_code/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Sequential Code for Claims</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d3ae5cdb8e7fd3ce8b93fb773ebd4f54088df9990e82b02174fa3c6a2caf943f
!! source digest: sha256:89ebffaba8772b9e473d8126709fb90d2954033a79459c97c7ed547592d31bd6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/crm/tree/16.0/crm_claim_code"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_claim_code"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/crm&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<ul class="simple">
Expand Down
46 changes: 25 additions & 21 deletions crm_claim_type/i18n/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-04 15:47+0000\n"
"PO-Revision-Date: 2017-12-04 15:47+0000\n"
"Last-Translator: falexandresilva <[email protected]>, 2017\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"PO-Revision-Date: 2024-06-11 15:37+0000\n"
"Last-Translator: Rodrigo Macedo <[email protected]."
"translation.odoo-community.org>\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
"23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: crm_claim_type
#: model:crm.claim.stage,name:crm_claim_type.stage_claim10
msgid "Accepted"
msgstr ""
msgstr "Aceitaram"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_type__active
Expand All @@ -33,47 +35,47 @@ msgstr "Ativo"
#. module: crm_claim_type
#: model:ir.model,name:crm_claim_type.model_crm_claim
msgid "Claim"
msgstr ""
msgstr "Requisição"

#. module: crm_claim_type
#: model:ir.model,name:crm_claim_type.model_crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim__claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_stage__claim_type
#: model_terms:ir.ui.view,arch_db:crm_claim_type.crm_stage_claim_type_search
msgid "Claim Type"
msgstr ""
msgstr "Tipo de requisição"

#. module: crm_claim_type
#: model:ir.actions.act_window,name:crm_claim_type.crm_claim_type_act
#: model:ir.ui.menu,name:crm_claim_type.menu_crm_claim_type_act
msgid "Claim Types"
msgstr ""
msgstr "Tipos de Requisições"

#. module: crm_claim_type
#: model:ir.model.fields,help:crm_claim_type.field_crm_claim__claim_type
#: model:ir.model.fields,help:crm_claim_type.field_crm_claim_stage__claim_type
msgid "Claim classification"
msgstr ""
msgstr "Classificação de reivindicações"

#. module: crm_claim_type
#: model:ir.model,name:crm_claim_type.model_crm_claim_stage
msgid "Claim stages"
msgstr ""
msgstr "Estágios de reivindicação"

#. module: crm_claim_type
#: model_terms:ir.ui.view,arch_db:crm_claim_type.crm_claim_type_form
msgid "Claim type"
msgstr ""
msgstr "Tipo de requisição"

#. module: crm_claim_type
#: model_terms:ir.ui.view,arch_db:crm_claim_type.crm_claim_type_tree
msgid "Claim types"
msgstr ""
msgstr "Tipos de Requisições"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_stage__claim_common
msgid "Common to All Claim Types"
msgstr ""
msgstr "Comum a todos os tipos de reivindicação"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_type__create_uid
Expand All @@ -88,7 +90,7 @@ msgstr "Criado em"
#. module: crm_claim_type
#: model:crm.claim.type,name:crm_claim_type.crm_claim_type_customer
msgid "Customer"
msgstr ""
msgstr "Cliente"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_type__description
Expand All @@ -103,12 +105,12 @@ msgstr "Nome para Mostrar"
#. module: crm_claim_type
#: model:crm.claim.stage,name:crm_claim_type.stage_claim11
msgid "Done"
msgstr ""
msgstr "Feito"

#. module: crm_claim_type
#: model_terms:ir.ui.view,arch_db:crm_claim_type.crm_stage_claim_type_search
msgid "Group By"
msgstr ""
msgstr "Agrupar por"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_type__id
Expand All @@ -121,6 +123,8 @@ msgid ""
"If you check this field, this stage will be proposed by default on each "
"claim type."
msgstr ""
"Se você marcar este campo, esta etapa será proposta por padrão em cada tipo "
"de reclamação."

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim_type____last_update
Expand All @@ -145,19 +149,19 @@ msgstr "Nome"
#. module: crm_claim_type
#: model:crm.claim.type,name:crm_claim_type.crm_claim_type_other
msgid "Other"
msgstr ""
msgstr "Outro"

#. module: crm_claim_type
#: model_terms:ir.ui.view,arch_db:crm_claim_type.crm_stage_claim_type_search
msgid "Search Stages"
msgstr ""
msgstr "Estágios de pesquisa"

#. module: crm_claim_type
#: model:ir.model.fields,field_description:crm_claim_type.field_crm_claim__stage_id
msgid "Stage"
msgstr ""
msgstr "Estágio"

#. module: crm_claim_type
#: model:crm.claim.type,name:crm_claim_type.crm_claim_type_supplier
msgid "Supplier"
msgstr ""
msgstr "Fornecedor"
2 changes: 1 addition & 1 deletion crm_industry/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CRM Industry
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:5a734491f7c9a01d6fbe9b7cb43a90d49cfa1ff8b654ca9ef44d9b09fbbd0f0e
!! source digest: sha256:782b623c25fd7d7afaf317ab3518a6ebbc4b0c3d2bb6e51eaff835ce49204246
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
Loading

0 comments on commit 70e7d73

Please sign in to comment.