Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18.0 mig crm lead product #608

Open
wants to merge 32 commits into
base: 18.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7c9afe5
[12.0][ADD] Add new module crm_lead_product
AdriaGForgeFlow Nov 28, 2018
2eab21f
[UPD] README.rst
OCA-git-bot Jan 24, 2019
3dc6cd1
[UPD] Update crm_lead_product.pot
oca-travis Jan 24, 2019
45b3d6d
Added translation using Weblate (Spanish)
mvrodriguez Feb 4, 2019
bbfdbee
Translated using Weblate (Spanish)
mvrodriguez Feb 4, 2019
0602352
[UPD] README.rst
OCA-git-bot Jul 29, 2019
7a5f1d5
Added translation using Weblate (Catalan)
CarlesAntoli Dec 27, 2019
f6b23e2
Added translation using Weblate (Catalan)
CarlesAntoli Dec 27, 2019
2225df2
Translated using Weblate (Catalan)
CarlesAntoli Dec 27, 2019
bfdc0f1
[IMP] crm_lead_product: black, isort
JoanSForgeFlow Jan 8, 2020
9cf0c8e
[MIG] crm_lead_product: Migration to 13.0
JoanSForgeFlow Jan 9, 2020
3ee1bc1
[13.0][FIX] crm_lead_product:
JoanSForgeFlow Jan 9, 2020
9ec2671
[UPD] Update crm_lead_product.pot
oca-travis Feb 27, 2020
436f873
[UPD] README.rst
OCA-git-bot Feb 27, 2020
d458a3d
Update translation files
oca-transbot Mar 2, 2020
a1efe54
pre-commit update
OCA-git-bot Mar 14, 2020
10d0777
[FIX] Clean up license links
skeller1 May 13, 2020
6734f3c
[DCK] crm_claim: Add website key
victoralmau Sep 6, 2022
ab24a5b
crm_lead_product 13.0.1.0.1
OCA-git-bot Sep 6, 2022
95c78e9
Added translation using Weblate (Italian)
mymage Jun 14, 2023
fb71190
Translated using Weblate (Italian)
mymage Jun 20, 2023
bb00b80
Translated using Weblate (Italian)
mymage Jun 21, 2023
f591a1d
[UPD] README.rst
OCA-git-bot Sep 3, 2023
bcc44cf
Update translation files
weblate Oct 10, 2023
8b82879
[IMP]crm_lead_product: black, isort, prettier
GuillemCForgeFlow Mar 7, 2024
98ee35c
[MIG]crm_lead_product: Migration to 14.0
GuillemCForgeFlow Mar 7, 2024
bba8d36
[IMP] crm_lead_product: black, isort, prettier
JasminSForgeFlow Jun 6, 2024
68a0aad
[MIG] crm_lead_product: Migration to 17.0
JasminSForgeFlow Jun 6, 2024
2d618b9
[UPD] Update crm_lead_product.pot
Jun 8, 2024
ef2974b
[BOT] post-merge updates
OCA-git-bot Jun 8, 2024
9f33d92
[MIG] crm_lead_product: Migration to 18.0
fredericgrall Nov 20, 2024
a25eed1
[MIG] crm_lead_product: Migration to 18.0
fredericgrall Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MIG] crm_lead_product: Migration to 18.0
fredericgrall committed Nov 20, 2024
commit 9f33d927779318b33052559b8f315c778d018c68
2 changes: 1 addition & 1 deletion crm_lead_product/__manifest__.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{
"name": "CRM Lead Product",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Customer Relationship Management",
"license": "LGPL-3",
"summary": "Adds a lead line in the lead/opportunity model in odoo",
10 changes: 5 additions & 5 deletions crm_lead_product/report/crm_product_report_views.xml
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@
</graph>
</field>
</record>
<!-- Opportunities by user and team Tree View -->
<!-- Opportunities by user and team List View -->
<record id="crm_opportunity_report_view_tree" model="ir.ui.view">
<field name="name">crm.opportunity.report.list</field>
<field name="model">crm.product.report</field>
<field name="arch" type="xml">
<tree>
<list>
<field name="create_date" />
<field name="product_id" />
<field name="product_qty" />
@@ -42,7 +42,7 @@
<field name="stage_id" />
<field name="prorated_revenue" />
<field name="team_id" />
</tree>
</list>
</field>
</record>
<!-- Opportunities by user and team Search View -->
@@ -182,7 +182,7 @@
<record id="crm_product_report_action" model="ir.actions.act_window">
<field name="name">Pipeline by Product Analysis</field>
<field name="res_model">crm.product.report</field>
<field name="view_mode">pivot,graph,tree,form</field>
<field name="view_mode">pivot,graph,list,form</field>
<field name="search_view_id" ref="crm_opportunity_report_view_search" />
<field
name="context"
@@ -192,7 +192,7 @@
eval="[(5, 0, 0),
(0, 0, {'view_mode': 'pivot', 'view_id': ref('crm_opportunity_report_view_pivot')}),
(0, 0, {'view_mode': 'graph', 'view_id': ref('crm_opportunity_report_view_graph')}),
(0, 0, {'view_mode': 'tree', 'view_id': ref('crm_opportunity_report_view_tree')})]"
(0, 0, {'view_mode': 'list', 'view_id': ref('crm_opportunity_report_view_tree')})]"
/>
<field name="help">Pipeline Analysis gives you an instant access to
your opportunities with information such as the expected revenue, planned cost,
4 changes: 2 additions & 2 deletions crm_lead_product/views/crm_lead_line_views.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<field name="name">crm.lead.line.tree - crm_lead_product</field>
<field name="model">crm.lead.line</field>
<field name="arch" type="xml">
<tree editable="bottom">
<list editable="bottom">
<field name="product_id" />
<field name="category_id" />
<field name="product_tmpl_id" />
@@ -13,7 +13,7 @@
<field name="price_unit" string="Price Unit" />
<field name="expected_revenue" />
<field name="prorated_revenue" />
</tree>
</list>
</field>
</record>
</odoo>