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

[17.0] [MIG] website_product_configurator: Migration to 17.0 #143

Open
wants to merge 267 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
267 commits
Select commit Hold shift + click to select a range
8f2750b
Removed console.log, renamed __openerp__.py files to __manifest__.py
PCatinean Feb 20, 2018
90d6bce
Bumped version to 11.0 and removed all traces of coding: utf-8 from p…
PCatinean May 14, 2018
8aea70f
Update README, replace iteritems->items, minor fixes
PCatinean May 20, 2018
5457bf0
Moving config step related methods from product template to config se…
PCatinean Jul 9, 2018
32dea04
[FIX]product_configurator, website_product_configurator, product_conf…
bizzappdev Jul 5, 2018
ff29a52
[FIX]website_product_configurator : replace val._model with val._name…
bizzappdev Jul 5, 2018
8cac077
[FIX]website_product_configurator : fix error(TypeError: must be str,…
bizzappdev Jul 5, 2018
1681f27
[FIX][T1902] : fix singleton error(product.config.session), fix view …
bizzappdev Jul 6, 2018
336f68b
[FIX][T1902]website_product_configurator : add require('web.dom_ready…
bizzappdev Jul 7, 2018
e534b6f
Added product_configurator_stock and website_product_configurator and…
PCatinean Aug 30, 2018
62e5e21
[WIP] Migration and refactor of website product configurator
PCatinean Apr 9, 2019
3d95b67
[IMP] Moved render methods to controller
PCatinean Apr 9, 2019
6741035
[IMP] Added published widget to form view, basic configuration view l…
PCatinean Apr 15, 2019
c218b2b
First version of descentralized forms for all config steps
PCatinean Apr 16, 2019
3d43ed2
[FIX] Checking for selected values properly, added header
PCatinean Apr 17, 2019
ac71bde
[IMP] Preparing basic onchange and adding tour tests
PCatinean Apr 18, 2019
b3b5cfd
[IMP]website_product_configurator: save product-config-session in htt…
bizzappdev Apr 24, 2019
58fe037
[IMP]create new session each time only for public user
bizzappdev Apr 25, 2019
0f52120
[WIP]website_product_configurator : call onchange and get changed val…
bizzappdev Apr 25, 2019
e5c5723
[IMP]add cron to delete cofig session that are inactive for more than…
bizzappdev Apr 26, 2019
6d23b74
[WIP]add code to handle multi attribute and call onchange, and send d…
bizzappdev Apr 29, 2019
7795a71
[FIX]create session for public user if session will create with no login
bizzappdev Apr 29, 2019
5d880ac
[IMP]make steps lines visible and invisible based on open step lines
bizzappdev Apr 30, 2019
2231280
[IMP]save data in session and add functionality of continue
bizzappdev Apr 30, 2019
d07f53d
[IMP]remove invalid selection on onchage
bizzappdev May 1, 2019
08ca2d5
[IMP]configure product and save step in session
bizzappdev May 2, 2019
7a2105c
[IMP]website_product_configurator : redirect product and prevent to c…
bizzappdev May 4, 2019
e6ad6d5
[IMP]product_configurator, website_product_configurator : write a wra…
bizzappdev May 6, 2019
1a8e268
[IMP]website_product_configurator : move code in small methods in js
bizzappdev May 6, 2019
90f586b
[IMP]add code for custom values
bizzappdev May 9, 2019
503b0dc
[IMP]website_product_configurator : check required on custom attribute
bizzappdev May 9, 2019
0d0b748
[IMP]add attribute name
bizzappdev May 9, 2019
5331735
[IMP]change message for custom value
bizzappdev May 9, 2019
99ab78b
[IMP]handle configuration if no config step exist
bizzappdev May 10, 2019
6864ab8
[FIX]search custom container based on class
bizzappdev May 17, 2019
1d3e7fc
[ADD][#T00494]website_product_configurator:create method for increase…
May 18, 2019
08e0f7c
[IMP]make configuration work for custom type date and datetime
bizzappdev May 18, 2019
bad796e
[ADD][#T00494]website_product_configurator:add or remove quantity usi…
May 18, 2019
e2557f1
[IMP]website_product_configurator : configurablr images will display …
bizzappdev May 20, 2019
6002640
[IMP]call cfg_step_line.get_website_template instead of static id
bizzappdev May 21, 2019
f620bbc
[ADD][#T00494]website_product_configurator:add and remove quantity on…
May 21, 2019
5a0faaa
[FIX]againg use default template as no step line is there
bizzappdev May 22, 2019
24a69b2
[IMP][#T2720]website_product_configurator:change the alert message.
May 22, 2019
3130585
[ADD][#T2720]website_product_configurator: solved the issue of when n…
May 22, 2019
a95cd3c
Revert "[IMP]website_product_configurator : configurablr images will …
bizzappdev May 22, 2019
8280c00
[FIX]add comments and fix get_current_configuration
bizzappdev May 22, 2019
27d1948
[ADD][#T2720]website_product_configurator:solved the issue of when no…
May 22, 2019
6b137a1
[ADD][#T2720]website_product_configurator:add css on text_box when no…
May 22, 2019
995c78d
[FIX]add images on website same aas in backend using product_attribut…
bizzappdev May 23, 2019
71bc65f
[IMP]desplay tooltip instead of alert
bizzappdev May 23, 2019
364451c
[IMP]add css for configurable image on website
bizzappdev May 24, 2019
38baf77
[IMP]add image for configured product using url and remove code for r…
bizzappdev May 24, 2019
c71b758
[FIX]add class js_quantity in checking value of integer
bizzappdev May 24, 2019
51155ef
[WIP]product configuration of website for radio buttons
bizzappdev May 28, 2019
45bb86b
[FIX]fix flake8 and py-lint errors
bizzappdev May 29, 2019
67b08f9
[FIX]fic indentation error
bizzappdev May 30, 2019
25e5759
[IMP]configuration functionality on website work with radio buttons
bizzappdev May 30, 2019
a108f98
[FIX]remove config-session from http session when product configured
bizzappdev May 30, 2019
81fd668
[FIX]set step in config session when session is created from website
bizzappdev May 31, 2019
618a6ba
[IMP]display images for attribute value
bizzappdev May 31, 2019
19677d2
[FIX]fix changes request during review
bizzappdev May 31, 2019
073ed2f
[FIX]remove parameter limit from search_session and use cfg_session_id
bizzappdev Jun 1, 2019
417c6d6
[FIX]remove new line from cfg_session = cfg_session_obj.browse(int(cf…
bizzappdev Jun 1, 2019
db882f5
[IMP][T-00511] website configuration image
Jun 1, 2019
961e5f3
[FIX]changes suggested in review
bizzappdev Jun 3, 2019
806465e
[FIX]get values of name and value from form_val using get
bizzappdev Jun 3, 2019
aacc6f8
[FIX]fix attribute_value_line_ids in _prepare_configurator_values and…
bizzappdev Jun 3, 2019
c83d17c
[FIX]fix qty spinner
bizzappdev Jun 3, 2019
af022d5
[FIX]add keyBinds: null, in datetime-picker options
bizzappdev Jun 3, 2019
36a4d58
[FIX]set min_val to 0 if not exist
bizzappdev Jun 3, 2019
c06e71d
[FIX]add onchange and remove border red onchange of value
bizzappdev Jun 4, 2019
d70a9b2
[IMP]display values using product on configured product instead of se…
bizzappdev Jun 4, 2019
64c4287
[FIX]set active_step to false if no config_line exist
bizzappdev Jun 4, 2019
ab0b088
[FIX]fix active_step
bizzappdev Jun 5, 2019
90df8da
[FIX]import websiteSale from website_product_configurator instead of …
bizzappdev Jun 5, 2019
8a5711d
[FIX]use UserError instead of warning, raise error if no value is sel…
bizzappdev Jun 6, 2019
45f270e
[FIX]restrict to enter char in custom field of type number
bizzappdev Jun 7, 2019
d85a2f8
[IMP][#T00494] website_product_configurator : when we click on image …
Jun 7, 2019
09de528
[FIX]display product image if no image is configured
bizzappdev Jun 7, 2019
f18604e
[IMP]price and weight on website
bizzappdev Jun 10, 2019
88137b3
[FIX]display weight upto 2 decimal precision
bizzappdev Jun 13, 2019
5670121
[FIX]fix method get_current_configuration
bizzappdev Jun 14, 2019
712eb53
[FIX]fix try catch
bizzappdev Jun 14, 2019
cc14dee
[FIX]move .get_custom_value_id to config session
bizzappdev Jun 14, 2019
687f83a
[FIX]fix flake8 and pylint errors
bizzappdev Jun 15, 2019
d6d942f
[FIX]fix decimal precision on of weight on website
bizzappdev Jun 18, 2019
80baad2
[FIX]website_product_configurator : display price extra with attr val…
bizzappdev Jun 18, 2019
8dc27c6
[FIX][T-00513] product_configurator: add new changes and fix some issue
bizzappdev Jun 19, 2019
b7dc23e
[FIX]add domain website_published = true in record rules by inheritin…
bizzappdev Jun 19, 2019
8f2c602
[FIX]remove noupdate=1 from security file of product_configurator
bizzappdev Jun 19, 2019
be13acf
[FIX]remove extra file
bizzappdev Jun 19, 2019
97854dc
[IMP]make image click work for radio and check box
bizzappdev Jun 19, 2019
d2989ee
[FIX]fix attributes, and radion images
bizzappdev Jun 20, 2019
df803d6
[FIX]add background-size: for radio images
bizzappdev Jun 20, 2019
31bc626
[FIX]fix attr value style disable
bizzappdev Jun 20, 2019
4c40ff6
[FIX]again display checkbox and radio
bizzappdev Jun 20, 2019
a9582f9
[FIX]disable event on not available attr image
bizzappdev Jun 20, 2019
f13627f
[FIX]fix change event is not triggering on datetime fields
bizzappdev Jun 20, 2019
e611a41
[FIX]disabel checkbox if value not available
bizzappdev Jun 20, 2019
a236c38
[FIX]add code for read file and send data of files to backend
bizzappdev Jun 21, 2019
9a2486e
[FIX]send attachment values from js to controller
bizzappdev Jun 21, 2019
0837f61
[FIX]remove multi from input field type file
bizzappdev Jun 21, 2019
0e7ddb9
[FIX]take value_ids from session if value_ids is not list
bizzappdev Jun 21, 2019
27b59ea
[FIX]get decimal precision value from backend
bizzappdev Jun 21, 2019
ced5bc5
[FIX]fix flake8
bizzappdev Jun 21, 2019
0642db7
[FIX]find custom val within fieldset
bizzappdev Jun 24, 2019
0de3d0d
[FIX]fix flake8
bizzappdev Jun 24, 2019
0ec4ffb
[FIX]fix access rules and record rules
bizzappdev Jun 25, 2019
0783124
[FIX]inherit templates from base and add domain on inherit id
bizzappdev Jun 25, 2019
c66ff3e
[FIX]display publish button on website
bizzappdev Jun 25, 2019
593252b
[FIX]set website_price od configurable products
bizzappdev Jun 25, 2019
300c589
[FIX]fix price extra functionality
bizzappdev Jun 25, 2019
78f7904
[FIX]fixes from 11.0
bizzappdev Jun 26, 2019
1f8a1cf
[FIX]fix doc string
bizzappdev Jun 26, 2019
7be4f39
[FIX]set configuration_template_id while calling template selection f…
bizzappdev Jun 27, 2019
d34919e
[IMP][T-00513] website_product_configurator: write test-case for webs…
bizzappdev Jun 28, 2019
6e1510f
[FIX]add error page
bizzappdev Jun 29, 2019
6268e8e
[FIX]add try except around self.get_config_session
bizzappdev Jun 29, 2019
a8d5f97
[FIX]fix weight and price formatting on website
bizzappdev Jun 29, 2019
09c7d69
[FIX]fix web tour : add demo data (website_publish true) and search p…
bizzappdev Jul 2, 2019
c96393e
[FIX]add values in render form method
bizzappdev Jul 6, 2019
ba68ebe
[FIX]set default value as None and
bizzappdev Jul 6, 2019
c051d34
[FIX]call method weight_to_str for weight on website
bizzappdev Jul 8, 2019
101d0d5
[IMP]open dialog box instead of alert
bizzappdev Jul 10, 2019
38a4a48
[FIX] fix ex. name
bizzappdev Jul 10, 2019
99d4b31
[FIX]import web.dialog in js
Jul 10, 2019
b7c3abf
[FIX]fix configuration step
bizzappdev Jul 12, 2019
641f0ae
[FIX]fix if config step will add in middle
bizzappdev Jul 12, 2019
527b1a2
[FIX] website_product_configurator : comment test file
Jul 12, 2019
0bed1e7
[WIP][00517] website_product_configurator: create changes in website …
bizzappdev Jul 13, 2019
58e91b8
[FIX]change string
bizzappdev Jul 15, 2019
11cb986
[FIX]fixes from 11.0
bizzappdev Jul 15, 2019
597c579
[WIP] website_product_configurator
bizzappdev Jul 15, 2019
9917377
[FIX]add if value_ids is None instead if not value_ids, fix parameter…
bizzappdev Jul 16, 2019
438a88b
[FIX]fix argument name
bizzappdev Jul 16, 2019
57785e1
[FIX]fix csv
bizzappdev Jul 16, 2019
4e47457
[FIX]fix custom vals and some js classs
bizzappdev Jul 17, 2019
b646ea0
[FIX]dateime picker on website
bizzappdev Jul 17, 2019
fb55854
[FIX]solve issue session was not updating
bizzappdev Jul 17, 2019
e9f98ca
[WIP] website_product_configurator: changes of product list price
bizzappdev Jul 17, 2019
4ab7bf9
[FIX]remove sudo, fix active atep
bizzappdev Jul 17, 2019
d9979e3
[FIX]add class radio-card-container when steps not exist
bizzappdev Jul 17, 2019
761b522
[FIX][T-00517]website_product_configurator : fix when configure step …
bizzappdev Jul 18, 2019
05f2617
[FIX][T-00517]website_product_configurator : fix message when enter n…
bizzappdev Jul 18, 2019
a289ebc
[FIX][T-00517]website_product_configurator : write config step when c…
bizzappdev Jul 18, 2019
6bc1e15
[IMP][T00517] website_product_configurator : add field in config sett…
Jul 18, 2019
f996ec1
[FIX][T-00517] website_product_configurator: fix the issue of label n…
bizzappdev Jul 18, 2019
e8833cb
[FIX]fix warning when next step is config
bizzappdev Jul 18, 2019
2a09452
[IMP][T00517] website_product_configurator : write method for return …
Jul 18, 2019
6a66143
[IMP][T00517] website_product_configurator : change the method name
Jul 18, 2019
10f8f9a
[FIX]fix product page after configuration
bizzappdev Jul 18, 2019
03ca072
[FIX][T-00517]website_product_configurator: fix css on radio buttons,…
bizzappdev Jul 19, 2019
93c3c57
[FIX][T-00517]website_product_configurator: fix default_website_templ…
bizzappdev Jul 19, 2019
7907173
[FIX][T-00517]website_product_configurator: add padding-top in cfg_fo…
bizzappdev Jul 19, 2019
7b077fc
[FIX][T-00517]website_product_configurator: inherit _cart_update and …
bizzappdev Jul 19, 2019
d3ba060
[FIX][T-00517]website_product_configurator: enable add or remove butt…
bizzappdev Jul 19, 2019
9694581
[FIX][T-00517]website_product_configurator: fix super call
bizzappdev Jul 19, 2019
22b74e5
[FIX]add datetimepicker-input in datetime and date custom fields
bizzappdev Jul 22, 2019
6906d78
[FIX] website_product_configurator: fix active step issue
bizzappdev Jul 23, 2019
59d04d0
[FIX]change version in manifest file
bizzappdev Jul 26, 2019
46ebce0
[FIX]website_product_configurator : solve pylint
Jul 26, 2019
2a8a9b7
[FIX] product_configurator: fix issue of config step
bizzappdev Sep 3, 2019
3edfaf6
[FIX] website_product_configurator : Change condition in Configuratio…
Sep 6, 2019
371f881
[FIX]fix keyerror
bizzappdev Sep 6, 2019
3063de1
[FIX] website_product_configurator : change for decimal_precision]
Sep 7, 2019
540ce1f
[FIX]website_product_configurator,product_configurator : change for d…
Sep 7, 2019
a3ba166
[FIX]website_product_configurator : change blockui
Sep 7, 2019
a8b5e29
[FIX]website_product_configurator : change v12 accoding to v11 commits
Sep 10, 2019
b64039f
[FIX]website_product_configurator : change v12 accoding to v11 commit
Sep 10, 2019
f4e9829
[FIX]website_product_configurator : change v12 accoding to v11 commit
Sep 11, 2019
b4ae78d
[FIX]website_product_configurator : change in v12 accoding to v11 commit
Sep 11, 2019
0c4e003
[FIX]fix flake8
bizzappdev Sep 11, 2019
70be785
[FIX]add error code
bizzappdev Sep 11, 2019
f990c82
[FIX]fix flake8
bizzappdev Sep 11, 2019
009f08a
[FIX]website_product_configurator : changes in v12 website_product_co…
Sep 19, 2019
7c53c11
[FIX]website_product_configurator : changes in v12 website_product_co…
Sep 19, 2019
83588d8
[WIP] product_configurator: add change for fix price extra issue
bizzappdev Sep 22, 2019
da09080
[FIX] product_configurator: fix issue price extra
bizzappdev Sep 22, 2019
96102af
[FIX][ADD] website_product_configurator : add price_precision in extr…
Sep 25, 2019
dde990e
[FIX]website_product_configurator : change condition for extra_price
Sep 25, 2019
fcf853f
[FIX]fix space in text area
bizzappdev Sep 26, 2019
8531ee2
[FIX]check value not exist
bizzappdev Sep 27, 2019
b23f8cd
Reseting website controller to main branch and remove old-code comments
PCatinean Sep 28, 2019
97bd2fa
[FIX]change force_check_build: to submit_configuration:
bizzappdev Sep 28, 2019
91f4c0e
[FIX] Tiny flake8 issue
PCatinean Sep 28, 2019
e0272b5
Removed oldcode comments since there is no inherit copy/paste functio…
PCatinean Sep 28, 2019
1426224
[FIX]remove action_confirm from create_get_variant and call it from c…
bizzappdev Sep 30, 2019
fc84cc7
[FIX]remove self from controller while calling .action_confirm
bizzappdev Sep 30, 2019
36a6dcb
[FIX]remove extra call for .create_get_variant
bizzappdev Sep 30, 2019
e937bac
[IMP][T-00542] product_configurator: make changes for default custom …
bizzappdev Oct 3, 2019
9f68219
[FIX]product_configurator,website_product_configurator : chnages acco…
Oct 10, 2019
4ab882d
[IMP][T-00560] product_Configurator: for the restricted value check a…
bizzappdev Oct 14, 2019
225b515
[IMP][T-00560] product_configurator: add attribute for required
bizzappdev Oct 15, 2019
b622565
[IMP][T-00560] product_configurator: add available vailable value
bizzappdev Oct 15, 2019
acef9fd
Added mt16 to custom field containers
PCatinean Oct 16, 2019
f6976d1
[IMP][T-00560] product_Configurator: custom value make required if at…
bizzappdev Oct 18, 2019
2dd013d
[IMP][T-00560] product_Configurator: add changes
bizzappdev Oct 18, 2019
7432e1a
[FIX]create js widget
bizzappdev Oct 22, 2019
bc0d5ec
[IMP]return deffered in _onChangeFile
bizzappdev Oct 23, 2019
1133d34
[FIX]fix image click in radio button view
bizzappdev Oct 25, 2019
482b9ec
[FIX]check for max value if exist in custom value
bizzappdev Oct 25, 2019
ce6e05d
[FIX][T-00560]use any() instead of filter
bizzappdev Nov 5, 2019
1273ce5
[FIX][t-00563]add curser style
bizzappdev Nov 12, 2019
14dc5a2
[WIP][T-00616] Product_configurator: show price_extra in attribute va…
bizzappdev Nov 21, 2019
09663b9
[IMP][T-00616] Product_configurator: price extra changes
bizzappdev Nov 25, 2019
ea2747d
[FIX][T-00616]fix test case and code optimization
bizzappdev Nov 26, 2019
1f7a2e0
[FIX][t-00616]fix price extra : access error
bizzappdev Nov 30, 2019
e102383
[FIX][T-00547]move code from onchage to new method apply_onchage_values
bizzappdev Dec 2, 2019
7184910
[FIX][T-00616]find price from related product, and then loop out over…
bizzappdev Dec 2, 2019
b3fd182
[IMP][T-00633] website_product_configurator: make changes for textar…
bizzappdev Dec 17, 2019
6ec9702
[IMP][T-00638]add field container in xml and a small fix in js
bizzappdev Dec 19, 2019
a90093d
[IMP]Add installable False to module from version 12
bizzappdev Dec 26, 2019
a07f6a3
[FIX]update manifest
bizzappdev Feb 12, 2020
c6d65d2
[IMP][T3200]add controller for session instead of product
bizzappdev Feb 12, 2020
f7bd4a3
[MIG]migrate website_product_configurator to v13
bizzappdev Feb 12, 2020
8032ce7
[FIX]fix flak8
bizzappdev Feb 13, 2020
4f6edf0
[FIX][T3200]change ccfg_image to class from id
bizzappdev Feb 13, 2020
ef2cbb3
[FIX][T3200]add session map only for sale order line get from context
bizzappdev Feb 19, 2020
3f388db
[FIX]fix res config settings view
bizzappdev Feb 19, 2020
d30f1bc
[FIX]update po file
bizzappdev Feb 19, 2020
37962a9
[FIX]fix flake8
bizzappdev Feb 20, 2020
a639266
[FIX][T3200]fix: input for custom value interger is not visible
bizzappdev Feb 21, 2020
3e65641
[FIX][T3200]fix js error if no file selected in custom type attachmen…
bizzappdev Feb 21, 2020
a769de7
[FIX][T3200]add max-width of input for integer/float
bizzappdev Feb 21, 2020
180e8ee
[FIX][3200]add product_configurator_sale in dependency
bizzappdev Feb 21, 2020
2b8443a
[FIX][T3200]fix price in cart lines
bizzappdev Feb 24, 2020
656f104
[FIX][T3200]fix images on onchange
bizzappdev Feb 24, 2020
65bc5e1
[FIX][T3200]fix product session in context
bizzappdev Feb 27, 2020
c6bae12
[FIX][T3200]set images from js only of new images are exists
bizzappdev Feb 28, 2020
a61981a
[FIX]fix flake8 error
bizzappdev Mar 2, 2020
d4e7cb1
[FIX]fix flake8 and used env.ref instead of search for view in xml_id…
bizzappdev Mar 2, 2020
330cf40
Update config_form.js (#181)
Jan 8, 2021
d73c062
[MIG] website_product_configurator
pledrateam May 14, 2021
94e4207
[FIX] website_product_configurator : fix the image for attribute and …
pledrateam May 18, 2021
6b5876c
[FIX] website_product_configurator : fix website page and image url.
pledrateam May 18, 2021
08d2704
[FIX] write testcase for website_product_configurator
pledrateam Jun 1, 2021
66d0cf1
[UPD] Update website_product_configurator.pot
oca-travis Jun 1, 2021
c151af1
[FIX]website_product_configurator: fix issue of cfg_product
pledrateam Jun 15, 2021
8bd44aa
website_product_configurator 14.0.1.1.0
OCA-git-bot Jun 15, 2021
d0d8dd6
Add pcatinean as maintainer for all modules
PCatinean Jun 15, 2021
db2b4d7
[WIP][T-01839]product_configurator: remove price calculation from ses…
pledrateam Oct 25, 2021
5a52a1a
[REF] *: fix PCatinean maintainer
dreispt Dec 10, 2021
68db648
website_product_configurator 14.0.1.1.1
OCA-git-bot Dec 10, 2021
9f4fa7d
[IMP] cron noupdate
patrickrwilson Mar 23, 2022
2666b0c
website_product_configurator 14.0.1.2.0
OCA-git-bot Mar 23, 2022
b5ee56e
[IMP] update dotfiles [ci skip]
OCA-git-bot Mar 31, 2022
620b82c
Update translation files
weblate Oct 9, 2023
59619e5
[IMP] website_product_configurator: pre-commit auto fixes
bizzappdev Nov 8, 2024
9003b30
[MIG][17.0] website_product_configurator:Migration to 17.0
bizzappdev Nov 10, 2024
1542af4
[DON'T MERGE] test-requirements.txt
bizzappdev Nov 25, 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
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
odoo-addon-product_configurator @ git+https://github.com/OCA/product-configurator.git@refs/pull/141/head#subdirectory=product_configurator
odoo-addon-product_configurator_sale @ git+https://github.com/OCA/product-configurator.git@refs/pull/142/head#subdirectory=product_configurator_sale
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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you replace this with proper "readme section files" under a readme directory? 🙏🏻

2 changes: 2 additions & 0 deletions website_product_configurator/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import controllers
40 changes: 40 additions & 0 deletions website_product_configurator/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "Website Product Configurator",
"version": "17.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/product_view.xml",
"views/templates.xml",
"views/res_config_settings_view.xml",
],
"assets": {
"web.assets_frontend": [
"website_product_configurator/static/src/js/config_form.esm.js",
"website_product_configurator/static/src/js/website_sale.esm.js",
"website_product_configurator/static/src/scss/config_form.scss",
"website_product_configurator/static/src/scss/tooltip.scss",
],
"web.assets_tests": [
"website_product_configurator/static/tests/tours/website_config_tour.esm.js",
],
},
"demo": ["demo/product_template_demo.xml"],
"images": ["static/description/cover.png"],
"application": True,
"installable": True,
"development_status": "Beta",
"maintainers": ["PCatinean"],
}
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
Loading