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

Feat/ged 11 product origin import #11

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    458f868 View commit details
    Browse the repository at this point in the history
  2. feat: GED-11: moved the basics of product_origin to product_food_fields.

    This is done to be able to remove the dependency of cwa on digi module.
    jursimplicate committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5614e3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8a300b View commit details
    Browse the repository at this point in the history
  4. feat: GED-11: add cascade delete to foreign keys and update product view

    Set `ondelete="cascade"` for `affected_product_id` and `source_cwa_product_id` in `cwa_import_product_change.py`. Additionally, include `product_origin_id` in the `product_template.xml` view configuration. These changes ensure better database integrity and enhance the product template interface.
    jursimplicate committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ddfd191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d8251f View commit details
    Browse the repository at this point in the history