Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits: 33fa33fc by Cédric Krier at 2023-03-29T13:41:04+02:00 Remove party to compute price list - - - - - d632eee3 by Cédric Krier at 2023-03-30T19:11:27+02:00 Remove unit price to compute price list Instead the value of unit price comes from the product and is defined on the price list. - - - - - 14be53a6 by Cédric Krier at 2023-03-30T19:28:15+02:00 Update documentation of product_price_list_dates - - - - - 30b373e9 by Cédric Krier at 2023-08-12T09:06:26+02:00 Add product_price_list_cache module - - - - - 30 changed files: - .gitlab-ci-modules.yml - modules/product_price_list/CHANGELOG - modules/product_price_list/price_list.py - modules/product_price_list/tests/test_module.py - modules/product_price_list/view/price_list_form.xml - + modules/product_price_list_cache/.readthedocs.yaml - + modules/product_price_list_cache/CHANGELOG - + modules/product_price_list_cache/COPYRIGHT - + modules/product_price_list_cache/LICENSE - + modules/product_price_list_cache/MANIFEST.in - + modules/product_price_list_cache/README.rst - + modules/product_price_list_cache/__init__.py - + modules/product_price_list_cache/doc/conf.py - + modules/product_price_list_cache/doc/design.rst - + modules/product_price_list_cache/doc/index.rst - + modules/product_price_list_cache/doc/releases.rst - + modules/product_price_list_cache/ir.py - + modules/product_price_list_cache/product.py - + modules/product_price_list_cache/product.xml - + modules/product_price_list_cache/setup.py - + modules/product_price_list_cache/tests/__init__.py - + modules/product_price_list_cache/tests/test_module.py - + modules/product_price_list_cache/tox.ini - + modules/product_price_list_cache/tryton.cfg - modules/product_price_list_dates/CHANGELOG - modules/product_price_list_dates/__init__.py - + modules/product_price_list_dates/doc/configuration.rst - + modules/product_price_list_dates/doc/design.rst - modules/product_price_list_dates/doc/index.rst - + modules/product_price_list_dates/doc/releases.rst The diff was not included because it is too large. View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/7c56565a78f6f08c7bc769f64de9cf5e995c87a8...30b373e9ab8a0256bb9fe38147041fc509c13387 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/7c56565a78f6f08c7bc769f64de9cf5e995c87a8...30b373e9ab8a0256bb9fe38147041fc509c13387 You're receiving this email because of your account on foss.heptapod.net.
