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

14.0 mig website product configurator #12

Merged
merged 253 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
253 commits
Select commit Hold shift + click to select a range
35bef28
[FIX] Formatting prices according to language in website
PCatinean Jan 15, 2017
e992400
[ADD] Added app cover images
PCatinean Jan 24, 2017
0a19dc9
[IMP] Fix mutable default arguments
Feb 6, 2017
20bc3df
[FIX] Updated js tests with new price format (#26)
PCatinean Mar 2, 2017
5d29f6c
Merge pull request #32 from PCatinean/10.0-fork
PCatinean Mar 13, 2017
c61c238
[FIX] Sudo on attribute values related products for price calculation…
PCatinean Mar 21, 2017
5960545
[FIX] Added website_publish widget on frontend view
PCatinean Mar 22, 2017
be70ec0
Flake8 fixes (#47)
PCatinean Mar 30, 2017
f9d6707
[ENH] Enable usage of OR operators on domain lines
matt454357 Apr 10, 2017
7e53f2f
[FIX] Regression in website template introduced by values_available r…
PCatinean Apr 23, 2017
9cd7157
[IMP/FIX] Preventing duplicates via checks and refactored create_vari…
PCatinean Apr 23, 2017
11cf516
General fixes and flake8
PCatinean May 25, 2017
b9fc83e
[WIP] Basic subconfiguration process
PCatinean May 14, 2017
c4411e2
#T1532 partial commit
Feb 5, 2018
4d9d686
Removed console.log, renamed __openerp__.py files to __manifest__.py
PCatinean Feb 20, 2018
743d4b1
Bumped version to 11.0 and removed all traces of coding: utf-8 from p…
PCatinean May 14, 2018
93959ad
Update README, replace iteritems->items, minor fixes
PCatinean May 20, 2018
82a72b6
Moving config step related methods from product template to config se…
PCatinean Jul 9, 2018
a83f56e
[FIX]product_configurator, website_product_configurator, product_conf…
bizzappdev Jul 5, 2018
b409715
[FIX]website_product_configurator : replace val._model with val._name…
bizzappdev Jul 5, 2018
3a64548
[FIX]website_product_configurator : fix error(TypeError: must be str,…
bizzappdev Jul 5, 2018
6dcc60e
[FIX][T1902] : fix singleton error(product.config.session), fix view …
bizzappdev Jul 6, 2018
7640552
[FIX][T1902]website_product_configurator : add require('web.dom_ready…
bizzappdev Jul 7, 2018
c8da87d
Added product_configurator_stock and website_product_configurator and…
PCatinean Aug 30, 2018
637a972
[WIP] Migration and refactor of website product configurator
PCatinean Apr 9, 2019
495d315
[IMP] Moved render methods to controller
PCatinean Apr 9, 2019
c5bb8d5
[IMP] Added published widget to form view, basic configuration view l…
PCatinean Apr 15, 2019
326ed51
First version of descentralized forms for all config steps
PCatinean Apr 16, 2019
0f7890d
[FIX] Checking for selected values properly, added header
PCatinean Apr 17, 2019
78c9a49
[IMP] Preparing basic onchange and adding tour tests
PCatinean Apr 18, 2019
28a959a
[IMP]website_product_configurator: save product-config-session in htt…
bizzappdev Apr 24, 2019
3d88b80
[IMP]create new session each time only for public user
bizzappdev Apr 25, 2019
212ae91
[WIP]website_product_configurator : call onchange and get changed val…
bizzappdev Apr 25, 2019
3aa54fc
[IMP]add cron to delete cofig session that are inactive for more than…
bizzappdev Apr 26, 2019
27ba754
[WIP]add code to handle multi attribute and call onchange, and send d…
bizzappdev Apr 29, 2019
f0ff316
[FIX]create session for public user if session will create with no login
bizzappdev Apr 29, 2019
f58db76
[IMP]make steps lines visible and invisible based on open step lines
bizzappdev Apr 30, 2019
396b5ac
[IMP]save data in session and add functionality of continue
bizzappdev Apr 30, 2019
f6f7efd
[IMP]remove invalid selection on onchage
bizzappdev May 1, 2019
1534eb1
[IMP]configure product and save step in session
bizzappdev May 2, 2019
9980437
[IMP]website_product_configurator : redirect product and prevent to c…
bizzappdev May 4, 2019
c38ee56
[IMP]product_configurator, website_product_configurator : write a wra…
bizzappdev May 6, 2019
3d72f7d
[IMP]website_product_configurator : move code in small methods in js
bizzappdev May 6, 2019
6b60c9d
[IMP]add code for custom values
bizzappdev May 9, 2019
a221c1e
[IMP]website_product_configurator : check required on custom attribute
bizzappdev May 9, 2019
9d36620
[IMP]add attribute name
bizzappdev May 9, 2019
cbba5e5
[IMP]change message for custom value
bizzappdev May 9, 2019
f4236ae
[IMP]handle configuration if no config step exist
bizzappdev May 10, 2019
ec6826b
[FIX]search custom container based on class
bizzappdev May 17, 2019
1e1e719
[ADD][#T00494]website_product_configurator:create method for increase…
May 18, 2019
09fe6d6
[IMP]make configuration work for custom type date and datetime
bizzappdev May 18, 2019
1d0e9d0
[ADD][#T00494]website_product_configurator:add or remove quantity usi…
May 18, 2019
e29de8d
[IMP]website_product_configurator : configurablr images will display …
bizzappdev May 20, 2019
6ab77d2
[IMP]call cfg_step_line.get_website_template instead of static id
bizzappdev May 21, 2019
8e5f9fa
[ADD][#T00494]website_product_configurator:add and remove quantity on…
May 21, 2019
4c7656e
[FIX]againg use default template as no step line is there
bizzappdev May 22, 2019
46ff806
[IMP][#T2720]website_product_configurator:change the alert message.
May 22, 2019
37295af
[ADD][#T2720]website_product_configurator: solved the issue of when n…
May 22, 2019
eb497dd
Revert "[IMP]website_product_configurator : configurablr images will …
bizzappdev May 22, 2019
c2fbaf2
[FIX]add comments and fix get_current_configuration
bizzappdev May 22, 2019
41851c5
[ADD][#T2720]website_product_configurator:solved the issue of when no…
May 22, 2019
01dc0cc
[ADD][#T2720]website_product_configurator:add css on text_box when no…
May 22, 2019
cfaad46
[FIX]add images on website same aas in backend using product_attribut…
bizzappdev May 23, 2019
2e6e892
[IMP]desplay tooltip instead of alert
bizzappdev May 23, 2019
497a7e6
[IMP]add css for configurable image on website
bizzappdev May 24, 2019
de0674a
[IMP]add image for configured product using url and remove code for r…
bizzappdev May 24, 2019
f8e82be
[FIX]add class js_quantity in checking value of integer
bizzappdev May 24, 2019
1cb8119
[WIP]product configuration of website for radio buttons
bizzappdev May 28, 2019
6ec51e4
[FIX]fix flake8 and py-lint errors
bizzappdev May 29, 2019
a5b7ec3
[FIX]fic indentation error
bizzappdev May 30, 2019
b6b78e5
[IMP]configuration functionality on website work with radio buttons
bizzappdev May 30, 2019
209946a
[FIX]remove config-session from http session when product configured
bizzappdev May 30, 2019
609e752
[FIX]set step in config session when session is created from website
bizzappdev May 31, 2019
b4ba51f
[IMP]display images for attribute value
bizzappdev May 31, 2019
5074fb1
[FIX]fix changes request during review
bizzappdev May 31, 2019
20b8146
[FIX]remove parameter limit from search_session and use cfg_session_id
bizzappdev Jun 1, 2019
8837d1c
[FIX]remove new line from cfg_session = cfg_session_obj.browse(int(cf…
bizzappdev Jun 1, 2019
0e83222
[IMP][T-00511] website configuration image
Jun 1, 2019
518cc50
[FIX]changes suggested in review
bizzappdev Jun 3, 2019
cb4f4a9
[FIX]get values of name and value from form_val using get
bizzappdev Jun 3, 2019
40f3f47
[FIX]fix attribute_value_line_ids in _prepare_configurator_values and…
bizzappdev Jun 3, 2019
2cca4fa
[FIX]fix qty spinner
bizzappdev Jun 3, 2019
a1a62d4
[FIX]add keyBinds: null, in datetime-picker options
bizzappdev Jun 3, 2019
aa63831
[FIX]set min_val to 0 if not exist
bizzappdev Jun 3, 2019
dd7bcc6
[FIX]add onchange and remove border red onchange of value
bizzappdev Jun 4, 2019
0c6096e
[IMP]display values using product on configured product instead of se…
bizzappdev Jun 4, 2019
d4a1a55
[FIX]set active_step to false if no config_line exist
bizzappdev Jun 4, 2019
d9b3725
[FIX]fix active_step
bizzappdev Jun 5, 2019
bf3f29d
[FIX]import websiteSale from website_product_configurator instead of …
bizzappdev Jun 5, 2019
0ab1882
[FIX]use UserError instead of warning, raise error if no value is sel…
bizzappdev Jun 6, 2019
700b45a
[FIX]restrict to enter char in custom field of type number
bizzappdev Jun 7, 2019
672d5ce
[IMP][#T00494] website_product_configurator : when we click on image …
Jun 7, 2019
222bc77
[FIX]display product image if no image is configured
bizzappdev Jun 7, 2019
76b5f2f
[IMP]price and weight on website
bizzappdev Jun 10, 2019
7d826ad
[FIX]display weight upto 2 decimal precision
bizzappdev Jun 13, 2019
73b4b92
[FIX]fix method get_current_configuration
bizzappdev Jun 14, 2019
661c92b
[FIX]fix try catch
bizzappdev Jun 14, 2019
388cff3
[FIX]move .get_custom_value_id to config session
bizzappdev Jun 14, 2019
0d3e927
[FIX]fix flake8 and pylint errors
bizzappdev Jun 15, 2019
07ea327
[FIX]fix decimal precision on of weight on website
bizzappdev Jun 18, 2019
2d99a4f
[FIX]website_product_configurator : display price extra with attr val…
bizzappdev Jun 18, 2019
d016c66
[FIX][T-00513] product_configurator: add new changes and fix some issue
bizzappdev Jun 19, 2019
49bb36e
[FIX]add domain website_published = true in record rules by inheritin…
bizzappdev Jun 19, 2019
a60ec48
[FIX]remove noupdate=1 from security file of product_configurator
bizzappdev Jun 19, 2019
c851eb8
[FIX]remove extra file
bizzappdev Jun 19, 2019
9307a69
[IMP]make image click work for radio and check box
bizzappdev Jun 19, 2019
d6e917f
[FIX]fix attributes, and radion images
bizzappdev Jun 20, 2019
a4b5885
[FIX]add background-size: for radio images
bizzappdev Jun 20, 2019
713ec68
[FIX]fix attr value style disable
bizzappdev Jun 20, 2019
e840447
[FIX]again display checkbox and radio
bizzappdev Jun 20, 2019
18bcbab
[FIX]disable event on not available attr image
bizzappdev Jun 20, 2019
434d8c7
[FIX]fix change event is not triggering on datetime fields
bizzappdev Jun 20, 2019
42dcdea
[FIX]disabel checkbox if value not available
bizzappdev Jun 20, 2019
ee2c27a
[FIX]add code for read file and send data of files to backend
bizzappdev Jun 21, 2019
aebb65b
[FIX]send attachment values from js to controller
bizzappdev Jun 21, 2019
913ec66
[FIX]remove multi from input field type file
bizzappdev Jun 21, 2019
f510e6b
[FIX]take value_ids from session if value_ids is not list
bizzappdev Jun 21, 2019
a99d8a5
[FIX]get decimal precision value from backend
bizzappdev Jun 21, 2019
3bc046f
[FIX]fix flake8
bizzappdev Jun 21, 2019
b213dbe
[FIX]find custom val within fieldset
bizzappdev Jun 24, 2019
5bd8558
[FIX]fix flake8
bizzappdev Jun 24, 2019
55c07d8
[FIX]fix access rules and record rules
bizzappdev Jun 25, 2019
de6e905
[FIX]inherit templates from base and add domain on inherit id
bizzappdev Jun 25, 2019
c6a6b2b
[FIX]display publish button on website
bizzappdev Jun 25, 2019
887b669
[FIX]set website_price od configurable products
bizzappdev Jun 25, 2019
6b44f25
[FIX]fix price extra functionality
bizzappdev Jun 25, 2019
9ad6b7e
[FIX]fixes from 11.0
bizzappdev Jun 26, 2019
c457f97
[FIX]fix doc string
bizzappdev Jun 26, 2019
8139acc
[FIX]set configuration_template_id while calling template selection f…
bizzappdev Jun 27, 2019
b3ea652
[IMP][T-00513] website_product_configurator: write test-case for webs…
bizzappdev Jun 28, 2019
090308b
[FIX]add error page
bizzappdev Jun 29, 2019
8c77d79
[FIX]add try except around self.get_config_session
bizzappdev Jun 29, 2019
06ac331
[FIX]fix weight and price formatting on website
bizzappdev Jun 29, 2019
b2f4667
[FIX]fix web tour : add demo data (website_publish true) and search p…
bizzappdev Jul 2, 2019
966982e
[FIX]add values in render form method
bizzappdev Jul 6, 2019
d4dc17f
[FIX]set default value as None and
bizzappdev Jul 6, 2019
87ab1cd
[FIX]call method weight_to_str for weight on website
bizzappdev Jul 8, 2019
5637a96
[IMP]open dialog box instead of alert
bizzappdev Jul 10, 2019
3efd22a
[FIX] fix ex. name
bizzappdev Jul 10, 2019
f887bcd
[FIX]import web.dialog in js
Jul 10, 2019
a4380d3
[FIX]fix configuration step
bizzappdev Jul 12, 2019
4003142
[FIX]fix if config step will add in middle
bizzappdev Jul 12, 2019
38812a0
[FIX] website_product_configurator : comment test file
Jul 12, 2019
cca320c
[WIP][00517] website_product_configurator: create changes in website …
bizzappdev Jul 13, 2019
aa6edb6
[FIX]change string
bizzappdev Jul 15, 2019
fda23a8
[FIX]fixes from 11.0
bizzappdev Jul 15, 2019
9307b78
[WIP] website_product_configurator
bizzappdev Jul 15, 2019
ba6a692
[FIX]add if value_ids is None instead if not value_ids, fix parameter…
bizzappdev Jul 16, 2019
ec45738
[FIX]fix argument name
bizzappdev Jul 16, 2019
fdd7000
[FIX]fix csv
bizzappdev Jul 16, 2019
4c41823
[FIX]fix custom vals and some js classs
bizzappdev Jul 17, 2019
3850dab
[FIX]dateime picker on website
bizzappdev Jul 17, 2019
b1ffe7f
[FIX]solve issue session was not updating
bizzappdev Jul 17, 2019
192e19e
[WIP] website_product_configurator: changes of product list price
bizzappdev Jul 17, 2019
0620f48
[FIX]remove sudo, fix active atep
bizzappdev Jul 17, 2019
98ca845
[FIX]add class radio-card-container when steps not exist
bizzappdev Jul 17, 2019
ce1f70d
[FIX][T-00517]website_product_configurator : fix when configure step …
bizzappdev Jul 18, 2019
e93d727
[FIX][T-00517]website_product_configurator : fix message when enter n…
bizzappdev Jul 18, 2019
cbbaf3d
[FIX][T-00517]website_product_configurator : write config step when c…
bizzappdev Jul 18, 2019
32cf854
[IMP][T00517] website_product_configurator : add field in config sett…
Jul 18, 2019
6a64f0f
[FIX][T-00517] website_product_configurator: fix the issue of label n…
bizzappdev Jul 18, 2019
1497609
[FIX]fix warning when next step is config
bizzappdev Jul 18, 2019
b34451a
[IMP][T00517] website_product_configurator : write method for return …
Jul 18, 2019
62729f8
[IMP][T00517] website_product_configurator : change the method name
Jul 18, 2019
15fa983
[FIX]fix product page after configuration
bizzappdev Jul 18, 2019
83c3ed9
[FIX][T-00517]website_product_configurator: fix css on radio buttons,…
bizzappdev Jul 19, 2019
329539a
[FIX][T-00517]website_product_configurator: fix default_website_templ…
bizzappdev Jul 19, 2019
6a7bba6
[FIX][T-00517]website_product_configurator: add padding-top in cfg_fo…
bizzappdev Jul 19, 2019
2d99972
[FIX][T-00517]website_product_configurator: inherit _cart_update and …
bizzappdev Jul 19, 2019
fda3d69
[FIX][T-00517]website_product_configurator: enable add or remove butt…
bizzappdev Jul 19, 2019
7188a7c
[FIX][T-00517]website_product_configurator: fix super call
bizzappdev Jul 19, 2019
ada919c
[FIX]add datetimepicker-input in datetime and date custom fields
bizzappdev Jul 22, 2019
5d38e3f
[FIX] website_product_configurator: fix active step issue
bizzappdev Jul 23, 2019
7cfd117
[FIX]change version in manifest file
bizzappdev Jul 26, 2019
5991887
[FIX]website_product_configurator : solve pylint
Jul 26, 2019
641b941
[FIX] product_configurator: fix issue of config step
bizzappdev Sep 3, 2019
6297884
[FIX] website_product_configurator : Change condition in Configuratio…
Sep 6, 2019
072c6c8
[FIX]fix keyerror
bizzappdev Sep 6, 2019
6e5b63e
[FIX] website_product_configurator : change for decimal_precision]
Sep 7, 2019
28a1e4c
[FIX]website_product_configurator,product_configurator : change for d…
Sep 7, 2019
04d2d11
[FIX]website_product_configurator : change blockui
Sep 7, 2019
939b1b9
[FIX]website_product_configurator : change v12 accoding to v11 commits
Sep 10, 2019
9071fe3
[FIX]website_product_configurator : change v12 accoding to v11 commit
Sep 10, 2019
5f82ef7
[FIX]website_product_configurator : change v12 accoding to v11 commit
Sep 11, 2019
898c40f
[FIX]website_product_configurator : change in v12 accoding to v11 commit
Sep 11, 2019
269fd51
[FIX]fix flake8
bizzappdev Sep 11, 2019
a9616ec
[FIX]add error code
bizzappdev Sep 11, 2019
b0c4455
[FIX]fix flake8
bizzappdev Sep 11, 2019
1536ac9
[FIX]website_product_configurator : changes in v12 website_product_co…
Sep 19, 2019
bd9b7c2
[FIX]website_product_configurator : changes in v12 website_product_co…
Sep 19, 2019
482e02f
[WIP] product_configurator: add change for fix price extra issue
bizzappdev Sep 22, 2019
5c62bd4
[FIX] product_configurator: fix issue price extra
bizzappdev Sep 22, 2019
21dcc29
[FIX][ADD] website_product_configurator : add price_precision in extr…
Sep 25, 2019
5bf96e3
[FIX]website_product_configurator : change condition for extra_price
Sep 25, 2019
973911f
[FIX]fix space in text area
bizzappdev Sep 26, 2019
4d647fd
[FIX]check value not exist
bizzappdev Sep 27, 2019
388b8b4
Reseting website controller to main branch and remove old-code comments
PCatinean Sep 28, 2019
1c015d7
[FIX]change force_check_build: to submit_configuration:
bizzappdev Sep 28, 2019
167412d
[FIX] Tiny flake8 issue
PCatinean Sep 28, 2019
3125d06
Removed oldcode comments since there is no inherit copy/paste functio…
PCatinean Sep 28, 2019
b653517
[FIX]remove action_confirm from create_get_variant and call it from c…
bizzappdev Sep 30, 2019
6a98647
[FIX]remove self from controller while calling .action_confirm
bizzappdev Sep 30, 2019
1083393
[FIX]remove extra call for .create_get_variant
bizzappdev Sep 30, 2019
b428e74
[IMP][T-00542] product_configurator: make changes for default custom …
bizzappdev Oct 3, 2019
93e89b7
[FIX]product_configurator,website_product_configurator : chnages acco…
Oct 10, 2019
fb274a4
[IMP][T-00560] product_Configurator: for the restricted value check a…
bizzappdev Oct 14, 2019
dacbdb3
[IMP][T-00560] product_configurator: add attribute for required
bizzappdev Oct 15, 2019
d8a2ead
[IMP][T-00560] product_configurator: add available vailable value
bizzappdev Oct 15, 2019
b70181e
Added mt16 to custom field containers
PCatinean Oct 16, 2019
bf60363
[IMP][T-00560] product_Configurator: custom value make required if at…
bizzappdev Oct 18, 2019
cf3eb61
[IMP][T-00560] product_Configurator: add changes
bizzappdev Oct 18, 2019
bb06049
[FIX]create js widget
bizzappdev Oct 22, 2019
2bd72a2
[IMP]return deffered in _onChangeFile
bizzappdev Oct 23, 2019
6fd7202
[FIX]fix image click in radio button view
bizzappdev Oct 25, 2019
bfabaca
[FIX]check for max value if exist in custom value
bizzappdev Oct 25, 2019
a051428
[FIX][T-00560]use any() instead of filter
bizzappdev Nov 5, 2019
3657519
[FIX][t-00563]add curser style
bizzappdev Nov 12, 2019
a71a47a
[WIP][T-00616] Product_configurator: show price_extra in attribute va…
bizzappdev Nov 21, 2019
b6b0205
[IMP][T-00616] Product_configurator: price extra changes
bizzappdev Nov 25, 2019
ccab277
[FIX][T-00616]fix test case and code optimization
bizzappdev Nov 26, 2019
59ee903
[FIX][t-00616]fix price extra : access error
bizzappdev Nov 30, 2019
046ba8a
[FIX][T-00547]move code from onchage to new method apply_onchage_values
bizzappdev Dec 2, 2019
1e9988b
[FIX][T-00616]find price from related product, and then loop out over…
bizzappdev Dec 2, 2019
ac7482e
[IMP][T-00633] website_product_configurator: make changes for textar…
bizzappdev Dec 17, 2019
ceb1839
[IMP][T-00638]add field container in xml and a small fix in js
bizzappdev Dec 19, 2019
3ca304d
[IMP]Add installable False to module from version 12
bizzappdev Dec 26, 2019
63ea1ac
[FIX]update manifest
bizzappdev Feb 12, 2020
4734e52
[IMP][T3200]add controller for session instead of product
bizzappdev Feb 12, 2020
bf971b1
[MIG]migrate website_product_configurator to v13
bizzappdev Feb 12, 2020
f8c8a14
[FIX]fix flak8
bizzappdev Feb 13, 2020
47ed3ae
[FIX][T3200]change ccfg_image to class from id
bizzappdev Feb 13, 2020
0d854ac
[FIX][T3200]add session map only for sale order line get from context
bizzappdev Feb 19, 2020
0aa80f7
[FIX]fix res config settings view
bizzappdev Feb 19, 2020
d3c135a
[FIX]update po file
bizzappdev Feb 19, 2020
a3feb06
[FIX]fix flake8
bizzappdev Feb 20, 2020
1a4b4cf
[FIX][T3200]fix: input for custom value interger is not visible
bizzappdev Feb 21, 2020
ee4cc86
[FIX][T3200]fix js error if no file selected in custom type attachmen…
bizzappdev Feb 21, 2020
4985d5d
[FIX][T3200]add max-width of input for integer/float
bizzappdev Feb 21, 2020
30181a3
[FIX][3200]add product_configurator_sale in dependency
bizzappdev Feb 21, 2020
959529b
[FIX][T3200]fix price in cart lines
bizzappdev Feb 24, 2020
afd23e1
[FIX][T3200]fix images on onchange
bizzappdev Feb 24, 2020
34b3cf8
[FIX][T3200]fix product session in context
bizzappdev Feb 27, 2020
1f13ec5
[FIX][T3200]set images from js only of new images are exists
bizzappdev Feb 28, 2020
6eed5f5
[FIX]fix flake8 error
bizzappdev Mar 2, 2020
d09ef83
[FIX]fix flake8 and used env.ref instead of search for view in xml_id…
bizzappdev Mar 2, 2020
c8b7174
Update config_form.js (#181)
Jan 8, 2021
131159a
[MIG] website_product_configurator
pledrateam May 14, 2021
5622aa1
[FIX] website_product_configurator : fix the image for attribute and …
pledrateam May 18, 2021
1eb4ce6
[FIX] website_product_configurator : fix website page and image url.
pledrateam May 18, 2021
4c7c764
[FIX] write testcase for website_product_configurator
pledrateam Jun 1, 2021
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
6 changes: 6 additions & 0 deletions setup/website_product_configurator/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
3 changes: 3 additions & 0 deletions website_product_configurator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Odoo Product Configurator

This module facilitates to configure product on website.
3 changes: 3 additions & 0 deletions website_product_configurator/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from . import models
from . import controllers
from . import tests
28 changes: 28 additions & 0 deletions website_product_configurator/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Website Product Configurator",
"version": "14.0.1.0.0",
"summary": """Configure products in e-shop""",
"author": "Pledra, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/product-configurator",
"category": "website",
"depends": [
"website_sale",
"product_configurator",
"product_configurator_sale",
],
"data": [
"security/configurator_security.xml",
"data/ir_config_parameter_data.xml",
"data/config_form_templates.xml",
"data/cron.xml",
"views/assets.xml",
"views/product_view.xml",
"views/templates.xml",
"views/res_config_settings_view.xml",
],
"demo": ["demo/product_template_demo.xml"],
"images": ["static/description/cover.png"],
"application": True,
"installable": True,
}
1 change: 1 addition & 0 deletions website_product_configurator/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import main
Loading