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

[14.0][FIX]stock_orderpoint_generator: update views to modern format #2014

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

PicchiSeba
Copy link

Fixes the following warnings during project build

  • DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_conf'. warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)
  • DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_template_conf'. warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)

@PicchiSeba PicchiSeba force-pushed the 14.0-fix-deprecation-warning branch 3 times, most recently from 9735e82 to fddecdb Compare April 30, 2024 09:31
@rousseldenis rousseldenis added this to the 14.0 milestone May 2, 2024
@rousseldenis
Copy link
Sponsor Contributor

@PicchiSeba Could you rebase ? Thanks

Fixes the following warnings during project build
- `DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_conf'.
  warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)`
- `DeprecationWarning: The <act_window> tag is deprecated, use a <record> for 'act_create_product_template_conf'.
  warnings.warn(f"The <act_window> tag is deprecated, use a <record> for {xml_id!r}.", DeprecationWarning)`
@PicchiSeba PicchiSeba force-pushed the 14.0-fix-deprecation-warning branch from fddecdb to 7a6a50f Compare May 2, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants