Files
PicchiSeba f72f670622 [FIX]stock_orderpoint_generator: update views to modern format
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)`
2024-10-08 09:46:26 +02:00
..