Skip to content

[19.0][ADD] website_sale_variant_extra_fields - #1284

Open
Ricardoalso wants to merge 1 commit into
OCA:19.0from
camptocamp:website_sale_variant_extra_field
Open

[19.0][ADD] website_sale_variant_extra_fields#1284
Ricardoalso wants to merge 1 commit into
OCA:19.0from
camptocamp:website_sale_variant_extra_field

Conversation

@Ricardoalso

Copy link
Copy Markdown
Contributor

Add a module extending the standard Product Page Extra Fields configuration, which only supports char/binary fields on the product template and reads their value once at page load:

  • allow selecting product variant fields, not only fields on the product template;
  • support more field types (numbers, dates, datetimes, selection values, linked records), not only char and binary fields;
  • refresh the displayed variant field value live when the customer picks another attribute combination, without reloading the page;
  • display decimals using the precision configured on the field.

@OCA-git-bot OCA-git-bot added series:19.0 mod:website_sale_variant_extra_field Module website_sale_variant_extra_field labels Aug 10, 2026
@Ricardoalso Ricardoalso changed the title [WIP] website_sale_variant_extra_field [19.0][ADD] website_sale_variant_extra_field Aug 10, 2026
@Ricardoalso
Ricardoalso force-pushed the website_sale_variant_extra_field branch from 8713e53 to 11faedb Compare August 11, 2026 06:59
@Ricardoalso Ricardoalso changed the title [19.0][ADD] website_sale_variant_extra_field [19.0][ADD] website_sale_variant_extra_fields Aug 11, 2026
@Ricardoalso
Ricardoalso force-pushed the website_sale_variant_extra_field branch from 11faedb to f6e8f31 Compare August 11, 2026 07:04
@OCA-git-bot OCA-git-bot added mod:website_sale_variant_extra_fields Module website_sale_variant_extra_fields and removed mod:website_sale_variant_extra_field Module website_sale_variant_extra_field labels Aug 11, 2026
Add a module extending the standard Product Page Extra Fields
configuration, which only supports char/binary fields on the
product template and reads their value once at page load:

- allow selecting product variant fields, not only fields on the
  product template;
- support more field types (numbers, dates, datetimes, selection
  values, linked records), not only char and binary fields;
- refresh the displayed variant field value live when the customer
  picks another attribute combination, without reloading the page;
- display decimals using the precision configured on the field.
@Ricardoalso
Ricardoalso force-pushed the website_sale_variant_extra_field branch from f6e8f31 to 9c287d0 Compare August 11, 2026 07:14
@apf-c2c

apf-c2c commented Aug 11, 2026

Copy link
Copy Markdown

Functional test 👍

@ivantodorovich ivantodorovich left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

Tech and functional review 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants