OCA / product-configurator

Advanced Product Configurator (from the original Pledra project https://github.com/pledra/odoo-product-configurator)
GNU Affero General Public License v3.0
33 stars 78 forks source link

[IMP] product_configurator: Price for custom values with formula #111

Open SirAionTech opened 8 months ago

SirAionTech commented 8 months ago

Allow to have a price for custom attributes that depends on the custom value.

Since there is only one "Custom" attribute value that is used for all the custom attributes, one way to have different prices is to let the user write a formula that can change depending on the product (and other values, for instance the value of other attributes).

OCA-git-bot commented 8 months ago

Hi @PCatinean, some modules you are maintaining are being modified, check this out!

github-actions[bot] commented 3 months ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

SirAionTech commented 3 months ago

Rebased on 16.0.

SirAionTech commented 5 days ago

Rebased on 16.0 to fix conflicts.