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

[16.0][MIG] product_profile_example #1850

Open
wants to merge 26 commits into
base: 16.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4dcfb8c
module product_profile_exemple
bealdav Apr 24, 2015
6250979
take care of repeated fields in xml for profile
bealdav May 19, 2015
f6d3ba0
dynamically create search filters
bealdav Jun 22, 2015
52e7dc3
doc + complete product_profile_example
bealdav Nov 16, 2015
e41ab75
OCA remarks
bealdav Nov 20, 2015
765936d
 m2o field use in product_profile
bealdav Feb 16, 2016
1d3be66
make behavior homogeneous between onchange and import data on profile…
bealdav Mar 18, 2016
5763724
add test unit to product profile
bealdav Mar 20, 2016
353ed9f
ensure updated profile impact products
bealdav Mar 25, 2016
639951a
profile when default in vals
bealdav Jun 6, 2016
f4341b2
OCA Transbot updated translations from Transifex
oca-transbot Nov 29, 2016
91178cd
OCA Transbot updated translations from Transifex
oca-transbot Mar 4, 2017
20388bb
mig V10
EBII Mar 31, 2017
3594fe4
code reviews
EBII May 4, 2017
64cecf0
code review
EBII May 12, 2017
db5f0bd
[FIX] pylint
mourad-ehm Dec 11, 2017
d2ad564
FIX profile example, move csv to demo
bealdav Jan 26, 2018
f65ac64
OCA Transbot updated translations from Transifex
oca-transbot Jan 27, 2018
da89251
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
886d754
[UPD] Update product_profile_example.pot
oca-travis Jun 23, 2018
449e630
Translated using Weblate (Spanish)
mvrodriguez Feb 8, 2019
74324b0
[IMP] product_profile_example: black, structure change
kevinkhao Feb 11, 2020
17d641d
[MIG][12.0] product_profile_example: Migration to 12.0
kevinkhao Feb 11, 2020
64208bb
[IMP] product_profile_example: pre-commit auto fixes
bosd Jan 18, 2025
fd6b425
[MIG] product_attribute_example: Migration to 16.0
bosd Jan 18, 2025
69dd6ba
[IMP] product_attribute_example: Remove tests for route_profile
bosd Jan 18, 2025
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
OCA remarks
  • Loading branch information
bealdav authored and bosd committed Jan 18, 2025
commit e41ab75fd51efb389b3435915e457bd780ecbda9
1 change: 0 additions & 1 deletion product_profile_example/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

from . import profile
24 changes: 3 additions & 21 deletions product_profile_example/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
# coding: utf-8
##############################################################################
#
# Author: David BEAL
# Copyright 2015 Akretion
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# © 2015 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
'name': 'Product Profile Example',
'summary': 'Product Profile Use Case',
'version': '0.3',
'version': '8.0.1.0.0',
'author': 'Akretion, Odoo Community Association (OCA)',
'maintainer': 'Akretion',
'category': 'product',
'description': 'See Product Profile module',
'depends': [
Expand Down