Browse Source

Jan 04 [UPDT] : Updated 'product_variant_import'

pull/364/head
AjmalCybro 4 months ago
parent
commit
af2820bc6e
  1. 2
      product_variant_import/__manifest__.py
  2. 5
      product_variant_import/doc/RELEASE_NOTES.md
  3. 977
      product_variant_import/wizards/import_product_variant.py

2
product_variant_import/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': 'Import Product variant', 'name': 'Import Product variant',
'version': '16.0.1.0.0', 'version': '16.0.1.0.1',
'category': 'Sales', 'category': 'Sales',
'summary': """This module is used to import the product and product 'summary': """This module is used to import the product and product
variants.""", variants.""",

5
product_variant_import/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 16.0.1.0.0 #### Version 16.0.1.0.0
##### ADD ##### ADD
- Initial commit for Import Product variant - Initial commit for Import Product variant
#### 31.12.2024
#### Version 16.0.1.0.1
##### UPDATE
- Updated the issue when uploading the file.

977
product_variant_import/wizards/import_product_variant.py

File diff suppressed because it is too large
Loading…
Cancel
Save