Describe the bug
New product creation when "Manual import" check box checked in the infrastructure options.
It's not a bug in pycatia.
To Reproduce
Go to Options ->Infrastructure->Product Structure->Product structure tab and check Part Number manual input.
Add new product using Add method and try to set product name thru code.
Above will not work. Uncheck "Manual input" and you are good to go.
https://stackoverflow.com/questions/31998761/create-new-product-in-catia-with-python
To call VBA function in python works like a charm.
Any thought?
edit: fixed broken link